SOLUTION: How do i find the 15th term of the series 3,7,11,15...
Algebra
->
Sequences-and-series
-> SOLUTION: How do i find the 15th term of the series 3,7,11,15...
Log On
Algebra: Sequences of numbers, series and how to sum them
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Sequences-and-series
Question 636692
:
How do i find the 15th term of the series 3,7,11,15...
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
nth term:
an = a1 + (n-1)*d
an = 3 + (n-1)*4
an = 3 + 4n - 4
an = 4n - 1
-------------------
15th term
an = 4n - 1
a15 = 4(15) - 1
a15 = 60 - 1
a15 = 59