document.write( "Question 716205: on a round-trip over the same roads, a car averaged 25 mph going and 30 mph returning. If the entire trip took 5.5 hours, what is the distance each way?
\n" );
document.write( "My question is how can you solve how much time it took for each half of the trip? \n" );
document.write( "
Algebra.Com's Answer #439768 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! on a round-trip over the same roads, a car averaged 25 mph going and 30 mph returning. If the entire trip took 5.5 hours, what is the distance each way? \n" ); document.write( "My question is how can you solve how much time it took for each half of the trip? \n" ); document.write( "--------------- \n" ); document.write( "The problem doesn't ask for that, it asks for the distance. \n" ); document.write( "----- \n" ); document.write( "find the avg speed: \n" ); document.write( "avg speed = 2*25*30/(25+30) mi/hr \n" ); document.write( "= 300/11 mi/hr \n" ); document.write( "--- \n" ); document.write( "Then d = r*t = (300/11)*5.5 = 150 miles round trip \n" ); document.write( "--> 75 miles each way. \n" ); document.write( "---------------------------------- \n" ); document.write( "Check: \n" ); document.write( "75/25 + 75/30 = 3 + 2.5 hours \n" ); document.write( "= 5.5 hours \n" ); document.write( "=================== \n" ); document.write( "Avg speed for a round trip is 2*r1*r2/(r1+r2) regardless of the distance \n" ); document.write( "You can call the distance d and work out the eqn. \n" ); document.write( "================================================ \n" ); document.write( "Another approach: \n" ); document.write( "The time spent at each speed is inversely proportional to the speed but the ratio is the same as the 2 speeds. \n" ); document.write( "25x + 30x = 5.5 \n" ); document.write( "55x = 5.5 \n" ); document.write( "x = 0.1 \n" ); document.write( "--> 2.5 hours at the faster speed, 3.0 hours at the slower speed. \n" ); document.write( " \n" ); document.write( " |