Difference between revisions of "2019 AIME I Problems/Problem 5"

m (Solution)
m (Solution)
Line 4: Line 4:
 
==Solution==
 
==Solution==
  
We label a move from <math>(a,b)</math> to <math>(a,b-1)</math> as down (<math>D</math>), from <math>(a,b)</math> to <math>(a-1,b)</math> as left (<math>L</math>), and from <math>(a,b)</math> to <math>(a-1,b-1)</math> as slant (<math>S</math>). To arrive at <math>(0,0)</math> without arriving at an axis first, the particle must first go to <math>(1,1)</math> then do a slant move. The particle can arrive at <math>(1,1)</math> through any permutation of the following 4 different cases: <math>SSS</math>, <math>SSDL</math>, <math>SDLDL</math>, and <math>DLDLDL</math>.  
+
A move from <math>(a,b)</math> to <math>(a,b-1)</math> is labeled as down (<math>D</math>), from <math>(a,b)</math> to <math>(a-1,b)</math> is labeled as left (<math>L</math>), and from <math>(a,b)</math> to <math>(a-1,b-1)</math> is labeled as slant (<math>S</math>). To arrive at <math>(0,0)</math> without arriving at an axis first, the particle must first go to <math>(1,1)</math> then do a slant move. The particle can arrive at <math>(1,1)</math> through any permutation of the following 4 different cases: <math>SSS</math>, <math>SSDL</math>, <math>SDLDL</math>, and <math>DLDLDL</math>.  
  
 
There is only <math>1</math> permutation of <math>SSS</math>. Including the last move, there are <math>4</math> possible moves, making the probability of this move <math>\frac{1}{3^4}</math>.  
 
There is only <math>1</math> permutation of <math>SSS</math>. Including the last move, there are <math>4</math> possible moves, making the probability of this move <math>\frac{1}{3^4}</math>.  
Line 14: Line 14:
 
There are <math>\frac{6!}{3! \cdot 3!} = 30</math> permutations of <math>DLDLDL</math>, as the ordering of the three downs and three lefts do not matter. There are <math>7</math> possible moves, making the probability of this move <math>\frac{20}{3^7}</math>.  
 
There are <math>\frac{6!}{3! \cdot 3!} = 30</math> permutations of <math>DLDLDL</math>, as the ordering of the three downs and three lefts do not matter. There are <math>7</math> possible moves, making the probability of this move <math>\frac{20}{3^7}</math>.  
  
Adding these, we get the total probability as <math>\frac{1}{3^4} + \frac{12}{3^5} + \frac{30}{3^6} + \frac{20}{3^7} = \frac{245}{3^7}</math>. Therefore, the answer is <math>245 + 7 = 252</math>.
+
Adding these, the total probability is <math>\frac{1}{3^4} + \frac{12}{3^5} + \frac{30}{3^6} + \frac{20}{3^7} = \frac{245}{3^7}</math>. Therefore, the answer is <math>245 + 7 = 252</math>.
  
 
Solution by Zaxter22
 
Solution by Zaxter22

Revision as of 00:04, 15 March 2019

Problem 5

A moving particle starts at the point $(4,4)$ and moves until it hits one of the coordinate axes for the first time. When the particle is at the point $(a,b)$, it moves at random to one of the points $(a-1,b)$, $(a,b-1)$, or $(a-1,b-1)$, each with probability $\frac{1}{3}$, independently of its previous moves. The probability that it will hit the coordinate axes at $(0,0)$ is $\frac{m}{3^n}$, where $m$ and $n$ are positive integers. Find $m + n$.

Solution

A move from $(a,b)$ to $(a,b-1)$ is labeled as down ($D$), from $(a,b)$ to $(a-1,b)$ is labeled as left ($L$), and from $(a,b)$ to $(a-1,b-1)$ is labeled as slant ($S$). To arrive at $(0,0)$ without arriving at an axis first, the particle must first go to $(1,1)$ then do a slant move. The particle can arrive at $(1,1)$ through any permutation of the following 4 different cases: $SSS$, $SSDL$, $SDLDL$, and $DLDLDL$.

There is only $1$ permutation of $SSS$. Including the last move, there are $4$ possible moves, making the probability of this move $\frac{1}{3^4}$.

There are $\frac{4!}{2!} = 12$ permutations of $SSDL$, as the ordering of the two slants do not matter. There are $5$ possible moves, making the probability of this move $\frac{12}{3^5}$.

There are $\frac{5!}{2! \cdot 2!} = 30$ permutations of $SDLDL$, as the ordering of the two downs and two lefts do not matter. There are $6$ possible moves, making the probability of this move $\frac{30}{3^6}$.

There are $\frac{6!}{3! \cdot 3!} = 30$ permutations of $DLDLDL$, as the ordering of the three downs and three lefts do not matter. There are $7$ possible moves, making the probability of this move $\frac{20}{3^7}$.

Adding these, the total probability is $\frac{1}{3^4} + \frac{12}{3^5} + \frac{30}{3^6} + \frac{20}{3^7} = \frac{245}{3^7}$. Therefore, the answer is $245 + 7 = 252$.

Solution by Zaxter22

See Also

2019 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 4
Followed by
Problem 6
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png

IMO 1999