Difference between revisions of "2006 AMC 10B Problems/Problem 3"

 
(Added problem and solution)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
 +
A football game was played between two teams, the Cougars and the Panthers. The two teams scored a total of 34 points, and the Cougars won by a margin of 14 points. How many points did the Panthers score?
 +
 +
<math> \mathrm{(A) \ } 10\qquad \mathrm{(B) \ } 14\qquad \mathrm{(C) \ } 17\qquad \mathrm{(D) \ } 20\qquad \mathrm{(E) \ } 24 </math>
 +
 
== Solution ==
 
== Solution ==
 +
Let <math>x</math> be the number of points scored by the Cougars, and <math>y</math> be the number of points scored by the Panthers. The problem is asking for the value of <math>y</math>.
 +
 +
<math>x+y=34</math>
 +
 +
<math>x-y=14</math>
 +
 +
<math>2x=48</math>
 +
 +
<math>x=24</math>
 +
 +
<math>y=10 \Rightarrow A</math>
 +
 
== See Also ==
 
== See Also ==
 
*[[2006 AMC 10B Problems]]
 
*[[2006 AMC 10B Problems]]

Revision as of 19:55, 13 July 2006

Problem

A football game was played between two teams, the Cougars and the Panthers. The two teams scored a total of 34 points, and the Cougars won by a margin of 14 points. How many points did the Panthers score?

$\mathrm{(A) \ } 10\qquad \mathrm{(B) \ } 14\qquad \mathrm{(C) \ } 17\qquad \mathrm{(D) \ } 20\qquad \mathrm{(E) \ } 24$

Solution

Let $x$ be the number of points scored by the Cougars, and $y$ be the number of points scored by the Panthers. The problem is asking for the value of $y$.

$x+y=34$

$x-y=14$

$2x=48$

$x=24$

$y=10 \Rightarrow A$

See Also