The angle of depression equals 32.
A way that you can solve this is by finding angle c. Angle C would be the same as the angle of depression because of alternate angles being congruent.
So you do the triangle angle sum theorem.
58+90+x=180
Simplify
148 +x=180
Subtract 148 from both sides
x=32
So Since angle c equals to 32 degrees, then the angle of depression is also 32 degrees.
Explanation:
An <em>explicit function</em> returns a value based only on the arguments given.
y = f(x)
__
A <em>recursive function</em> returns a value based on the arguments given and on other values of the function.
y = f(x, f(g(x))