Difference between revisions of "2012 AIME I Problems/Problem 7"

(Created page with "Define the number of coins the center student gives out to each neighbor as ''a'', the number of coins each student in the innermost pentagon (each having three connections) give...")
 
(15 intermediate revisions by 9 users not shown)
Line 1: Line 1:
Define the number of coins the center student gives out to each neighbor as ''a'', the number of coins each student in the innermost pentagon (each having three connections) gives as ''b'', the number of coins each student in the next ring of five gives as ''c'', and the number that each in the outermost ring gives as ''d''.  
+
==Problem==
 +
At each of the sixteen circles in the network below stands a student. A total of <math>3360</math> coins are distributed among the sixteen students. All at once, all students give away all their coins by passing an equal number of coins to each of their neighbors in the network. After the trade, all students have the same number of coins as they started with. Find the number of coins the student standing at the center circle had originally.
  
We see that the center student gives away 5''a'' coins (having 5 connections to other students) and receives 5''b'' coins in total from his neighbors. We know from the problem statement that these two numbers are equal, so 5''a'' = 5''b'' and ''a'' = ''b''. Establishing similar ratios for the other groups of students reveals that ''a'' = ''b'' = ''c'' = ''d''. (''a'' + 2''c'' = 3''b'' substitutes to ''b'' + 2''c'' = 2''b'', so ''c'' = ''b''; 2''c'' + 2''d'' = 4''d'', so ''c'' = ''d''.)
+
<center><asy>
 +
import cse5;
 +
unitsize(6mm);
 +
defaultpen(linewidth(.8pt));
 +
dotfactor = 8;
 +
pathpen=black;
  
Having established this equality, we see that the center student has 5''a'' coins, each of the 5 students in the next ring has 3''a'' coins, and each of the 10 students in the two outermost rings has 4''a'' coins. This sums to a total of 5''a'' + 15''a'' + 40''a'' = 60''a'' coins, and we know that there are 3360 coins in total, so solving for ''a'' is simply dividing 3360 by 60, which yields 56. The student in the center has 5''a'' coins, so he has <math>\fbox{280}</math> coins.
+
pair A = (0,0);
 +
pair B = 2*dir(54), C = 2*dir(126), D = 2*dir(198), E = 2*dir(270), F = 2*dir(342);
 +
pair G = 3.6*dir(18), H = 3.6*dir(90), I = 3.6*dir(162), J = 3.6*dir(234), K = 3.6*dir(306);
 +
pair M = 6.4*dir(54), N = 6.4*dir(126), O = 6.4*dir(198), P = 6.4*dir(270), L = 6.4*dir(342);
 +
pair[] dotted = {A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P};
 +
 
 +
D(A--B--H--M);
 +
D(A--C--H--N);
 +
D(A--F--G--L);
 +
D(A--E--K--P);
 +
D(A--D--J--O);
 +
D(B--G--M);
 +
D(F--K--L);
 +
D(E--J--P);
 +
D(O--I--D);
 +
D(C--I--N);
 +
D(L--M--N--O--P--L);
 +
 
 +
dot(dotted);
 +
 
 +
</asy></center>
 +
 
 +
==Solution 1==
 +
Say the student in the center starts out with <math>a</math> coins, the students neighboring the center student each start with <math>b</math> coins, and all other students start out with <math>c</math> coins. Then the <math>a</math>-coin student has five neighbors, all the <math>b</math>-coin students have three neighbors, and all the <math>c</math>-coin students have four neighbors.
 +
 
 +
Now in order for each student's number of coins to remain equal after the trade, the number of coins given by each student must be equal to the number received, and thus
 +
 
 +
<cmath>
 +
\begin{align*}
 +
a &= 5 \cdot \frac{b}{3}\\
 +
b &= \frac{a}{5} + 2 \cdot \frac{c}{4}\\
 +
c &= 2 \cdot \frac{c}{4} + 2 \cdot \frac{b}{3}.
 +
\end{align*}
 +
</cmath>
 +
 
 +
Solving these equations, we see that <math>\frac{a}{5} = \frac{b}{3} = \frac{c}{4}.</math> Also, the total number of coins is <math>a + 5b + 10c = 3360,</math> so <math>a + 5 \cdot \frac{3a}{5} + 10 \cdot \frac{4a}{5} = 3360 \rightarrow a = \frac{3360}{12} = \boxed{280}.</math>
 +
 
 +
*One way to make this more rigorous (answering the concern in Solution 3) is to let <math>a</math>, <math>b</math>, and <math>c</math> represent the <math>total</math> number of coins in the rings. Then, you don't care about individual people in the passing, you just know that each ring gets some coins and loses some coins, which must cancel each other out.
 +
 
 +
==Solution 2==
 +
Since the students give the same number of gifts of coins as they receive and still end up the same number of coins, we can assume that every gift of coins has the same number of coins. Let <math>x</math> be the number of coins in each gift of coins. There <math>10</math> people who give <math>4</math> gifts of coins, <math>5</math> people who give <math>3</math> gifts of coins, and <math>1</math> person who gives <math>5</math> gifts of coins. Thus,
 +
 
 +
<cmath>
 +
\begin{align*}
 +
10(4x)+5(3x)+5x &= 3360\\
 +
40x+15x+5x &= 3360\\
 +
60x &= 3360\\
 +
x &= 56
 +
\end{align*}
 +
</cmath>
 +
Therefore the answer is <math>5(56) = \boxed{280}.</math>
 +
 
 +
==Solution 3==
 +
The assumption in Solution 1 (the students neighboring the center student each start with <math>b</math> coins, why?) and Solution 2 (every gift of coins has the same number of coins, why?) seems unnatural. This is a more strict solution without such assumption.
 +
Mark the number of coins from inside to outside as <math>a</math>, <math>b_1</math>, <math>b_2</math>, <math>b_3</math>, <math>b_4</math>, <math>b_5</math>, <math>c_1</math>, <math>c_2</math>, <math>c_3</math>, <math>c_4</math>, <math>c_5</math>, <math>d_1</math>, <math>d_2</math>, <math>d_3</math>, <math>d_4</math>, <math>d_5</math>.
 +
Then, we can get that
 +
<cmath>
 +
\begin{align*}
 +
d_1 &= d_5/4 + d_2/4 + c_1/4 + c_2/4\\
 +
d_2 &= d_1/4 + d_3/4 + c_2/4 + c_3/4\\
 +
d_3 &= d_2/4 + d_4/4 + c_3/4 + c_4/4\\
 +
d_4 &= d_3/4 + d_5/4 + c_4/4 + c_5/4\\
 +
d_5 &= d_4/4 + d_1/4 + c_5/4 + c_1/4\\
 +
\end{align*}
 +
</cmath>
 +
Add them, let <math>D = d_1 + d_2 + d_3 + d_4 + d_5</math>, <math>C = c_1 + c_2 + c_3 + c_4 + c_5</math>, then <math>D = D/4 + D/4 + C/4 + C/4</math>, <math>D = C</math>.
 +
Repeat in the same way, we can get <math>C = D/4 + D/4 + B/3 + B/3</math>, <math>B = \frac{3D}{4}</math>, <math>B = C/4 + C/4 + a</math>, <math>a = \frac{D}{4}</math>.
 +
Then, with <math>a + B + C + D = 3360</math>, <math>D = 1120</math>, <math>a = \boxed{280}</math>.
 +
 
 +
==Solution 4==
 +
Define <math>x</math> as the number of coins the student in the middle has. Since this student connects to <math>5</math> other students, each of those students must have passed <math>\dfrac15 x</math> coins to the center to maintain the same number of coins.
 +
 
 +
Each of these students connect to <math>3</math> other students, passing <math>\dfrac15 x</math> coins to each, so they must have <math>\dfrac35 x</math> coins. These students must then recieve <math>\dfrac35 x</math> coins, <math>\dfrac 15 x</math> of which were given to by the center student. Thus, they must also have received
 +
<math>\dfrac25 x</math> coins from the outer layer, and since this figure has symmetry, these must be the same.
 +
 
 +
Each of the next layer of students must have given <math>\dfrac15 x</math> coins. Since they gave <math>4</math> people coins, they must have started with <math>\dfrac45 x</math> coins. They received <math>\dfrac25 x</math> of them from the inner layer, making the two other connections have given them the same amount. By a similar argument, they recieved <math>\dfrac15 x</math> from each of them.
 +
 
 +
By a similar argument, the outermost hexagon of students must have had <math>\dfrac45 x</math> coins each. Summing this all up, we get the number of total coins passed out as a function of <math>x</math>. This ends up to be
 +
<cmath>
 +
\begin{align*}
 +
\dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac35 x + \dfrac35 x + \dfrac35 x + \dfrac35 x + \dfrac35 x + x &= 10 \cdot \dfrac45 x  + 5 \cdot \dfrac35 x + x \\
 +
&= 8x + 3x + x \\
 +
&= 12 x.
 +
\end{align*}
 +
</cmath>
 +
 
 +
Since this all sums up to <math>3360</math>, which is given, we find that <cmath>\begin{align*} 12x &= 3360 \\ x &= 280 \end{align*}</cmath>
 +
 
 +
We defined <math>x</math> to be the number of coins that the center person has, so the answer is <math>x</math>, which is <math>\boxed{280}</math>
 +
 
 +
== Video Solution by Richard Rusczyk ==
 +
 
 +
https://artofproblemsolving.com/videos/amc/2012aimei/343
 +
 
 +
~ dolphin7
 +
 
 +
== See also ==
 +
{{AIME box|year=2012|n=I|num-b=6|num-a=8}}
 +
{{MAA Notice}}

Revision as of 20:20, 24 January 2021

Problem

At each of the sixteen circles in the network below stands a student. A total of $3360$ coins are distributed among the sixteen students. All at once, all students give away all their coins by passing an equal number of coins to each of their neighbors in the network. After the trade, all students have the same number of coins as they started with. Find the number of coins the student standing at the center circle had originally.

[asy] import cse5; unitsize(6mm); defaultpen(linewidth(.8pt)); dotfactor = 8; pathpen=black;  pair A = (0,0); pair B = 2*dir(54), C = 2*dir(126), D = 2*dir(198), E = 2*dir(270), F = 2*dir(342); pair G = 3.6*dir(18), H = 3.6*dir(90), I = 3.6*dir(162), J = 3.6*dir(234), K = 3.6*dir(306); pair M = 6.4*dir(54), N = 6.4*dir(126), O = 6.4*dir(198), P = 6.4*dir(270), L = 6.4*dir(342); pair[] dotted = {A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P};  D(A--B--H--M); D(A--C--H--N); D(A--F--G--L); D(A--E--K--P); D(A--D--J--O); D(B--G--M); D(F--K--L); D(E--J--P); D(O--I--D); D(C--I--N); D(L--M--N--O--P--L);  dot(dotted);  [/asy]

Solution 1

Say the student in the center starts out with $a$ coins, the students neighboring the center student each start with $b$ coins, and all other students start out with $c$ coins. Then the $a$-coin student has five neighbors, all the $b$-coin students have three neighbors, and all the $c$-coin students have four neighbors.

Now in order for each student's number of coins to remain equal after the trade, the number of coins given by each student must be equal to the number received, and thus

\begin{align*} a &= 5 \cdot \frac{b}{3}\\ b &= \frac{a}{5} + 2 \cdot \frac{c}{4}\\ c &= 2 \cdot \frac{c}{4} + 2 \cdot \frac{b}{3}. \end{align*}

Solving these equations, we see that $\frac{a}{5} = \frac{b}{3} = \frac{c}{4}.$ Also, the total number of coins is $a + 5b + 10c = 3360,$ so $a + 5 \cdot \frac{3a}{5} + 10 \cdot \frac{4a}{5} = 3360 \rightarrow a = \frac{3360}{12} = \boxed{280}.$

  • One way to make this more rigorous (answering the concern in Solution 3) is to let $a$, $b$, and $c$ represent the $total$ number of coins in the rings. Then, you don't care about individual people in the passing, you just know that each ring gets some coins and loses some coins, which must cancel each other out.

Solution 2

Since the students give the same number of gifts of coins as they receive and still end up the same number of coins, we can assume that every gift of coins has the same number of coins. Let $x$ be the number of coins in each gift of coins. There $10$ people who give $4$ gifts of coins, $5$ people who give $3$ gifts of coins, and $1$ person who gives $5$ gifts of coins. Thus,

\begin{align*} 10(4x)+5(3x)+5x &= 3360\\ 40x+15x+5x &= 3360\\ 60x &= 3360\\ x &= 56 \end{align*} Therefore the answer is $5(56) = \boxed{280}.$

Solution 3

The assumption in Solution 1 (the students neighboring the center student each start with $b$ coins, why?) and Solution 2 (every gift of coins has the same number of coins, why?) seems unnatural. This is a more strict solution without such assumption. Mark the number of coins from inside to outside as $a$, $b_1$, $b_2$, $b_3$, $b_4$, $b_5$, $c_1$, $c_2$, $c_3$, $c_4$, $c_5$, $d_1$, $d_2$, $d_3$, $d_4$, $d_5$. Then, we can get that \begin{align*} d_1 &= d_5/4 + d_2/4 + c_1/4 + c_2/4\\ d_2 &= d_1/4 + d_3/4 + c_2/4 + c_3/4\\ d_3 &= d_2/4 + d_4/4 + c_3/4 + c_4/4\\ d_4 &= d_3/4 + d_5/4 + c_4/4 + c_5/4\\ d_5 &= d_4/4 + d_1/4 + c_5/4 + c_1/4\\ \end{align*} Add them, let $D = d_1 + d_2 + d_3 + d_4 + d_5$, $C = c_1 + c_2 + c_3 + c_4 + c_5$, then $D = D/4 + D/4 + C/4 + C/4$, $D = C$. Repeat in the same way, we can get $C = D/4 + D/4 + B/3 + B/3$, $B = \frac{3D}{4}$, $B = C/4 + C/4 + a$, $a = \frac{D}{4}$. Then, with $a + B + C + D = 3360$, $D = 1120$, $a = \boxed{280}$.

Solution 4

Define $x$ as the number of coins the student in the middle has. Since this student connects to $5$ other students, each of those students must have passed $\dfrac15 x$ coins to the center to maintain the same number of coins.

Each of these students connect to $3$ other students, passing $\dfrac15 x$ coins to each, so they must have $\dfrac35 x$ coins. These students must then recieve $\dfrac35 x$ coins, $\dfrac 15 x$ of which were given to by the center student. Thus, they must also have received $\dfrac25 x$ coins from the outer layer, and since this figure has symmetry, these must be the same.

Each of the next layer of students must have given $\dfrac15 x$ coins. Since they gave $4$ people coins, they must have started with $\dfrac45 x$ coins. They received $\dfrac25 x$ of them from the inner layer, making the two other connections have given them the same amount. By a similar argument, they recieved $\dfrac15 x$ from each of them.

By a similar argument, the outermost hexagon of students must have had $\dfrac45 x$ coins each. Summing this all up, we get the number of total coins passed out as a function of $x$. This ends up to be \begin{align*}  \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac45 x + \dfrac35 x + \dfrac35 x + \dfrac35 x + \dfrac35 x + \dfrac35 x + x &= 10 \cdot \dfrac45 x  + 5 \cdot \dfrac35 x + x \\  &= 8x + 3x + x \\  &= 12 x.  \end{align*}

Since this all sums up to $3360$, which is given, we find that \begin{align*} 12x &= 3360 \\ x &= 280 \end{align*}

We defined $x$ to be the number of coins that the center person has, so the answer is $x$, which is $\boxed{280}$

Video Solution by Richard Rusczyk

https://artofproblemsolving.com/videos/amc/2012aimei/343

~ dolphin7

See also

2012 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 6
Followed by
Problem 8
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