Small number problem

How many natural numbers (1, 2, 3, etc.) is exactly three times the sum of the digits?

None 2 3 4 or more 1

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.

2 solutions

Chew-Seong Cheong
Apr 18, 2020

Since the required number n n is equal to three times its sum of digits, n n must be a multiple of 3 3 . As single-digit n n is equal to its sum of digits, there is no solution, when n n is single-digit.

For two-digit n n , let it be 10 a + b 10a+b , where a 1 a \ge 1 and b 0 b \ge 0 are single-digit integers. Then, 10 a + b = 3 ( a + b ) 7 a = 2 b 10a+b = 3(a+b) \implies 7a = 2b . Since 2 2 and 7 7 are primes, there is only one solution, that is a = 2 a = 2 and b = 7 b = 7 .

For three-digit n n , the smallest possible n n or multiple of 3 3 is 102 102 . But the largest possible sum of digits is 9 + 9 + 9 = 27 9+9+9 = 27 and three times it is 81 81 , which is less than 102 102 . Therefore there is no solution for three-digit n n . Same argument for four or more digit n n . Hence we have only 1 \boxed 1 solution.

Chris Lewis
Apr 18, 2020

There are no answers with one digit.

For a two digit number A B \overline{AB} , we need to solve 10 A + B = 3 A + 3 B 10A+B=3A+3B , which becomes 7 A = 2 B 7A=2B . The only non-zero solution to this is 27 27 .

For three digit numbers, note that largest possible digit sum is 27 27 , and three times this is 81 81 ; but the smallest three digit number is 100 100 , so there are no solutions.

This argument is easily extended for any greater number of digits; so there is just 1 \boxed1 solution.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...