SOLUTION: At a point on the ground 12 ft from the base of the tree, the distance to the top of the tree is 3 ft more than 2 times the heiht of the tree. Find the height of the tree.
Algebra ->
Equations
-> SOLUTION: At a point on the ground 12 ft from the base of the tree, the distance to the top of the tree is 3 ft more than 2 times the heiht of the tree. Find the height of the tree.
Log On
Question 942255: At a point on the ground 12 ft from the base of the tree, the distance to the top of the tree is 3 ft more than 2 times the heiht of the tree. Find the height of the tree. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! At a point on the ground 12 ft from the base of the tree, the distance to the top of the tree is 3 ft more than 2 times the heiht of the tree. Find the height of the tree.
-----------------
Draw and label the picture::
You have a right triangle:
base = 12 ft
height = h ft
hypotenuse = 2h+3 ft
--------
Use Pythagoras::
h^2 + 12^2 = (2h+3)^2
-------
h^2 + 144 = 4h^2 + 12h + 9
-------
3h^2 +12h - 135 = 0
-------
h^2 + 4h - 45 = 0
Factor::
(h-5)(h+9) = 0
Positive solution::
height = 5 ft
=============
Cheers,
Stan H.
-------------