document.write( "Question 321066: Wendy took a trip from Davenport to Omaha, a distance of 300 miles. She traveled part of the way by bus, which arrived at the train station just in time for Wendy to complete her journey by train. The bus averaged 40miles per hour and the train 60miles per hour. The entire trip took 5 and 1/2 hours. How long did Wendy spend on the train. \n" ); document.write( "
Algebra.Com's Answer #229971 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Wendy took a trip from Davenport to Omaha, a distance of 300 miles. She traveled part of the way by bus, which arrived at the train station just in time for Wendy to complete her journey by train. The bus averaged 40miles per hour and the train 60miles per hour. The entire trip took 5 and 1/2 hours. How long did Wendy spend on the train. \n" ); document.write( ".. \n" ); document.write( "let train journey be x miles \n" ); document.write( "bus journey = 300-x miles \n" ); document.write( ".. \n" ); document.write( "train speed = 60 mph \n" ); document.write( "bus speed = 40 mph \n" ); document.write( ".. \n" ); document.write( "time traveled in train = x/60 hours \n" ); document.write( "time traveled by bus = 300-x/40 \n" ); document.write( ".. \n" ); document.write( "x/60 + 300-x/ 40 = 11/2 (5 1/2 = 11/2) \n" ); document.write( "LCM =120 \n" ); document.write( "2x+900-3x / 120 =11/2 \n" ); document.write( "-x+900 /120 =11/2 \n" ); document.write( "2(-x+900)= 120*11 \n" ); document.write( "-2x+1800=1420 \n" ); document.write( "-2x=-380 \n" ); document.write( "x= 190 miles train travel \n" ); document.write( " |