document.write( "Question 451968: Two trains travel toward each other from City A and City B, which are 400 miles apart, and they are traveling at the rates of 110 mph and 90 mph. They started at the same time and reach to City C at the same time.
\n" ); document.write( "a) In how many hours the trains will reach to City C between City A and City B?
\n" ); document.write( "b) What distance did the faster train travel to reach to City C?
\n" ); document.write( "

Algebra.Com's Answer #311398 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Two trains travel toward each other from City A and City B, which are 400 miles apart, and they are traveling at the rates of 110 mph and 90 mph. They started at the same time and reach to City C at the same time.
\n" ); document.write( "a) In how many hours the trains will reach to City C between City A and City B?
\n" ); document.write( "b) What distance did the faster train travel to reach to City C?
\n" ); document.write( "..
\n" ); document.write( "let x=distance 110 mph train traveled to city C
\n" ); document.write( "400-x distance 90 mph train traveled to city C
\n" ); document.write( "Travel time=distance/speed (equal for both trains)
\n" ); document.write( "x/110=(400-x)/90
\n" ); document.write( "90x=110*400-110x
\n" ); document.write( "200x=110*400
\n" ); document.write( "x=110*400/200=220 mi (distance traveled by first train
\n" ); document.write( "400-x=400-220=180 mi (distance traveled by second train
\n" ); document.write( "Travel time = 220/110=180/90=2 hrs
\n" ); document.write( "Ans:
\n" ); document.write( "a. The trains will reach city C in two hours
\n" ); document.write( "b. The faster,110 mph, train traveled a distance of 220 miles to reach city C
\n" ); document.write( "
\n" );