Answer:
<em>{9,19,39,79}</em>
Step-by-step explanation:
<u>Recursive Sequences</u>
The recursive sequence can be identified because each term is given as a function of one or more of the previous terms. Being n an integer greater than 1, then:
f(n) = 2f(n-1)+1
f(1) = 4
To find the first four terms of the sequence, we set n to the values {2,3,4,5}
f(2) = 2f(1)+1
Since f(1)=4:
f(2) = 2*4+1
f(2) = 9
f(3) = 2f(2)+1
Since f(2)=9:
f(3) = 2*9+1
f(3) = 19
f(4) = 2f(3)+1
Since f(3)=19:
f(4) = 2*19+1
f(4) = 39
f(5) = 2f(4)+1
Since f(4)=39:
f(5) = 2*39+1
f(5) = 79
Answer:
Correlation does not always imply causation. (It's not correct)
Step-by-step explanation:
Correlation tests 2 variables' relationship, but just because they are related does not mean they necessarily cause each other.
Answer:

Step-by-step explanation:
First, the formula for the volume of a sphere is:




![r = \sqrt[\leftroot{-2}\uproot{2}3]{\frac{3}{4\pi}V}](https://tex.z-dn.net/?f=r%20%3D%20%5Csqrt%5B%5Cleftroot%7B-2%7D%5Cuproot%7B2%7D3%5D%7B%5Cfrac%7B3%7D%7B4%5Cpi%7DV%7D)
<u><em>If there is any steps you are unsure of, feel free to ask in the comments.</em></u>
Answer:
-9 1/4
Step-by-step explanation:
- 5 3/4 - 3 1/2
= -23/4 - 7/2
= -23/4 - 14/4
= -37/4
= - 9 1/4
Answer:
84
Step-by-step explanation:
Plug in 9 for k.
5(9)(2) - 6
first: (9)(2) = 9 x 2 = 18
5(18) - 6
second: 5(18) = 5 x 18 = 90
last: 90 - 6 = ?
84
hope this helps