Part A: The explicit equation for f(n) representing the number of lionfish after n years with a 65% annual growth rate can be calculated using the formula:
\[f(n) = 7,000 \times (1 + 0.65)^n\]
Part B: To find the number of lionfish after 6 years, substitute n = 6 into the equation:
\[f(6) = 7,000 \times (1 + 0.65)^6\]
Calculate this expression to find the result.
Part C: For the recursive equation, you subtract 1,300 lionfish per year from the previous year's total. The recursive equation is:
\[f(n) = f(n-1) - 1,300\]
These equations capture the growth and removal dynamics of the lionfish population over time.