Three is a crowd

Find all the three digit numbers a b c \overline{abc} such that a b c = ( a + b + c ) 2 + a + b + c . \overline{abc}=(a+b+c)^2+a+b+c. Enter your answer as the sum of all such three digit numbers.


The answer is 156.

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.

4 solutions

Since a b c \overline{abc} has to have three digits, 1 a 9 1 \leq a \leq 9 and 0 b 9 0 \leq b \leq 9 and 0 c 9 0 \leq c \leq 9 .

We can write a b c \overline{abc} as 100 a + 10 b + c 100a+10b+c . Then we can see that 99 a + 9 b = ( a + b + c ) 2 99a+9b=(a+b+c)^2 and so 9 ( 11 a + b ) = ( a + b + c ) 2 9(11a+b)=(a+b+c)^2 or 11 a + b = ( a + b + c 3 ) 2 11a+b=(\frac{a+b+c}{3}) ^2

Therefore 11 a + b 11a+b is a perfect square.

But the maximum value of 11 a + b 11a+b is when a = b = 9 a=b=9 when it is equal to 108 108 , while its minimum value is 11 11 , when a = 1 a=1 and b = 0 b=0 . So, overall, we just need to check the cases 11 a + b = 16 , 25 , 36 , 49 , 64 , 81 , 100 11a+b=16,25,36,49,64,81,100 , and see if they satisfy the equation.

Let's do this for 11 a + b = 4 2 , a + b + c = 4 × 3 = 12 11a + b = 4^2, a+b+c = 4 \times 3 = 12 .
The only solution to the first equation is a = 1 , b = 5 a = 1, b = 5 , which gives us c = 6 c = 6 .
We verify that 156 = 1 2 2 + 12 156 = 12^2 + 12 , hence this is a valid solution.

Let's do this for 11 a + b = 5 2 , a + b + c = 5 × 3 = 15 11a + b = 5^2, a + b + c = 5 \times 3 = 15 .
The only solution to the first equation is a = 2 , b = 3 a = 2, b = 3 , which gives c = 10 c = 10 .
Hence, this is not valid.

We may continue doing so for all the other cases. As it turns out only a b c = 156 \overline{abc} = 156 is a valid solution.

Therefore our answer is just 156 156 .

Did the same way

I Gede Arya Raditya Parameswara - 4 years, 3 months ago
Abdelhamid Saadi
Feb 5, 2017

A simple way to solve problem is :

a + b + c a + b +c is multiple of 3 3 , and it is between 3 3 and 27 27

So that the possible values of a + b + c a + b +c are 3, 6, 9, 12, 15, 18, 21, 24 and 27
and the corresponding values of a b c \overline{abc} are 12, 42, 90, 156, 240, 342, 462, 600, and 756

And only 156 156 verify the equation.

Very nice. This gives us a small list of numbers to check.

Calvin Lin Staff - 4 years, 3 months ago

Thanks for the solution... This is indeed smaller..

Vighnesh Raut - 4 years, 3 months ago
Ashish Gupta
Feb 8, 2017

Taking a + b + c a+b+c common, we have a b c = ( a + b + c ) ( 1 + a + b + c ) \overline{abc}=(a+b+c)(1+a+b+c) which means that a b c \overline{abc} is an Oblong number or a number expressible in form of n(n+1). We need to solve for n = a + b + c n=a+b+c

All 3 digit oblong numbers are : 110, 132, 156, 182, 210, 240, 272, 306, 342, 380, 420, 462, 506, 552, 600, 650, 702, 756, 812, 870, 930, 992.

As a b c \overline{abc} is between ( n ) 2 (n)^2 and ( 1 + n ) 2 (1+n)^2 , we need to solve a b c = a + b + c \left \lfloor \sqrt{\overline{abc}} \right\rfloor=a+b+c Thus we find squareroot of every number and then see whether its floor is same as its sum of digits.

Doing so, we can see that 156 is the only solution that matches as its squareroot is 12.48999 and sum of digits is 12.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...