document.write( "Question 668529: at a point on the ground 24ft from the base of a tree, the distance to the top of the tree if 4ft more than 3 times the height of the tree. Find the height of the tree. \n" ); document.write( "
Algebra.Com's Answer #415641 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
If we were to draw a picture of a right triangle where the base is the distance from the point to the base of the tree, the height is the height of the tree and the distance from the point to the top of the tree is the hypotenuse, we can apply the Pythagorean THM:\r
\n" ); document.write( "\n" ); document.write( "Let a be the height of the tree.\r
\n" ); document.write( "\n" ); document.write( "Let b be the point to the base.\r
\n" ); document.write( "\n" ); document.write( "Let c be the point to the top.\r
\n" ); document.write( "\n" ); document.write( "a^2 + b^2 = c^2\r
\n" ); document.write( "\n" ); document.write( "a^2 + 24^2 = (3a+4)^2\r
\n" ); document.write( "\n" ); document.write( "a^2 + 576 = 9a^2 + 24a + 16\r
\n" ); document.write( "\n" ); document.write( "-8a^2 -24a + 560 = 0\r
\n" ); document.write( "\n" ); document.write( "-8(a^2+3a-70)\r
\n" ); document.write( "\n" ); document.write( "(a+10)(a-7) \r
\n" ); document.write( "\n" ); document.write( "So a = 7 or a = -10.\r
\n" ); document.write( "\n" ); document.write( "Height can't be negative, so we only accept the positive answer leaving us with a = 7 ft.
\n" ); document.write( "
\n" );