How many distinct five-digit even numbers greater than can be formed using the digits and if no digit may be repeated in any number?
- 240Answer
- B288
- C480
- D40
Answer
The total number of distinct five-digit even numbers greater than 50,000 is 240.
The correct total is 240. Because the first digit requirement (greater than 50,000 requires 5, 6, 7, or 8) and the last digit requirement (even requires 2, 6, or 8) share common elements (6 and 8), the problem must be split into two mutually exclusive cases: when the first digit is odd (2 choices for , 3 for , and for the middle digits, giving ) and when the first digit is even (2 choices for , 2 for , and for the middle digits, giving ). Adding these yields .
Step-by-Step Solution
Key Concept
Conditional permutations with non-disjoint position restrictions