document.write( "Question 566100: A commuter bus takes 2 hours to get downtown; an express bus, averaging 25mph faster, takes 45 minutes to cover the same route. What is the average speed for the commuter bus? \n" ); document.write( "
Algebra.Com's Answer #366110 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! A commuter bus takes 2 hours to get downtown; an express bus, averaging 25mph faster, takes 45 minutes to cover the same route. What is the average speed for the commuter bus? \n" ); document.write( "============================ \n" ); document.write( "Let s = the speed of the commuter bus \n" ); document.write( "Let d = the distance traveled by both buses \n" ); document.write( "Since distance = speed x time, we can write: \n" ); document.write( "d = 2s [for the commuter bus] \n" ); document.write( "d = 3/4(s+25) [for the express bus; 45 min. = 3/4 hr; 25 mph faster] \n" ); document.write( "Equating the RHS's gives \n" ); document.write( "2s = 3/4(s+25) \n" ); document.write( "Solve for s: \n" ); document.write( "2s - (3/4)s = 75/4 \n" ); document.write( "5s/4 = 75/4 \n" ); document.write( "s = 75/5 = 15 mph \n" ); document.write( "Ans: 15 mph \n" ); document.write( " |