If repetitions are not permitted (i) How many 3 digit numbers can be formed from the six digits 2,3,5,6,7,9? (ii) How many of these are less than 400? (iii) How many are even? (iv) How may are odd? (v) How many are multiples of 5?
Open in App
Solution
solution:
1. 3 digits formed from 2, 3, 5, 6, 7, 9
Permutation formula =n!(n−r)!
=6!(6−3)!
63P=66×5×4
=120
2. Numbers less than 400 can start with digits 2 and 3 only.
2×6×6=72
3. Even numbers are 2 and 6 from the given 6 digits.
2×6×6=72
4. Odd numbers are 3, 5, and 7 from the given 6 digits.
6×6×3=108
5. 5 is the only digit from 6 digits have multiples of 5.