In a game, a fair wheel lands on a single integer from to , inclusive, with each integer being equally likely to be selected. What is the probability that the integer selected is either a prime number or leaves a remainder of when divided by , but not both?
- Answer
- B
- C
- D
- E
Answer
The correct answer is 7/20.
The total number of possible outcomes is 100. There are 25 prime numbers in the range 1 to 100, and 20 numbers that leave a remainder of 1 when divided by 5. Exactly 5 numbers (11, 31, 41, 61, 71) meet both conditions. To find the numbers that meet either condition but NOT both, subtract the 5 overlapping numbers from each category: 20 numbers are prime only, and 15 numbers leave a remainder of 1 only. The number of favorable outcomes is 20 + 15 = 35. Therefore, the single-event probability is 35/100 = 7/20.
Step-by-Step Solution
Key Concept
Basic single-event probability with set operations and number properties (prime numbers, remainders).
Estimated Time:2m 0s