document.write( "Question 279165: Two cars leave the same town at the same time, traveling in the same direction.
\n" );
document.write( "How long until the two cars are 120 apart if one car travels at 44 mph, and the other car travels at 60 mph? \n" );
document.write( "
Algebra.Com's Answer #203042 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! r*t-r*t=120 \n" ); document.write( "60*t-44*t=120 \n" ); document.write( "16t=120 \n" ); document.write( "t=120/16 \n" ); document.write( "t=7.5 hours \n" ); document.write( " \n" ); document.write( " |