Solution: E
The last sentence of the problem has the phrase “what percent greater,” which should be an automatic trigger for you to look for a way to use the percent change formula, which can usually be represented as \(percentchange=\frac{Actual–Theoretical}{Theoretical}×100\)
. In this case, “Actual” refers to the time it took to drive x
miles with construction, and “Theoretical” refers to the time it would have taken if Bob had driven the entire distance at 50
miles per hour.
The second formula that should already be popping into your head is \(Distance=Rate×Time\)
. Since you need to solve for the time it takes Bob to travel x
miles, go ahead and rearrange the equation by dividing both sides by rate to get\(Time=\frac{Distance}{Rate}\)
. This is the formula you’ll be using in order to figure out what to plug into your percent change formula.
The easiest thing to calculate will be the Theoretical time, the amount of time it would have taken Bob to travel the x
miles if he hadn’t had to slow down. This is because you only have one rate, 50
miles per hour, and one distance x
. Plugging these into the distance formula, you get \(Theoretical=\frac{x}{50}\)
.
The second value you’ll have to calculate is the amount of time it actually took Bob to drive x
miles, referred to in the percent change equation as “Actual”. Be careful with this calculation! You must reset your formula each time the rate changes, so you’ll need to calculate the time Bob drives 20
miles per hour separately from the time he drives 50
miles per hour and then add those two values together. To calculate the amount of time Bob drives at a rate of 20 miles per hour, just plug in the distance he travels (10
miles) and his rate (20
miles per hour) into the rearranged distance formula.
\(Actual1=\frac{10}{20}=\frac{1}{2}\)
Next, you’ll need to figure out the amount of time Bob drives at a rate of 50 miles per hours. An easy mistake to make here is to say the distance he travels is x
miles. However, remember that 10 of those miles weren’t driven at a rate of 50 miles per hour. So instead he will only go x–10
miles at a rate of 50
miles per hour. If you plug these values into the distance formula, you get:
\(Actual2=\frac{x–10}{50}\)
If you add these two results together, you’ll see that Bob’s actual total time is \(\frac{x–10}{50}+\frac{1}{2}\)
.
To make it easy to plug these numbers into the percent change formula, it pays to take a moment to combine these two fractions before you move forward by multiplying 12
by one (in this case \(\frac{25}{25}\)
) and adding. The total time then becomes \(\frac{x+15}{50}\)
.
Now that you have both the Bob’s theoretical time and his actual time, you can go ahead and plug both into the percent change formula.
\(\frac{Actual–Theoretical}{Theoretical}×100\)
becomes \(\frac{x+15-x}{x}×100\)
This looks incredibly complicated, but remember your Algebra Toolkit – you can make this math easier by “Multiplying by One” in the form of\(\frac{50}{50}\)
to get rid of the nested fractions. The formula then becomes:
\(\frac{x+15–x}{x}×100\)
, which can be simplified to \(\frac{15}{x}×100=1500x\)
which matches answer choice (E).