Michael L. answered 02/14/16
Tutor
New to Wyzant
Intuitively explains the concepts in Math and Science
Hi Xenia,
1st term, a = x+1, n=1,
2nd term, a2 = 2x-1, n =2
4th term a4 =2x+5, n =4
For arithmatic series
an = a + (n-1)d ,
put n = 2
a2 = a + (2 - 1)d
2x -1 = x+1 +d
x - 2 = d -------------(1)
put n = 4
a4 = a + (4 - 1)d, plug in d from(1) and a4
2x + 5 = x + 1 + 3(x-2)
2x + 5 = x +1 + 3x - 6
2x + 5 = 4x - 5
10 = 2x
5 = x
x = 5
a = x +1 = 5 +1 = 6
d = x - 2 = 5 - 3 = 2