At a point on the ground 80ft from the base of a tree,the distance to the top of the tree is 11ft more than 2 times the height of the tree. find the height.

80^2 + h^2 = (2h+11)^2

To solve this problem, we can use the Pythagorean theorem and set up an equation. Let's assume the height of the tree is 'h.'

According to the problem, the distance to the top of the tree from the ground is 11ft more than 2 times the height of the tree:

Distance to the top of the tree = 2h + 11

We also know that the distance from the base of the tree to the point on the ground is 80ft. Using the Pythagorean theorem, we can write:

(2h + 11)^2 + 80^2 = (h)^2

Simplifying this equation, we have:

4h^2 + 44h + 121 + 6400 = h^2

Subtracting h^2 from both sides:

3h^2 + 44h + 6521 = 0

At this point, we have a quadratic equation. To solve it, we can use the quadratic formula:

h = (-b ± √(b^2 - 4ac)) / (2a)

In our equation, a = 3, b = 44, and c = 6521. Plugging in these values, we can calculate the height.