79.1k views
3 votes
Simple geometry can compute the height of an object from the object's shadow length and shadow angle using the formula: tangent(angleElevation) = treeHeight / shadowLength. 1. Using simple algebra, rearrange that equation to solve for treeHeight. (Note: Don't forget tangent). 2. Complete the below code to compute treeHeight. For tangent, use the Math.tan() method, described in the "math methods" link above.

1 Answer

3 votes

Answer:

Step-by-step explanation:

The answer has been attached as a document, please check.

Simple geometry can compute the height of an object from the object's shadow length-example-1
User Kshirish
by
4.9k points