document.write( "Question 55368: A bus traveling 40m/h and a car traveling 50m/h cover the same distance. The bus travels one more hour than the car. How many hours did each travel? \n" ); document.write( "
Algebra.Com's Answer #37560 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bus traveling 40m/h and a car traveling 50m/h cover the same distance. The bus travels one more hour than the car. How many hours did each travel? \n" ); document.write( "--------- \n" ); document.write( "Bus DATA: \n" ); document.write( "distance= x miles ; rate= 40 mph ; time= d/r = x/40 hr. \n" ); document.write( "--------- \n" ); document.write( "Car DATA: \n" ); document.write( "distance = x miles ; rate= 50 mph ; time = d/r = x/50 hr. \n" ); document.write( "----------- \n" ); document.write( "EQUATION: \n" ); document.write( "Bus time = Car time + 1 hr. \n" ); document.write( "x/40 = x/50 + 1 \n" ); document.write( "Multiply thru by 200 to get: \n" ); document.write( "50x = 40x + 200 \n" ); document.write( "10x = 200 \n" ); document.write( "x = 20 miles \n" ); document.write( "The Bus traveled 20/40 = 1/2 hr. \n" ); document.write( "The Car traveled 20/50 = 2/5 hr. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |