
David W. answered 03/05/15
Tutor
5
(15)
Tutor specializing in Math, Science, and Computers.
The formula for the sum of a series is:
Sn = n/2*[2a1 + (n-1)*d]
Sn = 670, a1 = 5, d = 3, so:
670 = n/2*[2*5 + (n-1)*3]
670 = n/2*[10 + 3n - 3]
1340 = 3n2 + 7n
3n2 + 7n -1340 = 0
Plug that in to the quadratic equation and we get:
n = [-7 ± sqrt(49 - 4*3*-1340)]/2*3
n = [-7 ± sqrt(49 + 16080)]/6
n = [-7 ± sqrt(16129)]/6
n = [-7 ± 127]/6
n = 120/6 or -134/6
since n terms can only be positive, n = 20.