In a game, there are 2 red balls and 18 white balls in a bag. A player will draw 2
balls from the bag randomly. If at least 1 red ball is drawn, the player wins;
otherwise, the player needs to put back the balls drawn and draws 2 balls
randomly from the bag again until at least 1 red ball is drawn.
Find the probability that a player will win in a particular draw.
I think that "the player will win in a particular draw" means "the player will win the game", so the prob. should be 1.
However, the required prob. should be 1-P(No red balls are drawn).
I want to ask what is the meaning of "a particular draw" ??
What is my misunderstanding?
Thank you!!