document.write( "Question 1066605: At a point on the ground 24 ft from the base of a tree, the distance to the top of the tree is 6 ft more than 2 times the height of the tree. Find the height of the tree.
\n" );
document.write( "The height of the tree is
\n" );
document.write( "blank ft. \n" );
document.write( "
Algebra.Com's Answer #681788 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Drawing this helps. \n" ); document.write( "there is a triangle with leg 24, the tree height x, and the hypotenuse 2x+6. \n" ); document.write( "x^2+576=(2x+6)^2=4x^2+24x+36 \n" ); document.write( "0=3x^2+24x-540 \n" ); document.write( "0=x^2+8x-180 \n" ); document.write( "0=(x+18)(x-10) \n" ); document.write( "positive root ix x=10 feet, height of tree. ANSWER \n" ); document.write( "from 24 feet away, the distance to the top is 10^2+24^2=676=26^2, which is 6 feet more than twice the height of the tree. \n" ); document.write( " \n" ); document.write( " |