Ice beam is a pokemon move that has a 10% chance to freeze the enemy pokemon each turn. What is the probability that I freeze the enemy pokemon if I have 3 turns?
On one hand 'logically' the answer should be 30%
On the other hand, if we add up all the cases we get 27.1%:
(1) Freeze on the first turn 10%
(2) Freeze on the second turn, but not the first: 90% * 10%
(3) Freeze on the third turn, but not the first/second: 90% * 90% * 10%
What is the correct way to go about this? Also, I observe that both methods are very close to each other. Is it generally true that the probability of an event firing within N turns is the same (or very close to) as the probability of the event firing * N?