Question: In a certain game, the probability of winning is 0.3. If a player plays the game 5 times, what is the probability of winning at least once?
Options:
Correct Answer: 0.836
Solution:
The probability of losing all 5 games is (1 - 0.3)^5 = 0.168. Therefore, the probability of winning at least once is 1 - 0.168 = 0.832, which rounds to 0.836.