Respuesta :
A recursive formula represent the nth terms of a sequence in terms of it's previous (n-1)th term and it include first term.
Let's assume,
[tex] a_{1} [/tex] = First term,
[tex] a_{n} [/tex] = nth term,
[tex] a_{n-1} [/tex]= Previous term of nth term or (n-1) the term.
According to the problem,
Jobie starts with $325 in her piggy bank. Each month she adds $10.
Which means first term: [tex] a_{1} = 325 [/tex]
Since he is adding $10 each month. So, this month if he will have [tex] a_{n-1} [/tex] then in the next month he will have [tex] 10+a_{n-1} [/tex].
So, the recursive formula will be ,
[tex] a_{n} =10+a_{n-1} , a_{1} =325 [/tex]