Answer:
θ = 36.86°
Step-by-step explanation:
Given that,
The shadow of a 60 foot pole is a 100 feet long.
We need to find the angle of elevation from the end of the shadow to the top of the pole.
Height, h = 60 foot
Hypotenuse, H = 100 feet
Using trigonometry to find it.

So, the angle of elevation is 36.86 degrees.
Let
x---------> first positive integer
x+1------> second positive integer
x+2-----> third positive integer
we know that
(x+1)*(x+2)=72-------> x² +2x+x+2=72 -------> x² +3x-70=0
using a graph tool-------> <span>I solve the quadratic equation
</span>see the attached figure
the roots are
x1=-10
x2=7
the answer is
first positive integer is x=7
second positive integer is x+1=8
third positive integer is x+2=9
Answer:
ok did you really just say brain fart I'm dying I cant stop laughing
The recursive sequence that would produce the sequence 8,-35,137,… is T(n + 1) = -3 - 4T(n) where T(1) = 8
<h3>How to determine the recursive sequence that would produce the sequence?</h3>
The sequence is given as:
8,-35,137,…
From the above sequence, we can see that:
The next term is the product of the current term and -4 added to -3
i.e.
Next term = -3 + Current term * -4
So, we have:
T(n + 1) = -3 + T(n) * -4
Rewrite as:
T(n + 1) = -3 - 4T(n)
Hence, the recursive sequence that would produce the sequence 8,-35,137,… is T(n + 1) = -3 - 4T(n) where T(1) = 8
Read more about recursive sequence at
brainly.com/question/1275192
#SPJ1