A number consist of three digits.sum of the digit is 9 .if 9 is subtracted from the number, the digit are reversed.find the number.
Answers
Answered by
0
Answer:
The answer is 261
Step-by-step explanation:
Let the number be 100a+10b+c (The unit place is c, tenth place is b and the hundredth place is a)
When it reverses, it is 100c+10b+a
Now 100a+10b+c-99 = 100c+10b+a
=> 99a - 99c = 99
=> a - c = 1
Again, sum of digits are 9, so a+b+c = 9
For the number to be the smallest among the possible, a has to be least.
a can't be 0, and 1 (c will be -1 and 0, which are not allowed)
So a is 2
c = a-1 = 1
b = 9-(a+c) = 9-3 = 6
So the number is 261
Similar questions