document.write( "Question 963224: I have absolutely no idea how to solve this problem. I have a few other distance problems on my homework assignment and I didn't have too much trouble with them, I just have no idea how to do this one:
\n" );
document.write( "Nina went to the college traveling 6 mph and returned home traveling 12 mph. If the total trip took 9 hours, how long did Nina travel at each speed? \n" );
document.write( "
Algebra.Com's Answer #588462 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Nina went to the college traveling 6 mph and returned home traveling 12 mph. If the total trip took 9 hours, how long did Nina travel at each speed? \n" ); document.write( "================== \n" ); document.write( "Avg speed of a round trip = 2*r1*r2/(r1+r1) - r1 and r2 are the 2 speeds \n" ); document.write( "Avg = 2*6*12/(6+12) = 8 mi/hr \n" ); document.write( "RT distance = 8*9 = 72 miles --> 36 miles each way. \n" ); document.write( "----- \n" ); document.write( "t = d/r \n" ); document.write( "t = 36/6 = 6 hours going \n" ); document.write( "t = 3 hours returning \n" ); document.write( " |