
Quang T. answered 07/29/19
GIS Professional with experience in Python and Data Engineering
To find the sum of an Arithmetic series you use the equation S= n ( (a1+an)/2 )
You find n by using the equation an=a1+(n-1)*d. an=64, a1=7, d= 3. If you plug the numbers in, your n should be 20. Plugging it back in to the sum equation, your answer is 710.