document.write( "Question 889023: Two cars started from the same point traveling in opposite direction. one traveled
\n" );
document.write( "at half the speed of the other. after 5 hours they were 600 km apart. what is the speed of the faster car?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #537839 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Two cars started from the same point traveling in opposite direction. one traveled \n" ); document.write( "at half the speed of the other. after 5 hours they were 600 km apart. what is the speed of the faster car? \n" ); document.write( "*** \n" ); document.write( "let x=speed of slower car \n" ); document.write( "2x=speed of faster car \n" ); document.write( "distance=travel time*speed \n" ); document.write( ".. \n" ); document.write( "5x+5*2x=600 \n" ); document.write( "15x=600 \n" ); document.write( "x=40 \n" ); document.write( "2x=80 \n" ); document.write( "speed of faster car=80 mph \n" ); document.write( " |