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

m (Solution 4)
(34 intermediate revisions by 15 users not shown)
Line 1: Line 1:
 +
== Problem ==
 +
 
Jeremy's father drives him to school in rush hour traffic in 20 minutes. One day there is no traffic, so his father can drive him 18 miles per hour faster and gets him to school in 12 minutes. How far in miles is it to school?
 
Jeremy's father drives him to school in rush hour traffic in 20 minutes. One day there is no traffic, so his father can drive him 18 miles per hour faster and gets him to school in 12 minutes. How far in miles is it to school?
  
Line 8: Line 10:
 
\textbf{(E) } 12
 
\textbf{(E) } 12
 
</math>
 
</math>
 +
 +
==Solutions==
  
 
===Solution 1===
 
===Solution 1===
So <math>\frac{d}{v}=\frac{1}{3}</math> and <math>\frac{d}{v+18}=\frac{1}{5}</math>.
 
  
This gives <math>d=\frac{1}{5}v+3.6=\frac{1}{3}v</math>, which gives <math>v=27</math>, which then gives <math>d=\boxed{\textbf{(D)}~9}</math>
+
Somehow we get <math>\frac{d}{v}=\frac{1}{3}</math> and <math>\frac{d}{v+18}=\frac{1}{5}</math>.
 +
 
 +
This gives <math>d=\frac{1}{5}v+3.6=\frac{1}{3}v</math>, which gives <math>v=27</math>, which then gives <math>d=\boxed{\textbf{(D)}~9}</math>.
  
 
===Solution 2===
 
===Solution 2===
<math>d = rt</math>, <math>d</math> is obviously constant
+
<math>d = rt</math>, <math>d=\frac{1}{3} \times r = \frac{1}{5} \times (r + 18)</math>
 
 
<math>\frac{1}{3} \times r = \frac{1}{5} \times (r + 18)</math>
 
  
 
<math>\frac{r}{3} = \frac{r}{5} + \frac{18}{5}</math>
 
<math>\frac{r}{3} = \frac{r}{5} + \frac{18}{5}</math>
  
<math>\frac{2r}{15} = \frac{18}{5}</math>
 
  
<math>10r = 270</math> so <math>r = 27</math>, plug into the first one and it's <math>\boxed{\textbf{(D)}~9}</math> miles to school
+
<math>10r = 270</math> so <math>r = 27</math>, plug into the first one and it's <math>\boxed{\textbf{(D)}~9}</math> miles to school.
  
 
===Solution 3===
 
===Solution 3===
We set up an equation in terms of <math>d</math> the distance and <math>x</math> the speed In miles per hour. We have <math>\left (\dfrac{1}{3}\right )(x)=\left (\dfrac{1}{5}\right) (x+18)</math>
+
We set up an equation in terms of <math>d</math> the distance and <math>x</math> the speed In miles per hour. We have <math>d=\left (\dfrac{1}{3}\right )(x)=\left (\dfrac{1}{5}\right) (x+18)</math>, giving
<math>d=(5)(x)=(3)(x+18)</math>
+
<cmath>(5)(x)=(3)(x+18)</cmath>
<math>5x=3x+54</math>
+
<cmath>5x=3x+54</cmath>
<math>2x=54</math>
+
<cmath>2x=54</cmath>
<math>x=27</math>
+
<cmath>x=27</cmath>
 +
Hence, <math>d=\dfrac{27}{3}=\boxed{\textbf{(D)}~9}</math>.
 +
 
 +
===Solution 4===
 +
Since it takes 3/5 of the original time for him to get to school when there is no traffic, the speed must be 5/3 of the speed in no traffic or 2/3 more. Letting x be the rate and we know that 5/3x = x + 18, so we have <math>2x/3 = 18</math> miles per hour. Solving for x gives us 27 miles per hour. Because <math>20</math> minutes is a third of an hour, the distance would then be <math>9</math> miles (<math>(D)9</math>).
 +
 
 +
===Solution 5===
 +
When driving in rush hour traffic, he drives 20 minutes for one distance (<math>1d</math>) to the school. It means he drives 60 minutes for 3 distances (<math>3d</math>) to the school. When driving in no traffic hours, he drives 12 minutes for one distance (<math>1d</math>) to the school. It means he drives 60 minutes for 5 distances (<math>5d</math>) to the school. Comparing these two situations, it gives us <math>5d-3d = 18</math>, then <math>d=18/2=9</math>. So the distance to the school would be <math>\boxed{\textbf{(D)}~9}</math> miles. ----LarryFlora
  
So <math>d=\dfrac{27}{3}=\boxed{\textbf{(D)},~9}</math>
 
 
==See Also==
 
==See Also==
  
 
{{AMC8 box|year=2015|num-b=16|num-a=18}}
 
{{AMC8 box|year=2015|num-b=16|num-a=18}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Revision as of 13:40, 11 July 2021

Problem

Jeremy's father drives him to school in rush hour traffic in 20 minutes. One day there is no traffic, so his father can drive him 18 miles per hour faster and gets him to school in 12 minutes. How far in miles is it to school?

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

Solutions

Solution 1

Somehow we get $\frac{d}{v}=\frac{1}{3}$ and $\frac{d}{v+18}=\frac{1}{5}$.

This gives $d=\frac{1}{5}v+3.6=\frac{1}{3}v$, which gives $v=27$, which then gives $d=\boxed{\textbf{(D)}~9}$.

Solution 2

$d = rt$, $d=\frac{1}{3} \times r = \frac{1}{5} \times (r + 18)$

$\frac{r}{3} = \frac{r}{5} + \frac{18}{5}$


$10r = 270$ so $r = 27$, plug into the first one and it's $\boxed{\textbf{(D)}~9}$ miles to school.

Solution 3

We set up an equation in terms of $d$ the distance and $x$ the speed In miles per hour. We have $d=\left (\dfrac{1}{3}\right )(x)=\left (\dfrac{1}{5}\right) (x+18)$, giving \[(5)(x)=(3)(x+18)\] \[5x=3x+54\] \[2x=54\] \[x=27\] Hence, $d=\dfrac{27}{3}=\boxed{\textbf{(D)}~9}$.

Solution 4

Since it takes 3/5 of the original time for him to get to school when there is no traffic, the speed must be 5/3 of the speed in no traffic or 2/3 more. Letting x be the rate and we know that 5/3x = x + 18, so we have $2x/3 = 18$ miles per hour. Solving for x gives us 27 miles per hour. Because $20$ minutes is a third of an hour, the distance would then be $9$ miles ($(D)9$).

Solution 5

When driving in rush hour traffic, he drives 20 minutes for one distance ($1d$) to the school. It means he drives 60 minutes for 3 distances ($3d$) to the school. When driving in no traffic hours, he drives 12 minutes for one distance ($1d$) to the school. It means he drives 60 minutes for 5 distances ($5d$) to the school. Comparing these two situations, it gives us $5d-3d = 18$, then $d=18/2=9$. So the distance to the school would be $\boxed{\textbf{(D)}~9}$ miles. ----LarryFlora

See Also

2015 AMC 8 (ProblemsAnswer KeyResources)
Preceded by
Problem 16
Followed by
Problem 18
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AJHSME/AMC 8 Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png