This is my question that I am trying to conquer: A, B, and C draws a card in that order from a well-shuffled pack of 52 cards. The first to draw a diamond wins ₽740. If 'A' starts, find their mean and the variance.
Now frankly, my probability-assessing skills are pretty weak, so I am unable to figure out a solution to this. I thought it'll require a binomial distribution, only to notice that the information isn't enough. What method should I employ and why?
I did try searching for questions of a similar kind but to no avail.
I understand that when A draws, he draws with a probability of $\frac{13}{52}$.
Do B and C also draw with the same probability? Or am I even starting out incorrectly?
This is an interesting question, or at least, it has an interesting answer.
Let $a,b,c$, respectively, be the probabilities that A,B,C win. If a non-diamond is replaced in the deck, and the deck is reshuffled, we see that $b=\frac34a$, for if A doesn't draw a diamond, we effectively start all over with B as the first player. Similarly, $c=\frac34b={9a\over16}.$ Since $a+b+c=1,$ (the probability that the game goes on forever is zero,) we have $$a\left(1+\frac34+{9\over16}\right)=1$$ so that $$\begin{align}a &= {16\over37}=0.432432\dots\\ b&={12\over37}=0.324324\dots\\ c&={9\over37}=0.243243\dots\end{align}$$
On the other hand, if the card is not replaced, let $p_n$ be the probability that the first $n$ cards are not diamonds, but the next one is. Then $$p_n={{39\choose n}\over{52\choose b}}\cdot{13\over52-n}$$ We have $$\begin{align} a &= p_0+p_3+p_6+\cdots+p_{39}\\ b &= p_1+p_4+p_7+\cdots+p_{37}\\ c &= p_2+p_5+p_8+\cdots+p_{38} \end{align}$$
Numerical calculation gives$$ \begin{align} a&=0.43127307363406425\\ b&= 0.3251444699292056\\ c&= 0.24358245643673027 \end{align}$$ so we see that replacing the card doesn't change the probabilities much at all. (I also performed the calculation using exact arithmetic to be sure that the values are actually different -- they are.)
I leave it to you to compute the players' expectations and variances.