Difference between revisions of "2015 AMC 10A Problems/Problem 8"

(Created page with "==Problem== Two years ago Pete was three times as old as his cousin Claire. Two years before that, Pete was four times as old as Claire. In how many years will the ratio of thei...")
 
m (Problem)
Line 3: Line 3:
 
Two years ago Pete was three times as old as his cousin Claire. Two years before that, Pete was four times as old as Claire. In how many years will the ratio of their ages be 2 : 1 ?
 
Two years ago Pete was three times as old as his cousin Claire. Two years before that, Pete was four times as old as Claire. In how many years will the ratio of their ages be 2 : 1 ?
  
<math> \textbf{(a)}\ 2 \qquad\textbf{(B)} \ 4 \qquad\textbf{(C)} \ 5 \qquad\textbf{(D)} \ 6 \qquad\textbf{(E)} \ 8 </math>
+
<math> \textbf{(A)}\ 2 \qquad\textbf{(B)} \ 4 \qquad\textbf{(C)} \ 5 \qquad\textbf{(D)} \ 6 \qquad\textbf{(E)} \ 8 </math>
 
 
 
 
  
 
==Solution==
 
==Solution==

Revision as of 16:58, 4 February 2015

Problem

Two years ago Pete was three times as old as his cousin Claire. Two years before that, Pete was four times as old as Claire. In how many years will the ratio of their ages be 2 : 1 ?

$\textbf{(A)}\ 2 \qquad\textbf{(B)} \ 4 \qquad\textbf{(C)} \ 5 \qquad\textbf{(D)} \ 6 \qquad\textbf{(E)} \ 8$

Solution

This problem can be converted to a system of equations. Let $p$ be Pete's current age and $c$ be Claire's current age.

The first statement can be written as $p-2=3(c-2)$. The second statement can be written as $p-4=4(c-4)$

To solve the system of equations:

$p=3c-4$

$p=4c-12$

$3c-4=4c-12$

$c=8$

$p=20$

Let $x$ be the number of years until Pete is twice as old as Claire.

$20+x=2(8+x)$

$20+x=16+2x$

$x=4$

The answer is $\boxed{\textbf{(B) }4}$.