162k views
5 votes
Find the 20th term of an arithmetic sequence with a first term of 3 and a common difference of 5

1 Answer

1 vote
first term = 3, common difference = 5

an = a1 + d(n - 1)
an = 3 + 5(n - 1)
an = 3 + 5n - 5
an = 5n - 2

when n = 20
a20 = 5(20) - 2 = 198

Answer: 198
User Hiero
by
6.9k points