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

User DocOc
by
5.6k 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
5.6k 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
5.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.