A recursive relation is a relation that defines the terms in a sequence with the previous terms.
Here, the recursive relation will be:
[tex]A_n = 2*A_{n - 1} + $50[/tex]
A₁ = $150.
We know that:
Sarah has saved $150 at the moment.
She wants to double the amount that she saves each month, so the next month she needs to save 2*$150 = $300
And if she saves the $300, then her grandma will give her another $50.
Then, if the previous month Sarah saved A, then the next month she will get the double of A plus $50, which is:
2*A + $50
Then the recursive relation is just:
[tex]A_n = 2*A_{n - 1} + $50[/tex]
Where Aₙ is the amount that she saves in the n-th month, and the first term of the sequence is the initial amount that she saved, so we have:
A₁ = $150.
If you want to learn more about recursive relations you can read:
https://brainly.com/question/13143285