题目
Problem
The arithmetic series S is given by
S=2+5+8+11+⋯+254
Find
(a) the number of terms in the series,
(2)
(b) the sum of the series.
(2)
解答
(a)
解法一
思路
展开
这是等差数列,首项 a=2,公差 d=3。把末项 254 代入第 n 项公式即可。
答题过程
展开
For an arithmetic series,
un=a+(n−1)d.
Here a=2, d=3 and un=254, so
254=252=84=n=2+3(n−1)3(n−1)n−185.
Therefore, there are 85 terms.
(b)
解法一
思路
展开
已经知道项数后,可以用等差数列求和公式。这里用首项和末项最直接。
答题过程
展开
Using
Sn=2n(a+l),
we get
S85===285(2+254)285(256)10880.
So the sum of the series is 10880.