16.8k views
2 votes
You are given a number N with the property that every next digit of N is greater than the previous digit (so second digit from the left is greater than the first digit, and third digit is greater than the second and so on). Now multiply N by 9. What is the sum of the digits of the resulting number?

urgent help pls!

1 Answer

4 votes
The sum of the digits is 9.

Try using any numbers; for instance, 123. 123*9 = 1107; 1+1+0+7 = 9.

Try 24. 24*9 = 216; 2+1+6 = 9.

Even 13: 13*9 = 117; 1+1+7 = 9.
User Saad Mirza
by
8.3k points