How many 3-digit numbers can be formed using the digits 1, 2, 3, 4, 5, 6 without repetition?
▶ Show Detailed Solution
Number of arrangements of 6 digits taken 3 at a time: 6P3 = 6 × 5 × 4 = 120
120 distinct 3-digit numbers.
3
Exercise 7.1
In how many ways can the letters of the word 'MONDAY' be arranged, keeping the vowels together?
▶ Show Detailed Solution
MONDAY has vowels O and A. Treat (OA) as one unit. Units: (OA), M, N, D, Y = 5 units. Arrangements = 5! = 120. O and A can swap internally in 2! = 2 ways. Total = 120 × 2 = 240 ways.
4
Exercise 7.1
A committee of 3 is to be chosen from 8 students. In how many ways can this be done?