A five digit number has all non-zero different digits & decreasing arranged. Average of all the digits of the numbers is 5. The difference of number and the number formed by reversing the order of digits is 84942. Sum of all such possible digits are
Let number is 10000x+1000y+100z+10a+b
Where x not= y not= z not= a not= b not= 0
On reversing digits, we get the new number
10000b + 1000a + 100z + 10y + x
Difference
9999x + 990y - 990a - 999b
= 9999(x-b) + 990(y-a) = 84942
only possible case x-b = 8
so y-a = 5
if x-b = 8
x = 9, b = 1 (Only possibility)
and y-a = 5
(y,a)
(8,3) and (7,2)
So two possible case
x=9 y=8 z=? a=3 b=1 ---------(1)
and x=9 y=7 z=? a=2 b=1 -----(2)
Since average of digit = 45
so z=4 in (1) and z=6 in (2)
So number are
98431
97621
Sum = 196052