Answer :
Answer:
[tex]\begin{cases}a_1 = 1500\\a_n = 140+a_{n-1}\end{cases}[/tex]
==============================
Explanation:
[tex]a_1 = 1500[/tex] means the first term is 1500, ie this is the first rent value.
To get the next term, we add on $140
So
[tex]a_2 = 140+a_1 = 140+1500 = 1640[/tex]
and
[tex]a_3= 140+a_2= 140+1640 = 1780[/tex]
and so on.
In general, the nth term [tex]a_n[/tex] is found by adding 140 to the term just before it [tex]a_{n-1}[/tex]
So that's where [tex]a_n = 140+a_{n-1}[/tex] comes from.