Question 1151609
<font color=black size=3>
There are at least two methods to solve this problem.


============================================================================
Method 1


Construct the diagram to look something like this. The goal is to find h
<img src = "https://i.imgur.com/Dx1z8rN.png">
The diagram is not to scale.
Point A = plane's starting position
Point B = plane's position after flying 700 meters
Point C = landmark on the ground
Point D = used to help form the angle of depression of 21 degrees
Point E = point on ground directly under point A
Point F = point on ground directly under point B
Each pair of adjacent red and blue angles add up to 90 degrees (ie they are complementary angles)


The diagram may seem a bit cluttered, so you can peel triangle AEC and triangle BFC apart to get this
<img src = "https://i.imgur.com/68ebrmJ.png">
Focus on triangle BFC
tan(angle) = opposite/adjacent
tan(B) = FC/FB
tan(69) = x/h
h*tan(69) = x
x = h*tan(69)


Move onto triangle AEC
tan(angle) = opposite/adjacent
tan(A) = EC/AE
tan(72) = (700+x)/h
tan(72) = (700+h*tan(69))/h ... plug in x = h*tan(69)
h*tan(72) = 700+h*tan(69)
h*tan(72)-h*tan(69) = 700
h*(tan(72)-tan(69)) = 700
h = 700/(tan(72)-tan(69))
<font color=red size=4>h = 1481.18533068004 is the approximate height in meters.</font>


============================================================================
Method 2


The diagram will be similar, but it now looks like this
<img src = "https://i.imgur.com/X7hNM9j.png">
The diagram is not to scale.
Points A,B,C,D are defined the same way as in the previous diagram.
Angle B = 159 because angle ABC = 180-(angle DBC) = 180-21 = 159
Angle C = 3 degrees comes from the fact that A+B+C = 180


Focus solely on triangle ABC (ie ignore point D)
Use the law of sines to find side 'a'.
a/sin(A) = c/sin(C)
a/sin(18) = 700/sin(3)
a = sin(18)*700/sin(3)
a = 4133.14118229429


Now we can use the SAS triangle area formula
area = (1/2)*side1*side2*sin(included angle)
area = (1/2)*a*c*sin(B)
area = (1/2)*4133.14118229429*700*sin(159)
area = 518414.865738014
This is the approximate area of triangle ABC.


Finally, turn to the formula
area = (1/2)*base*height
to help find the height of the triangle ABC


area = (1/2)*base*height
518414.865738014 = (1/2)*700*h
518414.865738014*2 = 700*h
1036829.73147602 = 700*h
700*h = 1036829.73147602
h = 1036829.73147602/700
<font color=red size=4>h = 1481.18533068002 which was roughly the same approximate height we got earlier.</font>
</font>