A cybersecurity system generates 5-character identification codes consisting of 3 distinct letters followed by 2 distinct digits. The letters must be selected from the set and the digits from the set . If the first character of the code must be a vowel ( or ), how many such distinct 5-character identification codes can be formed?
- A120
- B240
- 480Answer
- D720
- E1,440
Answer
480 distinct 5-character identification codes can be formed.
To construct the 5-character code, break the process into sequential choices for each position: Position 1 must be a vowel ( or ), giving 2 options. Position 2 can be any of the remaining 5 distinct letters. Position 3 can be any of the remaining 4 distinct letters. Position 4 (the first digit) can be any of the 4 available digits. Position 5 (the second digit) can be any of the remaining 3 distinct digits. Multiplying these independent choices together yields .
Step-by-Step Solution
Key Concept
Fundamental Counting Principle with Permutations and Restrictions