Difference between revisions of "2001 AIME I Problems/Problem 10"

(Solution)
Line 2: Line 2:
 
Let <math>S</math> be the [[set]] of points whose [[coordinate]]s <math>x,</math> <math>y,</math> and <math>z</math> are integers that satisfy <math>0\le x\le2,</math> <math>0\le y\le3,</math> and <math>0\le z\le4.</math>  Two distinct points are randomly chosen from <math>S.</math>  The [[probability]] that the [[midpoint]] of the segment they determine also belongs to <math>S</math> is <math>m/n,</math> where <math>m</math> and <math>n</math> are relatively prime positive integers.  Find <math>m + n.</math>
 
Let <math>S</math> be the [[set]] of points whose [[coordinate]]s <math>x,</math> <math>y,</math> and <math>z</math> are integers that satisfy <math>0\le x\le2,</math> <math>0\le y\le3,</math> and <math>0\le z\le4.</math>  Two distinct points are randomly chosen from <math>S.</math>  The [[probability]] that the [[midpoint]] of the segment they determine also belongs to <math>S</math> is <math>m/n,</math> where <math>m</math> and <math>n</math> are relatively prime positive integers.  Find <math>m + n.</math>
  
== Solution ==
+
== Solutions ==
 +
 
 +
= Solution 1 =  
 +
 
 
The distance between the <math>x</math>, <math>y</math>, and <math>z</math> coordinates must be even so that the midpoint can have integer coordinates. Therefore,  
 
The distance between the <math>x</math>, <math>y</math>, and <math>z</math> coordinates must be even so that the midpoint can have integer coordinates. Therefore,  
 
*For <math>x</math>, we have the possibilities <math>(0,0)</math>, <math>(1,1)</math>, <math>(2,2)</math>, <math>(0,2)</math>, and <math>(2,0)</math>, <math>5</math> possibilities.  
 
*For <math>x</math>, we have the possibilities <math>(0,0)</math>, <math>(1,1)</math>, <math>(2,2)</math>, <math>(0,2)</math>, and <math>(2,0)</math>, <math>5</math> possibilities.  
Line 8: Line 11:
 
*For <math>z</math>, we have the possibilities <math>(0,0)</math>, <math>(1,1)</math>, <math>(2,2)</math>, <math>(3,3)</math>, <math>(4,4)</math>, <math>(0,2)</math>, <math>(0,4)</math>, <math>(2,0)</math>, <math>(4,0)</math>, <math>(2,4)</math>, <math>(4,2)</math>, <math>(1,3)</math>, and <math>(3,1)</math>, <math>13</math> possibilities.  
 
*For <math>z</math>, we have the possibilities <math>(0,0)</math>, <math>(1,1)</math>, <math>(2,2)</math>, <math>(3,3)</math>, <math>(4,4)</math>, <math>(0,2)</math>, <math>(0,4)</math>, <math>(2,0)</math>, <math>(4,0)</math>, <math>(2,4)</math>, <math>(4,2)</math>, <math>(1,3)</math>, and <math>(3,1)</math>, <math>13</math> possibilities.  
 
However, we have <math>3\cdot 4\cdot 5 = 60</math> cases where we have simply taken the same point twice, so we subtract those. Therefore, our answer is <math>\frac {5\cdot 8\cdot 13 - 60}{60\cdot 59} = \frac {23}{177}\Longrightarrow m+n = \boxed{200}</math>.
 
However, we have <math>3\cdot 4\cdot 5 = 60</math> cases where we have simply taken the same point twice, so we subtract those. Therefore, our answer is <math>\frac {5\cdot 8\cdot 13 - 60}{60\cdot 59} = \frac {23}{177}\Longrightarrow m+n = \boxed{200}</math>.
 +
 +
= Solution 2 =
 +
 +
There are <math>(2 + 1)(3 + 1)(4 + 1) = 60</math> points in total. We group the points by parity of each individual coordinate -- that is, if <math>x</math> is even or odd, <math>y</math> is even or odd, and <math>z</math> is even or odd. Note that to have something that works, the two points must have this same type of classification (otherwise, if one doesn't match, the resulting sum for the coordinates will be odd at that particular spot).
 +
 +
There are <math>12</math> EEEs (the first position denotes the parity of <math>x,</math> the second <math>y,</math> and the third <math>z.</math>), <math>8</math> EEOs, <math>12</math> EOEs, <math>6</math> OEEs, <math>8</math> EOOs, <math>4</math> OEOs, <math>6</math> OOEs, and <math>4</math> OOOs. Doing a sanity check, <math>12 + 8 + 12 + 6 + 8 + 4 + 6 + 4 = 60,</math> which is the total number of points.
 +
 +
Now, we can see that there are <math>12 \cdot 11</math> to choose two EEEs (respective to order), <math>8 \cdot 7</math> ways to choose two EEOs, and so on. Therefore, we get <cmath>12*11 + 8*7 + 12*11 + 6*5 + 8*7 + 4*3 + 6*5 + 4*3 = 460</cmath>ways to choose two points where order matters. There are <math>60 \cdot 59</math> total ways to do this, so we get a final answer of <cmath>\dfrac{460}{60 \cdot 59} = \dfrac{23}{3 \cdot 59} = \dfrac{23}{177},</cmath>for our answer of <math>23 + 177 = \boxed{200}.</math>
 +
 +
Solution by Ilikeapos
  
 
== See also ==
 
== See also ==

Revision as of 23:53, 19 June 2019

Problem

Let $S$ be the set of points whose coordinates $x,$ $y,$ and $z$ are integers that satisfy $0\le x\le2,$ $0\le y\le3,$ and $0\le z\le4.$ Two distinct points are randomly chosen from $S.$ The probability that the midpoint of the segment they determine also belongs to $S$ is $m/n,$ where $m$ and $n$ are relatively prime positive integers. Find $m + n.$

Solutions

Solution 1

The distance between the $x$, $y$, and $z$ coordinates must be even so that the midpoint can have integer coordinates. Therefore,

  • For $x$, we have the possibilities $(0,0)$, $(1,1)$, $(2,2)$, $(0,2)$, and $(2,0)$, $5$ possibilities.
  • For $y$, we have the possibilities $(0,0)$, $(1,1)$, $(2,2)$, $(3,3)$, $(0,2)$, $(2,0)$, $(1,3)$, and $(3,1)$, $8$ possibilities.
  • For $z$, we have the possibilities $(0,0)$, $(1,1)$, $(2,2)$, $(3,3)$, $(4,4)$, $(0,2)$, $(0,4)$, $(2,0)$, $(4,0)$, $(2,4)$, $(4,2)$, $(1,3)$, and $(3,1)$, $13$ possibilities.

However, we have $3\cdot 4\cdot 5 = 60$ cases where we have simply taken the same point twice, so we subtract those. Therefore, our answer is $\frac {5\cdot 8\cdot 13 - 60}{60\cdot 59} = \frac {23}{177}\Longrightarrow m+n = \boxed{200}$.

Solution 2

There are $(2 + 1)(3 + 1)(4 + 1) = 60$ points in total. We group the points by parity of each individual coordinate -- that is, if $x$ is even or odd, $y$ is even or odd, and $z$ is even or odd. Note that to have something that works, the two points must have this same type of classification (otherwise, if one doesn't match, the resulting sum for the coordinates will be odd at that particular spot).

There are $12$ EEEs (the first position denotes the parity of $x,$ the second $y,$ and the third $z.$), $8$ EEOs, $12$ EOEs, $6$ OEEs, $8$ EOOs, $4$ OEOs, $6$ OOEs, and $4$ OOOs. Doing a sanity check, $12 + 8 + 12 + 6 + 8 + 4 + 6 + 4 = 60,$ which is the total number of points.

Now, we can see that there are $12 \cdot 11$ to choose two EEEs (respective to order), $8 \cdot 7$ ways to choose two EEOs, and so on. Therefore, we get \[12*11 + 8*7 + 12*11 + 6*5 + 8*7 + 4*3 + 6*5 + 4*3 = 460\]ways to choose two points where order matters. There are $60 \cdot 59$ total ways to do this, so we get a final answer of \[\dfrac{460}{60 \cdot 59} = \dfrac{23}{3 \cdot 59} = \dfrac{23}{177},\]for our answer of $23 + 177 = \boxed{200}.$

Solution by Ilikeapos

See also

2001 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 9
Followed by
Problem 11
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