document.write( "Question 362666: how far can a man drive out into the country at the average rate of 60 mph and return over the same road at the average rate of 45 mph if he travels a total of 7 hours? \n" ); document.write( "
Algebra.Com's Answer #258491 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How far can a man drive out into the country at the average rate of 60 mph and return over the same road at the average rate of 45 mph if he travels a total of 7 hours? \n" ); document.write( "------ \n" ); document.write( "Out bound DATA: \n" ); document.write( "rate = 60 mph ; distance = x miles ; time = d/r = x/60 hrs. \n" ); document.write( "------------------------ \n" ); document.write( "Return DATA: \n" ); document.write( "rate = 45 mph ; distance = x miles ; time = d/r = x/45 hrs \n" ); document.write( "------------------------ \n" ); document.write( "Equation: \n" ); document.write( "time + time = 7 \n" ); document.write( "x/60 + x/45 = 7 \n" ); document.write( "---- \n" ); document.write( "45x + 60x = 7*60*45 \n" ); document.write( "--- \n" ); document.write( "105x = 18900 \n" ); document.write( "x = 180 miles \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " |