Quote:
Originally Posted by crack_this_time
How many 5 digit numbers can be formed such that it has the following properties:
a)It has at least one zero and atmost three zeros.
b)The non zero digits are not repeated.
i m confused :(
|
The 3 cases are perfectly right,
1 zero:
we can select the 4 nos in 9*8*7*6 the zero can occupy any 4 places except the first digit, (4c1-- selecting 1 place from 4 available places)
so total no of ways = 9*8*7*6*4 =
12096
2 Zeros:
we can select the 3 nos in 9*8*7 now we have 5 places of which the first place cannot be occupied with zero. so eff 4 places and 2 zeros can be filled in those 2 places in 4c2 way
total no of ways = 9*8*7*6 = 3024
3 Zeros:
we can select the 2 nos in 9*8 ways and the 4 places can be filled with 3 zeros in 4c3 = 4 ways
total nos = 9*8*4 = 288
total nos = 12096+288+3024 =
15048
Is that correct???