document.write( "Question 623246: Two trains, 390 miles apart, start traveling toward each other at the same time and meet 3 hours later. If the speed of one train is 30 mph faster than the other, find the speed of each. \n" ); document.write( "
Algebra.Com's Answer #392005 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Two trains, 390 miles apart, start traveling toward each other at the same time and meet 3 hours later. If the speed of one train is 30 mph faster than the other, find the speed of each. \n" ); document.write( "** \n" ); document.write( "let x=speed of slower train \n" ); document.write( "x+30 =speed of faster train \n" ); document.write( "distance=travel time*speed \n" ); document.write( ".. \n" ); document.write( "3x+3(x+30)=390 \n" ); document.write( "3x+3x+90=390 \n" ); document.write( "6x+300 \n" ); document.write( "x=50 \n" ); document.write( "x+30=80 \n" ); document.write( "speed of slower train=50 mph \n" ); document.write( "speed of faster train=80 mph \n" ); document.write( " |