A logistics firm generates a 4-character tracking code, , for express parcels according to the following rules:
- The first character, , must be a non-zero digit ( through ).
- The second character, , must be a vowel chosen from the set .
- The third character, , must be an even digit ().
- The fourth character, , must be a consonant chosen from the set .
If no digit may be repeated within the code, how many different tracking codes can be created?
Answer: 1230
Answer
1230
To find the total number of unique tracking codes, calculate the independent choices for letters and dependent choices for digits. For digits and , if is odd (), there are ways to choose . If is even (), there are ways to choose , giving valid digit pairs. Multiplying by the vowel options for and consonant options for yields .
Step-by-Step Solution
Key Concept
Fundamental Counting Principle with Conditional Restrictions