Unknown008 - your solution shows the probability of each player winning in the first round. But there is a chance that no one wins in the first round, in which case the die goes back to A to start a second round. Notivce that the sum of the probabilities as you calculated them do not add up to 1.
As I understand this problem, person A throws the die and if he gets a 2 or 4 he wins, game over. If he doesn't, then B gets to roll the die, and if gets a 2 or 4 he wins, and the game is over. If neither A nor B has won then C gets a chance. And if he doesn't roll a 2 or for the die goes back to A for his next chance, and so on.
Think of this in terms of each round of A, B, and C rolling the die. In the first round the probability of A winning is 1/3 (since any 2 out of 6 possible rolls are winners), the probability of B winning is 2/3 * 1/3 (since A has to lose and B has to roll 2 or 4 to win), and the probability of C winning is 4/9 * 1/3.
The probability of no one wining in the first round is (2/3)^3. Hence the probability that A will win in the second round is (2/3)^3 * 1/3; the probability that B will win in the second round is (2/3)^4*1/3, and the probability that C will win in the second round is (2/3)^5*1/3. If you keep going and add the probbailities for each player you will see that the probabilities add up to this:
The sum of all these probabilities must equal 1. So you have:
P(A) + 2/3 P(A) + 4/9 P(A) = 1
Solve for P(A), and you find: