SOLUTION: The sequence is recursive. Find the value of the next term in the sequence. 5,8,11,14,17

Algebra ->  Sequences-and-series -> SOLUTION: The sequence is recursive. Find the value of the next term in the sequence. 5,8,11,14,17      Log On


   



Question 448454: The sequence is recursive. Find the value of the next term in the sequence. 5,8,11,14,17
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi
Aritmetic Series {5,8,11,14,17, highlight%2820%29...}
d = 3, term following 17(the 6th term) would be 17 + 3 = 20
a%5Bn%5D=a%5B1%5D%2B%28n-1%29%2Ad
a%5B6%5D=5%2B%285%29%2A3+=+20