document.write( "Question 939924: At 9:00 AM, two trains are 715 miles apart traveling toward each other on parallel tracks. If one train is traveling at a rate that is ten miles per hour faster than the other train and they meet after 5.5 hours, how fast is each train traveling? \n" ); document.write( "
Algebra.Com's Answer #572777 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! At 9:00 AM, two trains are 715 miles apart traveling toward each other on parallel tracks. If one train is traveling at a rate that is ten miles per hour faster than the other train and they meet after 5.5 hours, how fast is each train traveling? \n" ); document.write( "*** \n" ); document.write( "let x=rate of slower train \n" ); document.write( "x+10=rate of faster train \n" ); document.write( "travel time=distance/speed \n" ); document.write( "x+(x+10)=rate at which trains are approaching each other \n" ); document.write( ".. \n" ); document.write( "715/2x+10=5.5 \n" ); document.write( "5.5(2x+10)=715 \n" ); document.write( "11x+55=715 \n" ); document.write( "11x=660 \n" ); document.write( "x=60 \n" ); document.write( "x+10=70 \n" ); document.write( "rate of slower train=60 mph \n" ); document.write( "rate of faster train=70 mph \n" ); document.write( " |