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

(Solution 2)
(Solution 6)
 
(64 intermediate revisions by 27 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>
+
For starters, we identify d as distance and v as velocity (speed)
 +
 
 +
Writing the equation gives us: <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{r}{3} = \frac{r}{5} + \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.
 +
 
 +
===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>d=\left (\dfrac{1}{3}\right )(x)=\left (\dfrac{1}{5}\right) (x+18)</math>, giving
 +
<cmath>(5)(x)=(3)(x+18)</cmath>
 +
<cmath>5x=3x+54</cmath>
 +
<cmath>2x=54</cmath>
 +
<cmath>x=27</cmath>
 +
Hence, <math>d=\dfrac{27}{3}=\boxed{\textbf{(D)}~9}</math>.
 +
 
 +
===Solution 4===
 +
Since it takes <math>\frac{3}{5}</math> of the original time for him to get to school when there is no traffic, the speed must be <math>\frac{5}{3}</math> of the speed in no traffic or <math>\frac{2}{3}</math> more. Letting <math>x</math> be the rate and we know that <math>\frac{5}{3}x = x + 18</math>, so we have <math>\frac{2x}{3} = 18</math> miles per hour. Solving for <math>x</math> gives us <math>27</math> miles per hour. Because <math>20</math> minutes is a third of an hour, the distance would then be <math>9</math> miles <math>\boxed{\textbf{(D)}~9}</math>.
 +
 
 +
===Solution 5===
 +
When driving in rush hour traffic, he drives <math>20</math> minutes for one distance (<math>1d</math>) to the school. It means he drives <math>60</math> minutes for <math>3</math> distances (<math>3d</math>) to the school. When driving in no traffic hours, he drives <math>12</math> minutes for one distance (<math>1d</math>) to the school. It means he drives <math>60</math> minutes for <math>5</math> distances (<math>5d</math>) to the school. Subtracting these two situations, it gives us <math>5d-3d = 18 = 2d</math>, then <math>d=\frac{18}{2}=9</math>. So the distance to the school would be <math>\boxed{\textbf{(D)}~9}</math> miles. ----LarryFlora
 +
 
 +
 
 +
===Solution 6===
 +
(Ratios)
 +
<math>\textbf{requires edits}</math>
 +
 
 +
In rush hour traffic, we can create this ratio for each distance we are going to try supposing the distance is <math>d</math>:
 +
 
 +
<math>d</math> : <math>20</math> minutes
 +
 
 +
In no traffic, we can do the same:
 +
 
 +
<math>d</math> : <math>12</math> minutes
 +
 
 +
We want the ratio to be the distance to <math>60</math> minutes:
 +
 
 +
<math>d</math> : <math>20</math> minutes = <math>3</math>d : <math>60</math> minutes
 +
 
 +
<math>d</math> : <math>12</math> minutes = <math>5</math>d : <math>60</math> minutes
 +
 
 +
This shows the speed in miles per hour. This means that the speed in the 2nd ratio has to be 18 faster than the first ratio. We get
 +
 
 +
<math>3d+18 = 5d \cdot d=9</math>, or <math>\boxed{\textbf{(D)}~9}</math>.
 +
 
 +
==Video Solution (HOW TO THINK CRITICALLY!!!)==
 +
https://youtu.be/J15jiF1mwdU
  
<math>\frac{1}{3} \times r = \frac{1}{5} \times (r + 18)</math>
+
~Education, the Study of Everything
  
<math>\frac{r}{3} = \frac{r}{5} + \frac{18}{5}</math>
 
  
<math>\frac{2r}{15} = \frac{18}{5}</math>
+
== Video Solution by OmegaLearn ==
 +
https://youtu.be/rQUwNC0gqdg?t=3033
 +
 
 +
~ pi_is_3.14
 +
 
 +
==Video Solution==
 +
https://www.youtube.com/watch?v=TFm1jNgB4QM  ~David
 +
 
 +
https://youtu.be/4wZ4ToIyrnw
  
<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
+
~savannahsolver
  
 
==See Also==
 
==See Also==

Latest revision as of 17:05, 17 January 2024

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

For starters, we identify d as distance and v as velocity (speed)

Writing the equation gives us: $\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 $\frac{3}{5}$ of the original time for him to get to school when there is no traffic, the speed must be $\frac{5}{3}$ of the speed in no traffic or $\frac{2}{3}$ more. Letting $x$ be the rate and we know that $\frac{5}{3}x = x + 18$, so we have $\frac{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 $\boxed{\textbf{(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. Subtracting these two situations, it gives us $5d-3d = 18 = 2d$, then $d=\frac{18}{2}=9$. So the distance to the school would be $\boxed{\textbf{(D)}~9}$ miles. ----LarryFlora


Solution 6

(Ratios) $\textbf{requires edits}$

In rush hour traffic, we can create this ratio for each distance we are going to try supposing the distance is $d$:

$d$ : $20$ minutes

In no traffic, we can do the same:

$d$ : $12$ minutes

We want the ratio to be the distance to $60$ minutes:

$d$ : $20$ minutes = $3$d : $60$ minutes

$d$ : $12$ minutes = $5$d : $60$ minutes

This shows the speed in miles per hour. This means that the speed in the 2nd ratio has to be 18 faster than the first ratio. We get

$3d+18 = 5d \cdot d=9$, or $\boxed{\textbf{(D)}~9}$.

Video Solution (HOW TO THINK CRITICALLY!!!)

https://youtu.be/J15jiF1mwdU

~Education, the Study of Everything


Video Solution by OmegaLearn

https://youtu.be/rQUwNC0gqdg?t=3033

~ pi_is_3.14

Video Solution

https://www.youtube.com/watch?v=TFm1jNgB4QM ~David

https://youtu.be/4wZ4ToIyrnw

~savannahsolver

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