document.write( "Question 910834: Two trains leave from the same city, one going west, one going east, and one train is 15 mph faster than the other. After two hours they are 150 miles apart, how fast is each train going? \n" ); document.write( "
Algebra.Com's Answer #552691 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 2*(x+x+15)=150 \n" ); document.write( "2*(2x+15)=150 \n" ); document.write( "4x+30=150 \n" ); document.write( "4x=120 \n" ); document.write( "x-30 mph \n" ); document.write( "x+15=45 mph \n" ); document.write( " \n" ); document.write( " |