Difference between revisions of "2017 AMC 12A Problems/Problem 22"

(Solution)
(Solution: changed percentages to fractions)
Line 7: Line 7:
 
We let <math>c, e,</math> and <math>m</math> be the probability of reaching a corner before an edge when starting at an "inside corner" (e.g. <math>(1, 1)</math>), an "inside edge" (e.g. <math>(1, 0)</math>), and the middle respectively.
 
We let <math>c, e,</math> and <math>m</math> be the probability of reaching a corner before an edge when starting at an "inside corner" (e.g. <math>(1, 1)</math>), an "inside edge" (e.g. <math>(1, 0)</math>), and the middle respectively.
  
Starting in the middle, there is a <math>50\%</math> chance of moving to an inside edge and a <math>50\%</math> chance of moving to an inside corner, so
+
Starting in the middle, there is a <math>\frac{4}{8}</math> chance of moving to an inside edge and a <math>\frac{4}{8}</math> chance of moving to an inside corner, so
  
 
<cmath>m = \frac{1}{2}e + \frac{1}{2}c.</cmath>
 
<cmath>m = \frac{1}{2}e + \frac{1}{2}c.</cmath>
  
Starting at an inside edge, there is a <math>25\%</math> chance of moving to another inside edge, a <math>25\%</math> chance of moving to an inside corner, a <math>12.5\%</math> chance of moving into the middle, and a <math>37.5\%</math> chance of reaching an outside edge and stopping. Therefore,
+
Starting at an inside edge, there is a <math>\frac{2}{8}</math> chance of moving to another inside edge, a <math>\frac{2}{8}</math> chance of moving to an inside corner, a <math>\frac{1}{8}</math> chance of moving into the middle, and a <math>\frac{3}{8}</math> chance of reaching an outside edge and stopping. Therefore,
  
<cmath>e = \frac{1}{4}e + \frac{1}{4}c + \frac{1}{8}m + \frac{3}{8}0 = \frac{1}{4}e + \frac{1}{4}c + \frac{1}{8}m.</cmath>
+
<cmath>e = \frac{1}{4}e + \frac{1}{4}c + \frac{1}{8}m + \frac{3}{8}*0 = \frac{1}{4}e + \frac{1}{4}c + \frac{1}{8}m.</cmath>
  
Starting at an inside corner, there is a <math>25\%</math> chance of moving to an inside edge, a <math>12.5\%</math> chance of moving into the middle, a <math>50\%</math> chance of moving to an outside edge and stopping, and finally a <math>12.5\%</math> chance of reaching that elusive outside corner. This gives
+
Starting at an inside corner, there is a <math>\frac{2}{8}</math> chance of moving to an inside edge, a <math>\frac{1}{8}</math> chance of moving into the middle, a <math>\frac{4}{8}</math> chance of moving to an outside edge and stopping, and finally a <math>\frac{1}{8}</math> chance of reaching that elusive outside corner. This gives
  
<cmath>c = \frac{1}{4}e + \frac{1}{8}m + \frac{1}{2}0 + \frac{1}{8}1 = \frac{1}{4}e + \frac{1}{8}m + \frac{1}{8}.</cmath>
+
<cmath>c = \frac{1}{4}e + \frac{1}{8}m + \frac{1}{2}0 + \frac{1}{8}*1 = \frac{1}{4}e + \frac{1}{8}m + \frac{1}{8}.</cmath>
  
 
Solving this system of equations gives
 
Solving this system of equations gives

Revision as of 01:10, 9 February 2017

Problem

A square is drawn in the Cartesian coordinate plane with vertices at $(2, 2)$, $(-2, 2)$, $(-2, -2)$, $(2, -2)$. A particle starts at $(0,0)$. Every second it moves with equal probability to one of the eight lattice points (points with integer coordinates) closest to its current position, independently of its previous moves. In other words, the probability is $1/8$ that the particle will move from $(x, y)$ to each of $(x, y + 1)$, $(x + 1, y + 1)$, $(x + 1, y)$, $(x + 1, y - 1)$, $(x, y - 1)$, $(x - 1, y - 1)$, $(x - 1, y)$, or $(x - 1, y + 1)$. The particle will eventually hit the square for the first time, either at one of the 4 corners of the square or at one of the 12 lattice points in the interior of one of the sides of the square. The probability that it will hit at a corner rather than at an interior point of a side is $m/n$, where $m$ and $n$ are relatively prime positive integers. What is $m + n$?

Solution

We let $c, e,$ and $m$ be the probability of reaching a corner before an edge when starting at an "inside corner" (e.g. $(1, 1)$), an "inside edge" (e.g. $(1, 0)$), and the middle respectively.

Starting in the middle, there is a $\frac{4}{8}$ chance of moving to an inside edge and a $\frac{4}{8}$ chance of moving to an inside corner, so

\[m = \frac{1}{2}e + \frac{1}{2}c.\]

Starting at an inside edge, there is a $\frac{2}{8}$ chance of moving to another inside edge, a $\frac{2}{8}$ chance of moving to an inside corner, a $\frac{1}{8}$ chance of moving into the middle, and a $\frac{3}{8}$ chance of reaching an outside edge and stopping. Therefore,

\[e = \frac{1}{4}e + \frac{1}{4}c + \frac{1}{8}m + \frac{3}{8}*0 = \frac{1}{4}e + \frac{1}{4}c + \frac{1}{8}m.\]

Starting at an inside corner, there is a $\frac{2}{8}$ chance of moving to an inside edge, a $\frac{1}{8}$ chance of moving into the middle, a $\frac{4}{8}$ chance of moving to an outside edge and stopping, and finally a $\frac{1}{8}$ chance of reaching that elusive outside corner. This gives

\[c = \frac{1}{4}e + \frac{1}{8}m + \frac{1}{2}0 + \frac{1}{8}*1 = \frac{1}{4}e + \frac{1}{8}m + \frac{1}{8}.\]

Solving this system of equations gives

\[m = \frac{4}{35},\] \[e = \frac{1}{14},\] \[c = \frac{11}{70}.\]

Since the particle starts at $(0, 0),$ it is $m$ we are looking for, so the final answer is

\[4 + 35 = \textbf{(E) }39.\]

See Also

2017 AMC 12A (ProblemsAnswer KeyResources)
Preceded by
Problem 21
Followed by
Problem 23
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 12 Problems and Solutions

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