document.write( "Question 474891: Two trains leave the station at the same time, one heading east and the other west. The eastbound train travels 16 miles per hour slower than the westbound train. If the two trains are 900 miles apart after 5 hours, what is the rate of the eastbound train?
\n" ); document.write( "Do not do any rounding.
\n" ); document.write( "

Algebra.Com's Answer #325657 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Two trains leave the station at the same time, one heading east and the other west. The eastbound train travels 16 miles per hour slower than the westbound train. If the two trains are 900 miles apart after 5 hours, what is the rate of the eastbound train?
\n" ); document.write( "Do not do any rounding.
\n" ); document.write( "**
\n" ); document.write( "let x=speed of eastbound train
\n" ); document.write( "x+16= speed of westbound train
\n" ); document.write( "Distance = travel time*speed
\n" ); document.write( "5x+5(x+16)=900
\n" ); document.write( "5x+5x+80=900
\n" ); document.write( "10x=820
\n" ); document.write( "x=82
\n" ); document.write( "x+16=98
\n" ); document.write( "ans:
\n" ); document.write( "speed of eastbound train=82 mph
\n" ); document.write( "
\n" );