SOLUTION: At a point on the ground 70 ft from the base of a tree, the distance to the top of the tree is 2 ft more than 3 times the height of the tree. Find the height of the tree.

Algebra ->  Equations -> SOLUTION: At a point on the ground 70 ft from the base of a tree, the distance to the top of the tree is 2 ft more than 3 times the height of the tree. Find the height of the tree.      Log On


   



Question 511223: At a point on the ground 70 ft from the base of a tree, the distance to the top of the tree is 2 ft more than 3 times the height of the tree. Find the height of the tree.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
At a point on the ground 70 ft from the base of a tree, the distance to the top of the tree is 2 ft more than 3 times the height of the tree. Find the height of the tree.
----------------------------
Draw the picture:
You have 2 a right triangle with base = 70,
height = h and hypotenuse = 3h+2.
---
Solve for "h":
h^2 + 70^2 = (3h+2)^2
----
h^2 + 4900 = 9h^2+12h+4
---
8h^2 + 12h- 4896 = 0
----
2h^2 + 3h - 1224 = 0
----------
h = [-3 +- sqrt(9 -4*2*-1224)]/4
----------
h = [-3 +- sqrt(9801)]/4
-------
Positive solution:
h = 4
============
Cheers,
Stan H.
===========