Official Solution:How many odd integers between 100 and 1000, do not contain the digit "5"? A. 180
B. 196
C. 286
D. 288
E. 324
Let's examine the possible options for each digit in these numbers:
The hundreds digit has 8 options: 1, 2, 3, 4, 6, 7, 8, or 9 (excluding 0 and 5).
The tens digit has 9 options: 0, 1, 2, 3, 4, 6, 7, 8, or 9 (excluding 5).
The units digit has 4 odd options: 1, 3, 7, or 9 (excluding 0, 2, 4, 5, 6, and 8).
Consequently, the total number of odd integers between 100 and 1000 that do not contain the digit "5" is \(8 * 9 * 4 = 32 * 9 = 288.\)
Answer: D