Westonci.ca is the premier destination for reliable answers to your questions, provided by a community of experts. Discover in-depth solutions to your questions from a wide range of experts on our user-friendly Q&A platform. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.

Write a recursive rule that describes the rent after ‘n’ years.

Write A Recursive Rule That Describes The Rent After N Years class=

Sagot :

[tex]C(n)=C(n-1)+(C(n-1)\times0.03),\forall\:n>1[/tex]

1) A Recursive formula always makes reference to the previous item. So, let's begin with the first value for the rent $62,000. This is the first term of this sequence, if we think of it as a sequence

2) So, we can write out the following:

[tex]\begin{gathered} C(n)=C(n-1)+(C_n\times0.03),n>1 \\ C(1)=62000 \\ Let^{\prime}s\:test\:it: \\ C(2)=62000+(62,000\times0.03)=63860 \\ C(3)=63860+(63860\times0.03)^=65775.8 \end{gathered}[/tex]

Note that this recursive formula it's only valid when n is greater than 1. And each subsequent year gets a raise over the current rent.