document.write( "Question 695463: A bus leave Sacramento traveling South at 40 mph. A half hour hour
\n" );
document.write( "later, a car leaves from the same location on the same route at 60 mph.
\n" );
document.write( "How far from Sacramento will the car overtake the bus? \n" );
document.write( "
Algebra.Com's Answer #428496 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A bus leave Sacramento traveling South at 40 mph. A half hour hour \n" ); document.write( "later, a car leaves from the same location on the same route at 60 mph. \n" ); document.write( "How far from Sacramento will the car overtake the bus? \n" ); document.write( "** \n" ); document.write( "let x=travel time of car \n" ); document.write( "(x+.5)=travel time of bus \n" ); document.write( "distance=speed*travel time(the same for car and bus) \n" ); document.write( ".. \n" ); document.write( "60x=40(x+.5) \n" ); document.write( "60x=40x+20 \n" ); document.write( "20x=20 \n" ); document.write( "x=1 \n" ); document.write( "distance car overtakes bus=60x=60 miles \n" ); document.write( " \n" ); document.write( " |