document.write( "Question 279188: two cars leave town traveling in opposite directions. one travels at 80 km/h and the other at 96 km/h. in how many hours will they be 528 km apart? \n" ); document.write( "
Algebra.Com's Answer #203055 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 80*t+96*t=528 \n" ); document.write( "176*t=528 \n" ); document.write( "t=528/176 \n" ); document.write( "t=3 \n" ); document.write( "check \n" ); document.write( "3*80+3*96=528 \n" ); document.write( "240+288=528 \n" ); document.write( "528=528 \n" ); document.write( "ok \n" ); document.write( " |