document.write( "Question 453158: Two trains leave stations 456 miles apart at the same time and travel toward each other. One train travels at 105 miles per hour while the other travels at 85 miles per hour. How long will it take for the two trains to meet?\r
\n" ); document.write( "\n" ); document.write( "Do not do any rounding.
\n" ); document.write( "

Algebra.Com's Answer #311374 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Two trains leave stations 456 miles apart at the same time and travel toward each other. One train travels at 105 miles per hour while the other travels at 85 miles per hour. How long will it take for the two trains to meet?
\n" ); document.write( "..
\n" ); document.write( "let x=distance 105 mph train traveled
\n" ); document.write( "(456-x)=distance 85 mph train traveled
\n" ); document.write( "Travel time = distance/speed (equal in both directions)
\n" ); document.write( "x/105=(456-x)/85
\n" ); document.write( "85x=105*456-105x
\n" ); document.write( "190x=105*456
\n" ); document.write( "x=105*456/190=252 miles
\n" ); document.write( "travel time=252/105=2.4 hrs
\n" ); document.write( "ans:
\n" ); document.write( "The two trains will meet in 2.4 hrs
\n" ); document.write( "
\n" );