There is an urn with 20 red (R) and 10 black (B) balls. The first ball is drawn. If it is black,one wins and the game stops. Otherwise, a second draw is made (without reinsertion of the first ball). If it is black, you win and the game stops. Otherwise,you continue with a third and final draw (without reinsertion of the firstand two balls). If it is black, you win; otherwise you lose. Construct a probability space to describe the game.
My attempt: $$ \Omega=\{N,RN,RRN,RRR\} $$
Regarding the $\sigma$-algebra, since the text only says:
Construct a probability space to describe the game.
i have assumed to be interested in finding the probability of E
$$ E=``Winning \ the \ game''=\{N,RN,RRN\}$$ Because the $\sigma$-algebra is the family of events to which we want to assing probabilities then a possible $\sigma$-algebra is $$\mathcal{F}=\{\emptyset,E,\overline{E},\Omega\}$$
As per my understanding now I must come up with a probability distribution which assigns a probability to all the elements in the $\sigma$-algebra in order to construct a probability space$(\Omega,\mathcal{F},\mathbb{P})$.
I'm stuck thinking how to come up with a probability distribution.