asked 33.9k views
0 votes
(c(1) =20

c(n) = c(n - 1) + 10
find the 2nd term in the sequences


2 Answers

2 votes

Answer:

30

Explanation:

answered
User Luixv
by
8.2k points
7 votes

Answer:

The second term:

c(2) = 30

Explanation:

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

c(1) =20

c(2) = c(1) + 10 = 20 + 10 = 30

answered
User Oozzal
by
8.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.