document.write( "Question 473944: Two busses leave Rochester, at the same time, on the same route, heading to NYC. The local bus averages 36.8 mph and the express bus averages 60.4 mph. How long will it take for the two busses to be 5.9 miles apart? \n" ); document.write( "
Algebra.Com's Answer #325068 by ccs2011(207)\"\" \"About 
You can put this solution on YOUR website!
Distance = rate*time
\n" ); document.write( "Set up equation where express bus has traveled 5.9 miles farther than local bus in same amount of time.
\n" ); document.write( "60.4t = 36.8t + 5.9
\n" ); document.write( "23.6t = 5.9
\n" ); document.write( "t = 5.9/23.6
\n" ); document.write( "t = 0.25
\n" ); document.write( "In terms of minutes, multiply by 60
\n" ); document.write( "0.25*60 = 15
\n" ); document.write( "So it will take 15 minutes for the buses to be 5.9 miles apart.
\n" ); document.write( "
\n" );