document.write( "Question 994849: A train leaves a station and travels north at a speed of 30 mph. Five hours later, a second train leaves on a parallel track and travels north at 105 mph. How far from the station will they meet? \n" ); document.write( "
Algebra.Com's Answer #613804 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A train leaves a station and travels north at a speed of 30 mph. Five hours later, a second train leaves on a parallel track and travels north at 105 mph. How far from the station will they meet? \n" ); document.write( "let x=travel time of 2nd train \n" ); document.write( "x+5=travel time of 1st train \n" ); document.write( "distance=travel time*speed \n" ); document.write( "30(x+5)=105x \n" ); document.write( "30x+150=105x \n" ); document.write( "75x=150 \n" ); document.write( "x=2 \n" ); document.write( "105x=30(x+5)=210 \n" ); document.write( "How far from the station will they meet? 210 mi \n" ); document.write( " |