So we know that the number of lionfish growth at a rate of 65%. This means that the number of lionfish in a certain year n without taking into account those removed by scientist is given by:
[tex]f(n)=f(n-1)\cdot(1+\frac{65}{100})=1.65\cdot f(n-1)[/tex]Where f(n-1) is the amount of lionfish the year prior and 1.65 represents the 65% growth. It's also important to note that scientist remove 1300 fish per year so we must substrac 1300 from that expression:
[tex]\begin{gathered} f(n)=1.65f(n-1)-1300,\text{ }n\ge2 \\ f(1)=7000 \end{gathered}[/tex]And that's the recursive equation for n.