K is the "rounds of turns" (sorry I'm translating from another language).For example, if k=2 the player 1 throw the die, then the player does it, k=3 the same etc. The dies aren't thrown simultaneously but by turns. The first player to throw a 1 wins. So they will play until one player throw a o1 then they stop.
The probability that at any turn, the first player wins, is
$$\left(\dfrac{5}6\right)^{3k-3}*\left(\dfrac{1}6\right)\\$$
For two players, the probability that the first player wins is
$$\left(\dfrac{5}6\right)^{2k-2}*\left(\dfrac{1}6\right)\\$$
Keeping two players, the probability that the second player wins is
$$\left(\dfrac{5}6\right)^{2k-1}*\left(\dfrac{1}6\right)\\$$
Am I right or am I missing something?
Thanks.
You seem to be stating the probability of winning at the $k$th turn. If you want the probability $P_n$ that the nth player (out of 3) wins, you need to sum over all $k$.
$P_1=\frac{1}{6}\sum_{k=0}^\infty (\frac{5}{6})^{3k}=\frac{36}{91}$. Similarly $P_2=\frac{30}{91}$ and $P_3=\frac{25}{91}$