document.write( "Question 995930: How far can a man drive into a country if he drives out at 40 miles per hour, returns over the same road at 30 miles per hour, and spends 8 hours away from home, including a 1-hour stop for lunch? \n" ); document.write( "
Algebra.Com's Answer #614593 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How far can a man drive into a country if he drives out at 40 miles per hour, returns over the same road at 30 miles per hour, and spends 8 hours away from home, including a 1-hour stop for lunch? \n" ); document.write( "-------------- \n" ); document.write( "Avg speed of a round trip = 2*r1*r2/(r1 + r2) \n" ); document.write( "= 2*40*30/(40+30) = 240/7 mi/hr \n" ); document.write( "Driving for 7 hours --> RT distance = (240/7)*7 = 240 miles \n" ); document.write( "--> 120 miles each way. \n" ); document.write( " |