document.write( "Question 950063: A person walks to the top of a mountain at a rate of 4mi/hr and down the mountain the same way at a rate of 3 mi/hr. If she walks up and down in 2 hours, how far (mi) is it to the top?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #580069 by macston(5194)![]() ![]() You can put this solution on YOUR website! d=distance to top; r1= rate up; r2=rate down; T=total time \n" ); document.write( "T=(d/r1)+(d/r2) \n" ); document.write( "2 hrs=d((1/r1)+(1/r2)) \n" ); document.write( "2 hrs=d(1/4mph+1/3mph) \n" ); document.write( "2 hrs=d(3/12mph+4/12mph) \n" ); document.write( "2 hrs=d(7/12mph) Multiply each side by (12/7 mph) \n" ); document.write( "24/7 mi=d ANSWER: It is 3 and 3/7 miles to the top. \n" ); document.write( "CHECK \n" ); document.write( "2 hrs=(24/7 mi/4 mph)+ (24/7 mi/3mph) \n" ); document.write( "2 hrs=(6/7 hrs)+(8/7 hrs) \n" ); document.write( "2 hrs=(14/7 hrs) \n" ); document.write( "2 hrs=2 hrs \n" ); document.write( " \n" ); document.write( " |