document.write( "Question 295496: A local bus finishes its 50-mile route in the same amount of time that an express bus finishes its 75-mile route. The local bus averages 15 mph slower than the express. How long does it take each bus to finish its route \n" ); document.write( "
Algebra.Com's Answer #213056 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the speed of the express bus = x mph \n" ); document.write( "Then, the speed of the local bus = x-15 mph \n" ); document.write( "Given, the local bus finishes its 50-mile route in the same amount of time that an express bus finishes its 75-mile route \n" ); document.write( "So, 50/(x-15) = 75/x \n" ); document.write( "50x = 75(x-15) \n" ); document.write( "50x = 75x-1125 \n" ); document.write( "1125=75x-50x \n" ); document.write( "25x = 1125 \n" ); document.write( "x = 1125/25 \n" ); document.write( "x = 45 mph \n" ); document.write( "x-15 = 45-15 = 30 mph \n" ); document.write( "So, the speed of the express bus = 45 mph \n" ); document.write( "and the speed of the local bus = 30 mph \n" ); document.write( "Time taken to travel the route = 75/45 = 5/3 hours = 1 h 40 min \n" ); document.write( " |