PB = 12 (P=1, B=2) Numerical values are assigned to each letter and each letter takes on a single number.
Answer:
II and II only.
Step-by-step explanation:
The first series converges because the common ratio r is 0.8 (<1).
II diverges as |r| > 1.
III is an alternating series with r = -4 - that is |r| = 4 so it diverges.
Answer:
Step-by-step explanation:
t1 = a1
t2 = a1 + d
t3 = a1 + 2d
The sum is t1 + t2 + t3 = a1 + a1 + d + a1 + 2d = 3a1 + 3d
Second question
t1 = a1
t2 = a1 + d
t3 = a1 + 2d
t4 = a1 + 3d
...
tn = a1 + (n - 1)*d
Sum = (a1 + a1 + (n- 1)*d) * n / 2
Sum = (2a1 + nd - d) * n / 2
Sum = (2a1*n + n^2*d - nd) / 2