The population of an endangered species was estimated to be 240 in 2018. The population has been tracked each year and has been modeled with the geometric sequence 240, 360, 540, 810, . . . . Create a function that models this situation.(1 point)

Responses

f(n)=240(32)n−1
f left parenthesis n right parenthesis equals 240 left parenthesis Start Fraction 3 over 2 End Fraction right parenthesis superscript n minus 1 baseline

f(n)=240(120)n−1
f left parenthesis n right parenthesis equals 240 left parenthesis 120 right parenthesis superscript n minus 1 baseline

f(n)=240(12)n−1
f left parenthesis n right parenthesis equals 240 left parenthesis Start Fraction 1 over 2 End Fraction right parenthesis superscript n minus 1 baseline

f(n)=240+(n−1)12

1 answer

To model the population of the endangered species with a geometric sequence, we start by identifying the first term and the common ratio.

The initial population in 2018 is given as:

  • \( P(1) = 240 \) (for n = 1)
  • \( P(2) = 360 \) (for n = 2)
  • \( P(3) = 540 \) (for n = 3)
  • \( P(4) = 810 \) (for n = 4)

To find the common ratio \( r \), we can divide the second term by the first term:

\[ r = \frac{P(2)}{P(1)} = \frac{360}{240} = 1.5 \]

Now we can express the population function in general terms. The first term \( a = 240 \) and the common ratio \( r = 1.5 \). The formula for the \( n \)-th term of a geometric sequence is given by:

\[ f(n) = a \cdot r^{n-1} \]

Substituting in the known values:

\[ f(n) = 240 \cdot (1.5)^{n-1} \]

Now, looking at the available responses, the function that matches our expression is:

\[ f(n) = 240 \left( \frac{3}{2} \right)^{n-1} \]

Therefore, the correct answer is:

f(n) = 240(3/2)^(n-1)