document.write( "Question 351103: A tourist bus travels 120 kilometers to its destination. The average speed returning is twice the average speed going and the time for a round trip is 5 hours. What is the average speed of the bus in going to its destination? \n" ); document.write( "
Algebra.Com's Answer #250953 by ewatrrr(24785) You can put this solution on YOUR website! Hi, \n" ); document.write( "*Note: distance to and from the same. D = r*t \n" ); document.write( "Let r be the speed and t the time it takes to travel to its destination \n" ); document.write( "Return speed is then 2*r and the time left for that trip is (5-t) \n" ); document.write( ". \n" ); document.write( "Question states: \n" ); document.write( "going to destination \n" ); document.write( "r*t = 120km \n" ); document.write( "r = 120km/t \n" ); document.write( ". \n" ); document.write( "returning from destination (substitute and solve for t \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "simplify and solve: \n" ); document.write( "240(5-t) = 120t \n" ); document.write( "1200 - 240t = 120t \n" ); document.write( "1200 = 360t \n" ); document.write( "3 1/3 hr = t \n" ); document.write( ". \n" ); document.write( "Finding rate going to destination \n" ); document.write( "r*(10/3)= 120 \n" ); document.write( "r = 36 mi/hr \n" ); document.write( " |