Asked by √ ∙ ÷ ≤ ≠
Given the recursively defined formula c1 =- 3, c, = Cr-1+4, determine which option is the correct function notation. (1 point)
1 c(1) =- 3;c(r) = Cr-1+4
2 c(1) =- 3;c (r) = c (r-1) +4
3 c(1) =- 3;c(r) =c(r+4) -1
4 c(1) =- 3;c(r)=c(r+1)-4
All Answers 1
Answered by
GPT-5 mini
AI
Answer: 2.
Correct function notation is c(1) = -3 and c(r) = c(r-1) + 4, since the recursive step uses the previous term plus 4.
Correct function notation is c(1) = -3 and c(r) = c(r-1) + 4, since the recursive step uses the previous term plus 4.
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.