Multiplied by 9

Let's find a number, which satisfies the next condition:

Every digit, except the first, is larger than the previous one.

Now multiply it by 9 9 . Let be the amount of the digits of the result S S . Find the maximum of S S .

For example: The number is 1349 1349 . 1349 9 = 12141 1349*9=12141 . The sum of the digits is 1 + 2 + 1 + 4 + 1 = 9 1+2+1+4+1=9 . So 9 9 is a possible value of S S .

Help 1

Help 2


The answer is 9.

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

Áron Bán-Szabó
May 12, 2017

The only possible value of S S is 9 9 .

Let the number be a b c d e abcde . We know that a b c d e 9 = 10 a b c d e a b c d e = a b c d e 0 a b c d e abcde*9=10*abcde-abcde=abcde0-abcde . The last digit (from the left) of the result is 10 e 10-e . We have 1 1 remainder. The next digit is e d 1 e-d-1 . Now we don't have remainder, because e > d e>d . The next digit is d c d-c , then the next is c b c-b , the second digit is b a b-a , and the first is a a . (We don't have remainder, because 0 < a < b < c < d < e 0<a<b<c<d<e .) Now we can see that the amount of S S digits is a + ( b a ) + ( c b ) + ( d c ) + ( e d 1 ) + ( 10 e ) = 1 + 10 = 9. a+(b-a)+(c-b)+(d-c)+(e-d-1)+(10-e)=-1+10=9. .

When the number is not a five-digit number, then the way of thinking is the same as here. So the maximum value of S S is 9 9 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...