Three-digit natural number a b c has different digits a , b , and c such that:
a b c = a b 2 − c 2
Find a b c . If you think there is no such number, type 0 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let a b = x , where x is a natural number satisfying 1 0 ≤ x ≤ 9 9 .
We have: a b c = 1 0 a b + c = 1 0 x + c
Therefore, 1 0 x + c = x 2 − c 2 ⇔ c ( c + 1 ) = x ( x − 1 0 ) ( ∗ )
As c ≤ 9 , c ( c + 1 ) ≤ 9 0 ⇔ x ( x − 1 0 ) ≤ 9 0 ⇔ x ≤ 1 5 .
Let's test all cases of x ∈ { 1 0 , 1 1 , 1 2 , 1 3 , 1 4 , 1 5 } by checking if x ( x + 1 0 ) can be written as the product of two consecutive numbers. We can see that x ∈ { 1 0 , 1 4 } is the only solution.
Substituting the results in ( ∗ ) to solve for c , we can conclude that a b c is either 1 0 0 or 1 4 7 .
As a , b , c are different digits, the only solution is 1 4 7 .
My last answer was 1 4 3 !
Log in to reply
1 4 2 − 3 2 = 1 8 7 = 1 4 3 It's advised to check your answer when solving problems like these.
Log in to reply
Then why in the solution is it 1 4 7 ?
Also, I was trying to say: so close!
You are wrong!
\( \begin{align} \overline{abc} &= \overline{ab}^2 - c^2 \\ 100a+10b+c &= (10a+b)^2-c^2 \\ 100a+10b+c &= 100a^2 + 20ab + b^2 -c^2 \\ \\ \implies c^2-b^2 + c &= 100a(a-1) + 10b (2a-1) \hspace{5mm} \text{ LHS max value }= 81 - 0 + 9 < 100 \therefore \boxed{a=1} \\ \implies c^2-b^2 + c &= 10b \\ c ( c +1 ) &= b (10+ b) \hspace{30mm} \text{ either one of } c, (c+1) \text{ is even } \rightarrow b >0 \text{ is even } \\ \\ \end{align} \\
\left\{ \begin{array} &b=2 &c(c+1)&= 24 &= 4\cdot 6 &\implies &\text{no solution}\\ &\boxed{b=4} &c(c+1)&= 56 &= 7\cdot 8 &\implies &\boxed{c=7}\\ &b\geq6 &c(c+1)&\geq96 &\geq9\cdot 10 &\implies &\text{no solution } \\ \end{array} \right. \\ \\ \hspace{1mm} \\
\\ \therefore \overline{abc} = \boxed{147} \)
Problem Loading...
Note Loading...
Set Loading...
a b c 1 0 0 a + 1 0 b + c 1 0 0 a + 1 0 b + c = a b 2 − c 2 = ( 1 0 a + b ) 2 − c 2 = 1 0 0 a 2 + 2 0 a b + b 2 − c 2
It is obvious from the above that a = 1 . Then the equation becomes:
1 0 b + c c 2 + c c 2 + c + 2 5 = 2 0 b + b 2 − c 2 = b 2 + 1 0 b = ( b + 5 ) 2
This means that c 2 + c + 2 5 must be a perfect square. From 0 to 9 , c 2 + c + 2 5 is a perfect square when c = 0 and c = 7 and we have:
{ c = 0 c = 7 c 2 + c + 2 5 = 5 2 c 2 + c + 2 5 = 9 2 ⟹ b + 5 = 5 ⟹ b + 5 = 9 ⟹ b = 0 = c ⟹ b = 4 Solution invalid
Therefore a b c = 1 4 7 .