document.write( "Question 515958: Two trains left the train station traveling in opposite direction. One traveled 60 mph until it reached its next stop. The other traveled for 30 mins less at 70 mph until it reached its next stop. If the 2 stops are 355 miles apart, how many hours did each train travel? \n" ); document.write( "
Algebra.Com's Answer #344232 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Two trains left the train station traveling in opposite direction.
\n" ); document.write( " One traveled 60 mph until it reached its next stop.
\n" ); document.write( " The other traveled for 30 mins less at 70 mph until it reached its next stop.
\n" ); document.write( " If the 2 stops are 355 miles apart, how many hours did each train travel?
\n" ); document.write( ":
\n" ); document.write( "Change 30 min to .5 hrs
\n" ); document.write( ":
\n" ); document.write( "Let t = travel time of the 60 mph train
\n" ); document.write( "then
\n" ); document.write( "(t-.5) = travel time of the 70 mph
\n" ); document.write( ":
\n" ); document.write( "The total distance traveled by both trains = 355 miles
\n" ); document.write( ":
\n" ); document.write( "Write a distance equation, dist = speed * time
\n" ); document.write( ":
\n" ); document.write( "60t + 70(t-.5) = 355
\n" ); document.write( "60t + 70t - 35 = 355
\n" ); document.write( "130t = 355 + 35
\n" ); document.write( "130t = 390
\n" ); document.write( "t = 390/130
\n" ); document.write( "t = 3 hrs; travel time of the 60 mph train
\n" ); document.write( "and
\n" ); document.write( "3 - .5 = 2.5 hrs; travel time of the 70 mph train
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check this by finding the distance each train traveled
\n" ); document.write( "60(3) = 180 mi
\n" ); document.write( "70(2.5)=175 mi
\n" ); document.write( "---------------
\n" ); document.write( "total; 355 mi
\n" ); document.write( "
\n" );