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

User DocOc
by
7.5k 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

User Benyamin Shoham
by
7.2k 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

User Phq
by
7.1k points