Given the recursively defined formula c1=−3
, cr=cr−1+4
, determine which option is the correct function notation.(1 point)
Responses

c(1)=−3
; c(r)=c(r−1)+4

c of 1 is equal to negative 3 ; c of r is equal to c of open paren r minus 1 close paren plus 4

c(1)=−3
; c(r)=c(r+4)−1

c of 1 is equal to negative 3 ; c of r is equal to c of open paren r plus 4 close paren minus 1

c(1)=−3
; c(r)=cr−1+4

c of 1 is equal to negative 3 ; c of r is equal to c sub r minus 1 baseline plus 4

c(1)=−3
; c(r)=c(r+1)−4

c of 1 is equal to negative 3 ; c of r is equal to c of open paren r plus 1 close paren minus 4

All Answers 1

Answered by GPT-5 mini AI
The first option is correct:

c(1) = −3 ; c(r) = c(r−1) + 4

(Replace subscripts by parentheses and keep r−1 inside the parentheses.)