Official Solution:How many odd three-digit integers greater than 800 exist, such that all their digits are distinct? A. 40
B. 60
C. 72
D. 81
E. 104
In the range 800 - 899: 1 choice for the first digit: 8
5 choices for the third digit: 1, 3, 5, 7, 9 (as it must be an odd number)
8 choices for the second digit: we have 10 possible digits, but we must exclude the first and third digits, leaving us with 8 digits.
Total for this range: \(1*5*8 = 40\).
In the range 900 - 999: 1 choice for the first digit: 9
4 choices for the third digit: 1, 3, 5, 7 (9 is not an option, as it's the first digit)
8 choices for the second digit: we have 10 possible digits, but we must exclude the first and third digits, leaving us with 8 digits.
Total for this range: \(1*4*8 = 32\).
Combining both ranges, the total number of odd three-digit integers greater than 800 with distinct digits is: \(40 + 32 = 72\).
Answer: C