document.write( "Question 559108: Wendy took a trip from city A to city B, a distance of 820 mi. 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 40 mi/h, and the train averaged 90 mi/h. The entire trip took 10.5 h. How long did Wendy spend on the train? \n" ); document.write( "
Algebra.Com's Answer #363308 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Wendy took a trip from city A to city B, a distance of 820 mi. 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 40 mi/h, and the train averaged 90 mi/h. The entire trip took 10.5 h. How long did Wendy spend on the train? \n" ); document.write( "------------------------- \n" ); document.write( "Bus DATA: \n" ); document.write( "rate = 40mi/hr ; time = x hrs ; distance = r*t = 40x miles \n" ); document.write( "------------------ \n" ); document.write( "train DATA: \n" ); document.write( "rate = 90 mi/hr. ; time = (10.5-x) hr. ; distance = 90(10.5-x) miles \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "miles + miles = 820 mi. \n" ); document.write( "40x + 90(10.5-x) = 820 \n" ); document.write( "40x + 945 - 90x = 820 \n" ); document.write( "-50x = -125 \n" ); document.write( "x = 5/2 = 2 1/2 hrs (bus time) \n" ); document.write( "10.5 -2 1/2) = 8 hrs (train time) \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |