Bob bikes to school every day at a steady rate of x miles per hour. On a particular day, Bob had a flat tire exactly halfway to school. He immediately started walking to school at a steady pace of y miles per hour. He arrived at school exactly t hours after leaving his home. How many miles is it from the school to Bob's home?
View explanation
Correct answer: C
Since he had the flat tire halfway to school, he biked \(\frac{d}{2}\) miles and he walked \(\frac{d}{2}\) miles.
Now we can set up the equations using the formula rate × time = distance. Remember that we want to solve for \(d\), the total distance from Bob's home to school.
1) \(xb = \frac{d}{2}\)
2) \(y(t - b) = \frac{d}{2}\)
Solving equation 1) for \(b\) gives us:
3) \(b = \frac{d}{2x}\)
Substituting this value of \(b\) into equation 2 gives:
4) \(y\left(t - \frac{d}{2x}\right) = \frac{d}{2}\)
Multiply both sides by \(2x\):
5) \(2xy\left(t - \frac{d}{2x}\right) = dx\)
Distribute the \(2xy\)
6) \(2xyt - dy = dx\)
7) \(2xyt = dx + dy\) Add \(dy\) to both sides to collect the \(d\)'s on one side.
8) \(2xyt = d(x + y)\) Factor out the \(d\)
9) \(\frac{2xyt}{(x + y)} = d\) Divide both sides by \((x + y)\) to solve for \(d\)
The correct answer is C.