asked 10.2k views
0 votes
The first term in a sequence is 4. Each of the next terms in the sequence is 3 more than 2 times the term before. What are the third and fourth terms in the sequence?

asked
User Enfield
by
8.1k points

1 Answer

5 votes

Answer:

25 and 53

Explanation:

We can express the term in the sequence by the recursive formula


a_(n) = 2
a_(n-1) + 3 with a₁ = 4 , thus

a₂ = 2a₁ + 3 = 2(4) + 3 = 8 + 3 = 11

a₃ = 2a₂ + 3 = 2(11) + 3 = 22 + 3 = 25

a₄ = 2a₃ + 3 = 2(25) + 3 = 50 + 3 = 53

answered
User Arrow
by
7.9k 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.