I guess the answer should be 4536.
This problem is of permutations.
We have total 10 letters [0,1,2,3,4,5,6,7,8,9]
first place can be filled in 9 ways, since 0 is not to be included = 9 ways.
Second place can also be filled in 9 ways, since 0 can be included = 9 ways.
Third place can be filled in 8 ways
Fourth place can be filled in 7 ways.
9*9*8*7 = 4536
Whats the OA?













