document.write( "Question 861393: Two trains leave the station at the same time, but headed in opposite directions. The first train travels 10mph faster than the second train. After six hours they are 720 miles apart. What are the speeds of the trains. \n" ); document.write( "
Algebra.Com's Answer #519006 by checkley79(3341)![]() ![]() ![]() You can put this solution on YOUR website! D=RT \n" ); document.write( "LET X BE THE SPEED OF THE SLOWER TRAIN \n" ); document.write( "LET X+10 BE THE SPEED OF THE FASTER TRAIN \n" ); document.write( "720=(X+X+10)6 \n" ); document.write( "720=(2X+10)6 \n" ); document.write( "720=12X+60 \n" ); document.write( "12X=720-60 \n" ); document.write( "12X=660 \n" ); document.write( "X=660/12 \n" ); document.write( "X=55 MPH FOR THE SLOWER TRAIN. \n" ); document.write( "55+10=65 MPH FOR THE FASTER TRAIN. \n" ); document.write( "PROOF: \n" ); document.write( "720=(55+65)6 \n" ); document.write( "720=120*6 \n" ); document.write( "720=720 \n" ); document.write( " \n" ); document.write( " |