First, PLZ note that S is a series. That is, the SUM of the terms thus far in a sequence.
So, the sequence is:
212, 199, 186, 173, ... an
and the sum of the first n terms is:
Sn = a1 + a2 + a3 + ... + an [note: begin numbering terms with 1]
Find the number of terms, n, if Sn = –4488.
This is an Arithmetic Sequence with a common difference of (-13). That is, each term in the sequence is 13 less than the preceding term.
Now, the formula for the Series (the sum of the terms thus far in an Arithmetic Sequence) is:
Sn = (n/2)(2a1 + (n-1)d)
-4488 =(n/2)(2(212) + (n-1)(-13)) [a1=212; d = -13]
-4488 = (n/2)(424 -13n + 13) [distribute]
-4488 = (n/2)(-13n + 437)
-8976 = -13n2 + 437n [multiply both sides by 2; distribute]
13n2 - 437n - 8976 = 0 [get 0 on right side]
(13n+187)(n-48) [either factor or use quadratic formula]
Either n=-187/13 or else n=48 or both [Multiplicative Property of Zero]
n, the number of terms, must be positive, so
n = 48
Check:
Sn = (n/2)(2a1 + (n-1)d)
S48 = (24)(2(212) + 47(-13))
= (24)(424 - 611)
= (24)(-187)
= -4488
Check !