An airline creates a -character identification code for each of its cargo routes. The characters in the code must satisfy the following sequential rules from left to right:
1. The first character must be a non-zero even digit.
2. The second and third characters must be distinct uppercase vowels chosen from the set .
3. The fourth character must be a single-digit prime number.
4. The fifth character must be a single digit ( through ) such that the sum of the first digit and the fifth digit is odd.
How many such unique identification codes can the airline create?
Answer: 1600 codes
Answer
1,600 unique identification codes
To find the total number of unique identification codes, we evaluate the number of available options for each character position and multiply them together using the Fundamental Counting Principle:
1. First position (non-zero even digit): The even digits from 0 to 9 are . Excluding 0 leaves options ().
2. Second and third positions (distinct vowels): There are vowels (). The second position has options, and the third position has remaining options, yielding combinations.
3. Fourth position (prime digit): The single-digit primes are , giving options.
4. Fifth position (parity condition): The sum of the first digit and fifth digit must be odd. Since the first digit is an even number, the fifth digit must be an odd number to make the sum odd. The single-digit odd numbers are , giving options.
Multiplying the choices for all positions gives:
1. First position (non-zero even digit): The even digits from 0 to 9 are . Excluding 0 leaves options ().
2. Second and third positions (distinct vowels): There are vowels (). The second position has options, and the third position has remaining options, yielding combinations.
3. Fourth position (prime digit): The single-digit primes are , giving options.
4. Fifth position (parity condition): The sum of the first digit and fifth digit must be odd. Since the first digit is an even number, the fifth digit must be an odd number to make the sum odd. The single-digit odd numbers are , giving options.
Multiplying the choices for all positions gives:
Step-by-Step Solution
Key Concept
Fundamental Counting Principle with Restricted Positions and Parity Rules
Estimated Time:2m 0s