if we deffine the first week as w₁ = 55, the recursive relation that tells us the number of tomatoes on week n will be:
wₙ = 55 + (n - 1)*14
<h3>How to find the recursive formula?</h3>
We know that, at the moment, the tomato plants produced 55 tomatoes, so that is our first element.
We also know that the tomato plants give 14 tomatoes each week, so in week 2 the number of tomatoes is:
w₂ = 55 + 14
On week 3:
w₃ = 55 + 14 + 14
And so on, so if we deffine the first week as w₁ = 55, the recursive relation that tells us the number of tomatoes on week n will be:
wₙ = 55 + (n - 1)*14
If you want to learn more about recursive relations:
brainly.com/question/1275192
#SPJ1