document.write( "Question 431586: Two cars leave towns 760 kilometers apart at the same time and travel toward each other. One car's rate is 12 kilometers per hour more than the other's. If they meet in 4 hours, what is the rate of the faster car? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #300644 by rwm(914)![]() ![]() ![]() You can put this solution on YOUR website! r*t=d \n" ); document.write( "r*4+(r+12)*4=760 \n" ); document.write( "4*(2r+12)=760 \n" ); document.write( "4*2*(r+6)=760 \n" ); document.write( "r+6=760/8 \n" ); document.write( "r+6=95 \n" ); document.write( "r=89 \n" ); document.write( "r+12=101 \n" ); document.write( " |