Question
You rent an apartment that costs $1700 per month during the first year but the rent is set to go up $70 per year. Write a recursive formula to show what the rent is during the nth year of living in the apartment
Answers
GPT 3.5
Let R(n) represent the rent in the nth year. The recursive formula can be written as:
R(n) = R(n-1) + $70
Where R(1) = $1700.
R(n) = R(n-1) + $70
Where R(1) = $1700.
Related Questions
You rent an apartment that costs \$900$900 per month during the first year, but the rent is set to g...
You rent an apartment that costs $1700$1700 per month during the first year but the rent is set to g...
You rent an apartment that costs $1200 per month during the first year, but the rent is set to go up...
You rent an apartment that costs $900 per month during the first year, but the rent is set to go up...