document.write( "Question 319969: The speed of a passenger train is 12mph faster than the speed of a freight train.The passenger train travels 310 miles in the same time it takes the freight train to travel 250 miles. What is the speed of each train? \n" ); document.write( "
Algebra.Com's Answer #229202 by mananth(16949) You can put this solution on YOUR website! passenger train 12mph faster than the speed of a freight train. \n" ); document.write( "The passenger train travels 310 miles in the same time it takes the freight train to travel 250 miles. What is the speed of each train? \n" ); document.write( ".. \n" ); document.write( "freight train speed be x \n" ); document.write( "passenger train speed = x+12 mph \n" ); document.write( ".. \n" ); document.write( "310 / x+12= 250 /x \n" ); document.write( "310x= 250(x+12) \n" ); document.write( "310x=250x+3000 \n" ); document.write( "310x-250x=3000 \n" ); document.write( "60x=3000 \n" ); document.write( "x=50 freight train speed \n" ); document.write( "passenger train speed = x+12 = 50+12= 62 mph \n" ); document.write( " |