document.write( "Question 575260: Solve the following by setting up an appropriate equation:\r
\n" );
document.write( "\n" );
document.write( "2 cars traveling at a constant speed- one at 60 mph and the other at 70 mph- start at the same time from the same point traveling in the same direction. After how many hours will the distance between them be 40 mi? \n" );
document.write( "
Algebra.Com's Answer #369440 by chana(69)![]() ![]() You can put this solution on YOUR website! 2 cars traveling at a constant speed- one at 60 mph and the other at 70 mph- start at the same time from the same point traveling in the same direction. After how many hours will the distance between them be 40 mi \n" ); document.write( "sol: \n" ); document.write( "dist = speed * time \n" ); document.write( "so let time =x \n" ); document.write( "70 * x - 60 * x = 40 \n" ); document.write( "solving for x you get 4 hours \n" ); document.write( " |