SOLUTION: Write the first five terms of the sequence an =5n-2

Algebra ->  Sequences-and-series -> SOLUTION: Write the first five terms of the sequence an =5n-2      Log On


   



Question 1006335: Write the first five terms of the sequence an =5n-2
Answer by ikleyn(52810) About Me  (Show Source):
You can put this solution on YOUR website!
.
n = 1: a%5B1%5D = 3;

n = 2: a%5B2%5D = 8;

n = 3: a%5B3%5D = 13;

n = 4: a%5B4%5D = 18;

n = 5: a%5B5%5D = 23.

Arithmetic progression. The first term 3. The common difference is 5.