.
Be careful : this problem is a trap.
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.
----------------
For introductory lessons on arithmetic progressions see
- Arithmetic progressions
- The proofs of the formulas for arithmetic progressions
- Problems on arithmetic progressions
- Word problems on arithmetic progressions
in this site.