document.write( "Question 886099: Two trains leave a city traveling 55 miles per hour and 65 miles per hour. The faster train leaves half an hour after the slower train. How long will it take to the faster train to reach the slower train? Let x represent the number of hours the faster train traveled and let y represent the number of hours the slower train traveled. \n" ); document.write( "
Algebra.Com's Answer #535726 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Two trains leave a city traveling 55 miles per hour and 65 miles per hour. The faster train leaves half an hour after the slower train. How long will it take to the faster train to reach the slower train? Let x represent the number of hours the faster train traveled and let y represent the number of hours the slower train traveled.
\n" ); document.write( "***
\n" ); document.write( "let x=travel time of faster train
\n" ); document.write( "let y=travel time of slower train
\n" ); document.write( "y-x=0.5
\n" ); document.write( "y=x+0.5
\n" ); document.write( "distance=speed*travel(same for both trains)
\n" ); document.write( "..
\n" ); document.write( "65x=55y
\n" ); document.write( "65x=55(x+0.5)
\n" ); document.write( "65x=55x+27.5
\n" ); document.write( "10x=27.5
\n" ); document.write( "x=2.75
\n" ); document.write( "How long will it take to the faster train to reach the slower train? 2.75 hrs
\n" ); document.write( "
\n" );