A five digit number is choosen in such a way that ten's place is one less than units's place, hundred's place is one less than ten's place and similarly the other digits. Sum of all the digits of a number obtained by adding that choosen number and the number formed by reversing its digit is 40. Product of all the digit of the choosen number will be
Let the number
10000(x-4) + 1000(x-3) + 100(x-2) + 10(x-1) + x
Reversed number will be
10000 x + 1000(x-1) + 100(x-2) + 10(x-3) + (x-4)
Sum = 10000(2x-4) + 1000(2x-4) + 100(2x-4) + 10(2x-4) + (2x-4)
So
5(2x-4) = 40
2x - 4 = 8
2x = 12
x = 6
So number is 23456
Product 720
Option 3)