SOLUTION: Consider a population that grows according to the recursive rule Pn=Pn-1+35, with initial population Po=20.
Then:
P1 = __________
P2 = _________
Find an explicit f
Algebra ->
Decimal-numbers
-> SOLUTION: Consider a population that grows according to the recursive rule Pn=Pn-1+35, with initial population Po=20.
Then:
P1 = __________
P2 = _________
Find an explicit f
Log On
The trap is that this sequence is SPECIAL : it IS an arithmetic sequence,
but starts from the zeroth term 20.
Therefore, the formula for the n-th term must be modified.
The standard formula = 20 + (n-1)*35 does work now - it should be modified.
+---------------------------------------------+
| The correct formula is P[n] = 20 + n*35 |
+---------------------------------------------+
Again, your correct explicit formula is = 20 + n*35.
You can it: = 20 + 1*35 = 20 + 35 = 55.
In particular, = 20 + 100*35 = 3520.
Solved.
The solution and the calculations by @MathLover1 are INCORRECT and lead you to WRONG answer.