SOLUTION: Upon graduation Sheldon decides to go to work for a local police department. His starting salary is $30000 per year and he expects to get a 3% raise per year. Write the recursion f
Algebra.Com
Question 287538: Upon graduation Sheldon decides to go to work for a local police department. His starting salary is $30000 per year and he expects to get a 3% raise per year. Write the recursion formula for a sequence that represents his salary n years on the job. Assume n=0 represents his first year making $30000.
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
Upon graduation Sheldon decides to go to work for a local police department. His starting salary is $30000 per year and he expects to get a 3% raise per year. Write the recursion formula for a sequence that represents his salary n years on the job. Assume n=0 represents his first year making $30000.
--------------
1st Yr: 1------30000
2nd Yr: 2------30000+30000(0.03) = 30000(1.03)
3rd Yr: 3------30000(1.03)^2
...
...
nth Yr: n-1------30000(1.03)^(n-1)
========================================
a(n) = 30000(1.03)^(n-1)
========================================
Cheers,
Stan H.
RELATED QUESTIONS
The monthly salary of Mr. Johnson was ₦320,000 for each of the first three years. He... (answered by Edwin McCravy,ikleyn)
Hello,
I'm not exactly sure how to solve this question and I would appreciate some help.
(answered by Boreal)
Sophia was just hired at a local business. She is given a starting salary of $52,500 per (answered by josgarithmetic)
Sophia was just hired at a local business. She is given a starting salary of $52,500... (answered by josgarithmetic)
Doug accepts a job where his starting salary will be $30,000 per year, and each year he... (answered by fractalier)
Bob is hired by an accounting firm at a salary of $60,000 per year. Three years later his (answered by josmiceli)
The starting salary of a worker in a certain company is 2000000 shillings per annum. If... (answered by ikleyn,MathLover1,greenestamps)
Hello,
I am trying to figure out how to solve a particular word problem. Thank you for... (answered by josgarithmetic,ikleyn)
todds starting salary at his new job is $400 a week. He is promised a 3% increase in... (answered by mananth)