document.write( "Question 314775: A train travels through the mountains at an average speed of 35 miles per hour. It then continues on flat land at an average speed of 85 miles per hour. If the entire trip covers 1200 miles and each leg of the trip takes the same number of hours, how many miles is each leg? \n" ); document.write( "
Algebra.Com's Answer #225125 by mananth(16946)![]() ![]() You can put this solution on YOUR website! mountains - speed = 35 mph. \n" ); document.write( "let distance in mountains be x \n" ); document.write( "time traveled in mountains = x/35 \n" ); document.write( ".. \n" ); document.write( "speed on flat land = 85 mph \n" ); document.write( "distance travele = 1200-x miles \n" ); document.write( "time taken on flat land = 1200-x /85 \n" ); document.write( ".. \n" ); document.write( "Both these times are equal. \n" ); document.write( "x/35 = 1200-x / 85 \n" ); document.write( "85x=35(1200-x) \n" ); document.write( "85x =42000 -35x \n" ); document.write( "120x=42000 \n" ); document.write( "x= 350 miles distance in the mountains. \n" ); document.write( "On flat land it will travel 1200-350 \n" ); document.write( "=850 miles \n" ); document.write( " |