It cant really because 400,00 is greater than 400 so it would not work
A is the answer and i am in 6th grade
Answer:
Option A is correct.
Step-by-step explanation:
Correlation coefficients tell us how strongly the two variables are associated.
A positive correlation is a relation when both the variables move together in the same direction. Like if value of first increases the other also increases.
When the correlation coefficient is greater than 0, this means that both variables are correlated.
So, the answer here will be :
A. There is a linear relationship between the variables, and whenever the value of one variable increases, the value of the other variable increases.
The first three terms of sequence are 9 , 6 , 3
<em><u>Solution:</u></em>
Given the recursive function f(n) = f(n - 1) - 3
Where f(1) = 9
To find: First three terms of sequence
Substitute n = 2 , n = 3 and n = 4 in given recursive function
When n = 2
f(n) = f(n - 1) - 3
f(2) = f(2 - 1) - 3
f(2) = f(1) - 3
f(2) = 9 - 3 = 6
f(2) = 6
Thus second term is 6
When n = 3
f(3) = f( 3 - 1) - 3
f(3) = f(2) - 3
f(3) = 6 - 3 = 3
f(3) = 3
Thus the third term is 3
When n = 4
f(4) = f( 4 - 1) - 3
f(4) = f(3) - 3
f(4) = 3 - 3
f(4) = 0
Thus the fourth term is 0
Thus first three terms of sequence are 9 , 6 , 3