dtweah wrote:Tom has $2 and Bill has $1. A die is rolled and if it comes up 1 or 2 then Tom wins and Bill gives him $1; if it comes up 3,4,5 or 6 then Bill wins and Tom gives him $1. This is repeated until Tom or Bill has no money and the other is the victor. What is the probability that Tom is the victor?
(a) 1/2
(b) 2/5
(c) 3/5
(d) 4/7
(e) 3/7
There's a 1/3 = 3/9 chance that Tom wins first roll; game over.
There's a (2/3)*(2/3) = 4/9 chance that Bill wins on the first two rolls; game over.
There's a 2/9 chance that Bill wins, then Tom wins, and we're back to where we started.
So the probability Tom wins is:
1/3 + (2/9)*(1/3) + (2/9)^2 *(1/3) + (2/9)^3 * (1/3) + ...
That's an infinite geometric series, so it's not the type of thing you'd need to work with on a real GMAT. Still, we can solve without a formula:
1/3 + (2/9)*(1/3) + (2/9)^2 *(1/3) + (2/9)^3 * (1/3) + ...
= 1/3 * (1 + 2/9 + (2/9)^2 + ...)
Now, call the sum in brackets S:
S = 1 + 2/9 + (2/9)^2 + (2/9)^3 + ...
S = 1 + (2/9)(1 + 2/9 + (2/9)^2 + ...)
S = 1 + (2/9)S
S = 9/7
Since the answer is (1/3)S, the answer is 3/7.