document.write( "Question 949880: Terrell drove to the mountains at an average 60mph. His return trip, by the same roads, averaged 40mph. His total driving time was 12 hours. How far did he drive one way? \n" ); document.write( "
Algebra.Com's Answer #579950 by macston(5194) You can put this solution on YOUR website! d=distance one way; t=time; r1=rate going; r2=rate returning \n" ); document.write( "t=d/r1+d/r2=d/60mph+d/40mph=d(1/60mph+1/40mph) \n" ); document.write( "t=1/60+1/40=2/120+3/120=5/120=d(1/24 mph)multiply each side by 24 mph. \n" ); document.write( "t*24 mi/hr=d \n" ); document.write( "12 hrs(24 mi/hr)=d \n" ); document.write( "288 mi=d ANSWER: Terrell drove 288 miles one way \n" ); document.write( "CHECK: \n" ); document.write( "round trip=12 hrs \n" ); document.write( "12 hrs=288 mi/60 mph+288 mi/40 mph=4.8 hrs+7.2 hrs \n" ); document.write( "12 hrs=12 hrs \n" ); document.write( " \n" ); document.write( " |