SOLUTION: Doug accepts a job where his starting salary will be $30,000 per year, and each year he will receive a raise of $3,000. Write a recursive formula to model this sequence. Where a

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: Doug accepts a job where his starting salary will be $30,000 per year, and each year he will receive a raise of $3,000. Write a recursive formula to model this sequence. Where a      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1012431: Doug accepts a job where his starting salary will be $30,000 per year, and each year he will receive a raise of $3,000. Write a recursive formula to model this sequence.
Where a1=_____ and n>=_______

Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
The recursive formula is
an+=+a%28n-1%29+%2B+3000
The explicit formula is
an+=+a1+%2B+3000%28n-1%29+=+30000+%2B+3000%28n-1%29