answersLogoWhite

0

the height is (20.5)

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the height of banyan tree?

it can grow upto 400ft in height


What is the formula for working out the height of a tree?

Formula for working out height of a tree is (distance from eye to base of tree/distance from eye to base of stick) x length of stick = tree height.(distance from eye to base of tree/distance from eye to base of stick) x length of stick = tree height is the formula for working out height of a tree.


What is the average height of a Joshua tree?

The average height of a Joshua Tree is 17in.


How do you calculate the height of a binary tree?

To calculate the height of a binary tree, you can use a recursive algorithm that traverses the tree and keeps track of the height at each level. The height of a binary tree is the maximum depth of the tree, which is the longest path from the root to a leaf node.


What is the formula to calculate the height of a binary tree?

The formula to calculate the height of a binary tree is h log2(n1) - 1, where h is the height of the tree and n is the number of nodes in the tree.


How to measure the height of a tree accurately?

To measure the height of a tree accurately, you can use a clinometer to measure the angle from your eye level to the top of the tree, then measure the distance from the tree to where you are standing. By using trigonometry, you can calculate the height of the tree.


How to calculate the height of a binary tree?

To calculate the height of a binary tree, you can use a recursive algorithm that finds the maximum height of the left and right subtrees, and then adds 1 to the maximum height. This process is repeated for each node in the tree until the height of the entire tree is calculated.


How can you know balance factor of height balance tree?

we can find the balance factor of highty balance tree with height of left subtree- height of right sub tree


What is the averag height of a maple tree?

On average, the maple tree height is 40 ft tall.


What is the formula to find the height of a tree?

tree x width x height divided by 3


How can the height of a tree be calculated?

It can easily be measured by using a protractor and measuring the angle between the ground and the top of the tree. You need to know exactly how far you are from the tree. Then you can use trigonometry to calculate the height of the tree. Tan (angle in degrees) = height of tree / distance from tree


How to find the height of a binary tree?

To find the height of a binary tree, you can use a recursive algorithm that calculates the height of the left and right subtrees, and then returns the maximum height plus one. This process continues until the height of the entire tree is calculated.