Simple geometry can compute the height of an object from the object's shadow length and shadow angle using the formula: tan (angleElevation) = treeHeight / shadowLength. 1. Using simple algebra, rearrange that equation to solve for treeHeight. 2. Write a statement to assign treeHeight with the height calculated from an expression using angleElevation and shadowLength.
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Simple geometry can compute the height of an object from the object's shadow length and shadow angle using the formula: tan ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » Simple geometry can compute the height of an object from the object's shadow length and shadow angle using the formula: tan (angleElevation) = treeHeight / shadowLength. 1. Using simple algebra, rearrange that equation to solve for treeHeight. 2.