A medical research laboratory creates a 4-digit identification code, , for sample trays using digits selected from the set . The digits in each code must satisfy the following conditions:
- The first digit, , must be an odd prime number.
- The second digit, , must be an even integer.
- All four digits in the code must be distinct.
How many different identification codes can be created under these rules?
- A18
- 360Answer
- C480
- D504
- E768
Answer
360
To form the 4-digit code, we calculate the number of options at each sequential stage. First, must be an odd prime from , which gives options (). Second, must be an even integer from the set, giving options (). Third, because all digits must be distinct, picking and uses digits, leaving choices for and choices for . By the Fundamental Counting Principle, the total number of codes is .
Step-by-Step Solution
Key Concept
Fundamental Counting Principle with Restricted and Non-Repeating Selections
Estimated Time:2m 0s