SOLUTION: Is it C? I want to check my answer.
Consider the sequence:
8, 11, 14, 17, 20, 23, 26, .....
Write a recursive definition:
A.
B.
C.
D.
The question fo
Algebra ->
Probability-and-statistics
-> SOLUTION: Is it C? I want to check my answer.
Consider the sequence:
8, 11, 14, 17, 20, 23, 26, .....
Write a recursive definition:
A.
B.
C.
D.
The question fo
Log On
Consider the sequence:
8, 11, 14, 17, 20, 23, 26, .....
Write a recursive definition:
A.
B.
C.
D.
The question for the sequence and the question itself is provided in the link here: https://i.imgur.com/KHfR1UI.png Answer by MathLover1(20849) (Show Source):
You can put this solution on YOUR website! yes, it is C
The first term is , so
Each time we want a new term, we add on .
-> is previous term and is next term ; we add on to previous term