Two players put a dollar in a pot. They decide to throw a pair of dice alternatively. The first one who throws a total of $ 5$ on both dice wins the pot. How much should the player who starts add to the pot to make this a fair game?
So my interpretation of this problem is that I first throw a dice and then the other person throws a dice afterwards. E.g. if I throw a 1, and if the other person throws a 4 wins the pot. So we are trying to find the expected payout?
Player 1 throws on odd throws and player 2 throws on even throws. This is a geometric distribution. So his distribution is $\left(\frac{8}{9} \right)^{2k} \cdot \frac{1}{9}$ and player 2's distribution is $\left(\frac{8}{9} \right)^{2k-1} \cdot \frac{1}{9}$. So player 1 must give $1/8$.