Q.
A seven-digit number is in the form of abcdefg(g,f,e,… etc. are digits at units, tens, hundred place ....etc), where a<b<c<d>e>f>g and a,b,c,e,f,g are different digits. The number of such numbers is
Case (i): zero not taken.
Now we have to select seven digits from 1,2,3,4,5,6,7,8,9 so ways are 9C7
From 7 digit select the largest digits as d and from remaining 6, we can select three digits a,b,c in 6C3 ways.
Hence number of such numbers are =9C7⋅6C3
Case (ii): zero taken.
0 must be at last place, then number of such numbers are 9C6…5C3
So total ways 9C7⋅6C3+9C6⋅5C3=9C2⋅6C3+9C3⋅5C3 =1560