document.write( "Question 912632: two cars start from two towns 500 miles apart and travel towards each other. they pass each other after 5 hours. find the speed of each car if the difference between their speeds is 40 miles per hour \n" ); document.write( "
Algebra.Com's Answer #553932 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! two cars start from two towns 500 miles apart and travel towards each other. they pass each other after 5 hours. find the speed of each car if the difference between their speeds is 40 miles per hour \n" ); document.write( "let x=speed of faster car \n" ); document.write( "x-40=speed of slower car \n" ); document.write( "distance=travel time *speed \n" ); document.write( "5x+5(x-40)=500 \n" ); document.write( "5x+5x-200=500 \n" ); document.write( "10x=700 \n" ); document.write( "x=70 \n" ); document.write( "x-40=30 \n" ); document.write( "speed of faster car=70 mph \n" ); document.write( "speed of slower car=30 mph \n" ); document.write( " |