224k views
2 votes
Given the following sequence, find the 15th term: 3,1,-1,-3,-5

2 Answers

4 votes
-25 just subtract 2 everytime 
User AffineMesh
by
8.2k points
0 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(n) = -2n + 5
a₁₅ = -2(15) + 5
a₁₅ = -30 + 5
a₁₅ = -25
User Joyrex
by
7.8k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.