Critical Integers

How many positive integers are equal to 12 times the sum of their digits?

5 11 171 941 1 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.

1 solution

Maggie Miller
Jul 18, 2015

Given an n n -digit number k k , 12 times the sum of k k 's digits is as most 12 9 n = 108 n 12\cdot 9n=108n . If k k is equal to 12 times the sum of k k 's digits, then k 108 n k\le 108n . We have n = log 10 ( k ) n=\lfloor{\log_{10}(k)} , so we can solve this inequality to find n 3 n\le 3 .

  • Certainly n 1 n\neq 1 , since there are no 1-digit multiples of 12 12 .
  • If n = 2 n=2 , then k = 10 a + b = 12 ( a + b ) k=10\cdot a+b=12\cdot(a+b) for some digits a , b a,b . But then a + b = 0 , a+b=0, so a = 0 , b = 0 a=0,b=0 , which doesn't yield a positive k k .
  • If n = 3 n=3 , then k = 100 a + 10 b + c = 12 ( a + b + c ) k=100\cdot a+10\cdot b+c=12\cdot(a+b+c) for some digits a , b a,b . Solving this system gives a = x + y , b = 11 x , c = 6 x + 8 y a=x+y,b=11x,c=6x+8y for some x , y x,y . The only choice of x , y x,y that yield digits a , b , c a,b,c are x = 0 , y = 1 x=0,y=1 , yielding a = 1 , b = 0 , c = 8 a=1,b=0,c=8 , so k = 108 k=108 .

Therefore, the only number equal to 12 times the sum of its digits is 108 108 , so the answer is 1 \boxed{1} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...