172k views
1 vote
Given the following sequence, find the 14th term: 3, 1, –1, –3, –5, . . .

a. –28
b. –25
c. –23
d. –21

User WeAreOne
by
7.1k points

2 Answers

2 votes
C.-23 Just subtract two every time until you get to the 14 th number 
User Raphie
by
7.5k points
3 votes
3, 1, -1, -3, -5
-2 -2 -2 -2

a(n) = a₁ + d(n - 1)
a(n) = 3 - 2(n - 1)
a(n) = 3 - 2(n) + 2(1)
a(n) = 3 - 2n + 2
a(n) = -2n + 3 + 2
a(n) = -2n + 5
a₁₄ = -2(14) + 5
a₁₄ = -28 + 5
a₁₄ = -23

The answer is C.
User TechDog
by
8.5k points