document.write( "Question 685863: Two cars leave towns 640 kilometers apart at the same time and travel toward each other. One car's rate is 10 kilometers per hour more than the other's. If they meet in 4 hours, what is the rate of the faster car? \n" ); document.write( "
Algebra.Com's Answer #424612 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Two cars leave towns 640 kilometers apart at the same time and travel toward each other. One car's rate is 10 kilometers per hour more than the other's. If they meet in 4 hours, what is the rate of the faster car? \n" ); document.write( "** \n" ); document.write( "let x=rate of speed of faster car \n" ); document.write( "x-10=rate of speed of slower car \n" ); document.write( "distance=rate of speed*travel time \n" ); document.write( "4x+4(x-10)=640 \n" ); document.write( "4x+4x-40=640 \n" ); document.write( "8x=680 \n" ); document.write( "x=85 \n" ); document.write( "rate of speed of faster car= 85km/hr \n" ); document.write( " |