Difference between revisions of "2017 AMC 8 Problems/Problem 17"

(Created page with "==Problem 17== Starting with some gold coins and some empty treasure chests, I tried to put <math>9 </math> gold coins in each treasure chest, but that left <math>2</math> tr...")
 
m (Solution:)
Line 8: Line 8:
 
]]
 
]]
  
==Solution:==
+
==Solution==
 
We can represent the amount of gold with <math>g</math> and the amount of chests with <math>c</math>. We can use the problem to make the following equations:
 
We can represent the amount of gold with <math>g</math> and the amount of chests with <math>c</math>. We can use the problem to make the following equations:
 
<cmath>9c-18 = g</cmath>
 
<cmath>9c-18 = g</cmath>

Revision as of 15:37, 22 November 2017

Problem 17

Starting with some gold coins and some empty treasure chests, I tried to put $9$ gold coins in each treasure chest, but that left $2$ treasure chests empty. So instead I put $6$ gold coins in each treasure chest, but then I had $3$ gold coins left over. How many gold coins did I have?

$\textbf{(A) }9\qquad\textbf{(B) }27\qquad\textbf{(C) }45\qquad\textbf{(D) }63\qquad\textbf{(E) }81$

Solution

Solution

We can represent the amount of gold with $g$ and the amount of chests with $c$. We can use the problem to make the following equations: \[9c-18 = g\] \[6c+3 = g\]

Therefore, $6c+3 = 9c-18.$ This implies that $c = 7.$ We therefore have $g = 45.$ So, our answer is $\text{C)}$ $45.$