Permutations and Combinations: Question 10
Syllabus 5.2
The digits , , , , are each used at most once to form a -digit number, so the two digits used must be different from each other.
How many of these -digit numbers are odd?
Show worked solution Hide worked solution
Worked solution
Step 1: Decide which position to fill first
For a number to be odd, its units (last) digit must be odd. Among , the odd digits are , that’s of them. It’s easiest to fill the units digit first, since it has the restriction, and then fill the tens digit from whatever remains.
Step 2: Count using the multiplication principle
- Units digit: must be odd, so there are choices (, or ).
- Tens digit: must be different from the units digit (digits can’t repeat), so out of the digits, has already been used, leaving choices, and this count of is the same no matter which of the odd digits was chosen for the units place.
Step 3: Check by listing
- Units : tens can be , numbers .
- Units : tens can be , numbers .
- Units : tens can be , numbers .
That’s numbers in total, matching the count above.
Why the other options are wrong
- A (): this comes from wrongly assuming only digits remain for the tens place (as if one of the leftover digits couldn’t be used), giving instead of .
- C (): this comes from multiplying the odd digits by the full set of digits (), rather than by the digits that actually remain once the units digit has been chosen.
- D (): this is the total number of -digit numbers with distinct digits from – with no restriction on parity (). The “odd” condition was never applied.
Final answer
- Number of -digit numbers that are odd , option B.