Arithmetic sequence:
{a1, a2, a3, a4, ... an} corresponds to:
{a+(0)d, a+(1)d, a+(2)d, a+(3)d, ... a+(n-1)d}
Where;
d = common difference
n = the number of the term
The equation for the sum of the first n-terms of an arithmetic sequence is:
Sn = n(a1 + an)/2
Given the sum of every 3rd term in the sequence: a3, a6, a9... a99 is 5016
(a+2d) + (a+5d) + (a+8d) + .... (a+98d) = 5016
We can see that adding up every 3rd "a" to the 99th term will give 99/3 = 33a
The coefficients of "d" make their own arithmetic sequence of 33 numbers: a = 2 and d = +3
{2, 5, 8, ...98} = {2+(0)3, 2+(1)3, 2+(2)3, .. }
The sum of coefficients of d then = 33[2 + 2+(32)3]/2
33(100)/2 = 1650
So our Original sum of every 3rd tem:
5016 = 33a + 1650d
We are also given the sum of the first 100 terms equals 15,000
a1 = a + (0)d = a
a100 = a + (100-1)d = a + 99d
15,000 = 100[(a)+ (a + 99d)] / 2
15,000 = 50(2a + 99d)
300 = 2a + 99d
We need to use substitution to solve for the common difference, d in the two equations we've come up with because we have two unknown variables (a and d).
5016 = 33a + 1650d
300 = 2a + 99d
Rearranging the second Equation to equal a.
300 - 99d = 2a
(300 - 99d)/2 = a
substitute into the 1st Equation.
5016 = 33(300-99d)/2 + 1650d
5016 = 4950 - 1633.5d + 1650d
combine like terms
66 = 16.5d
4 = d
Kendra F.
09/20/16