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
Let \(b\) be the number of hours Bob spends biking. Then \((t - b)\) is the number of hours he spends walking. Let \(d\) be the distance in miles from his home to school.<br><br>
Since he had the flat tire halfway to school, he biked \(\frac{d}{2}\) miles and he walked \(\frac{d}{2}\) miles.<br><br>
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.<br><br>
1) \(xb = \frac{d}{2}\)<br><br>
2) \(y(t - b) = \frac{d}{2}\)<br><br>
Solving equation 1) for \(b\) gives us:<br><br>
3) \(b = \frac{d}{2x}\)<br><br>
Substituting this value of \(b\) into equation 2 gives:<br><br>
4) \(y\left(t - \frac{d}{2x}\right) = \frac{d}{2}\)<br><br>
Multiply both sides by \(2x\):<br><br>
5) \(2xy\left(t - \frac{d}{2x}\right) = dx\)<br><br>
Distribute the \(2xy\)<br><br>
6) \(2xyt - dy = dx\)<br><br>
7) \(2xyt = dx + dy\) Add \(dy\) to both sides to collect the \(d\)'s on one side.<br><br>
8) \(2xyt = d(x + y)\) Factor out the \(d\)<br><br>
9) \(\frac{2xyt}{(x + y)} = d\) Divide both sides by \((x + y)\) to solve for \(d\)<br><br>
The correct answer is C.