asked 156k views
0 votes
C(1)=-20 c(n)=c(n-1)+10 find second term

asked
User Madbird
by
7.8k points

1 Answer

3 votes

Answer:

c(2) = -10

Explanation:

c(1)=-20

c(n)=c(n-1)+10

Let n = 2 since n indicates the term number

c(2)=c(2-1)+10

= c(1) +10

= -20+10

= -10

answered
User Mohammed Faour
by
7.0k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.