document.write( "Question 448913: Ken can climb a coconut tree at the rate of 10 ft. per minute and return at 20 ft. per
\n" );
document.write( "minute. If it took him 3 minutes to climb and return, what is the height of the coconut tree? \n" );
document.write( "
Algebra.Com's Answer #308822 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Given: total time = 3 min. \n" ); document.write( "Let h = the height of the tree \n" ); document.write( "Since time = distance/rate, we can write the following equation for the total \n" ); document.write( "time up and down the tree: \n" ); document.write( "h/10 + h/20 = 3 \n" ); document.write( "Solve for h: \n" ); document.write( "(2h+h)/20 = 3 \n" ); document.write( "3h = 60 \n" ); document.write( "h = 20 \n" ); document.write( "Therefore, the height of the tree = 20 ft. \n" ); document.write( " |