asked 157k views
0 votes
(a(1) = 20
(a(n) = a(n - 1) - 17
Find the 3rd term in the sequence.

asked
User DocOc
by
8.4k points

2 Answers

4 votes

Answer:

The 3rd term is -14

Explanation:

This is a recursive formula. It tells us that the first term is 20 and that the common difference is -17.

a(1) = 20

a(2) = a(1) - 17 = 3

a(3) = a(2) - 17 = -14

answered
User Benyamin Shoham
by
8.1k points
3 votes

Answer:

a3 = -14

Explanation:

a(1) = 20

a(n) = a(n - 1) - 17

a(2) = a(2-1) - 17

a(2) = a(1) -17

=20-17 = 3

a(3) = a(3-1) - 17

= a(2) -17

3-17

-14

answered
User Phq
by
8.2k 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.