The sum of all digits of a 5 digit number is equal to the number of two digit formed by using the ten thousands and hundreds place digit in order. If five digit number has 1, 2, 3, & 4 and no digit is repeated in the number, then total number of possible number are
Let us suppose that
fifth digit is x
then according to given condition
1+2+3+4+x = y
10+x = y
Since x is a single digit integer
& 0 =< x =< 9
10 =< y =< 19
& repetetion is not allowed
So Possible number are 12x34 where possible x are 0, 5, 6, 7, 8, 9
Ten Thousands digit will necessarily be 1 & hundred x
so order 3 can be arranged in 3! = 6 ways
So possible numbers = 6*6 = 36
Option 5)