harsh.champ wrote:There are two ants on opposite corners of a cube. On each move, they can travel along an edge to an adjacent vertex. If the probability that they both return to their starting position after 4 moves is m/n , where m and
n are relatively prime integers, find m+n. (NOTE:They do not stop if they collide.)
(1)17
(2)65
(3)73
(4)85
(5)None of these
The question should make clear that the ants choose, randomly, which path to follow at each stage. It should also make clear whether the ant will ever retrace a path already followed. Assuming they can retrace their steps, we have the following for ant number 1:
* at each stage the ant has 3 choices for where to go
* no matter where the ant goes first, on step two, there is a 1/3 probability the ant returns to its starting point, and a 2/3 probability the ant is two steps away from its starting point; we can look at each case in turn:
* In the first case, in which the ant returns to its starting point after two steps, there is again a 1/3 chance it will return to its starting point in the next two steps; so we have a (1/3)(1/3) = 1/9 chance the ant leaves, comes back, leaves and comes back.
* In the second case, in which the ant is two steps away after two steps, there is a 1/3 chance the ant then moves three steps away -- i.e. to the opposite corner from its starting point -- and cannot possibly get back. There is a 2/3 chance the ant moves to a point one step away from the starting point, and then a 1/3 chance on the fourth step the ant returns to where it started. Multiplying all of those probabilities, we have a (2/3)(2/3)(1/3) = 4/27 chance the ant returns to where it started after four steps without returning after two steps.
* We need to add the probabilities from each of the two cases above: there is a (1/9) + (4/27) = 7/27 chance the first ant returns home.
* The same is true for the second ant, so there is a (7/27)(7/27) = 49/729 chance both ants return home. That's a reduced fraction, so the answer is 'none of the above'.
ajith - you've undercounted the second case; I think you've left out the possibility, using your notation, that the ant follows a path: AB, BC, CB, BA.
Given how large m and n turn out to be, my suspicion is that the question designer intends that the ants not be permitted to retrace their steps, but it's impossible to say. It's not a well-worded question, and involves too many cases to be a realistic GMAT question.