Posted by Ama on Wednesday, November 21, 2012 at 10:49pm.
The sum of the members of a arithmetic progression :
Sn = ( n / 2 ) * [ 2 a1 + ( n - 1 ) * d ]
d = common difference of successive members of arithmetic progression
In this case :
S1 = ( 1 / 2 ) * [ 2 * 2 + ( 1 - 1 ) * 3 ]
S1 = ( 1 / 2 ) * (4 + 0 * 3 )
S1 = ( 1 / 2 ) * 4 = 2
S2 = ( 2 / 2 ) * [ 2 * 2 + ( 2 - 1 ) * 3 ]
S2 = 1 * ( 4 + 1 * 3 )
S2 = 4 + 3 = 7
S3 = ( 3 / 2 ) * [ 2 * 2 + ( 3 - 1 ) * 3 ]
S3 = ( 3 / 2 ) * ( 4 + 2 * 3 )
S3 = ( 3 / 2 ) * ( 4 + 6 )
S3 = ( 3 / 2 ) * 10
S3 = 30 / 2 = 15
S4 = ( 4 / 2 ) * [ 2 * 2 + ( 4 - 1 ) * 3 ]
S4 = 2 * ( 4 + 3 * 3 )
S4 = 2 * ( 4 + 9 )
S4 = 2 * 13
S4 = 26
S5 = ( 5 / 2 ) * [ 2 * 2 + ( 5 - 1 ) * 3 ]
S5 = ( 5 / 2 ) * ( 4 + 4 * 3 )
S5 = ( 5 / 2 ) * ( 4 + 12 )
S5 = ( 5 / 2 ) * 16
S5 = 80 / 2 = 40
S6 = ( 6 / 2 ) * [ 2 * 2 + ( 6 - 1 ) * 3 ]
S6 = 3 * ( 4 + 5 * 3 )
S6 = 3 * ( 4 + 15 )
S6 = 3 * 19
S6 = 57
Related Questions
precalculus - Find the first six partial sums S1, S2, S3, S4, S5, S6 of the ...
Physics - A cube has sides of length L = 0.170 m. It is placed with one corner ...
maths - Let's denote the three numbers by a1, a2, and a3. Consider the third...
math! - george entered a function into his calculator andfound the following ...
Probability - Let S={s1,s2,s3,s4} be a sample space with ...
statistics - Suppose that you are given a decision situation with three possible...
statistics - My problem is to graph a system of inequalities (which ive done) ...
Calculus-Related Rates - Three elementry kids are at a field day hula hoop ...
Pre Calc - Write as a series and express as a rational number: 1. 5.36363636...
Modern (Abstract) Algebra - Let f:A->B, where A and B are nonempty Prove ...
For Further Reading