Yajing L. answered 04/07/14
Tutor
New to Wyzant
Ph.D student from Colorado State University
{3n+5} and {2n} are both arithmetic progression, so you can use the formula for computing the sum of arithmetic progression. Let a_n=3n+5, then the first sum is equal to (a_1+a_75)/2*75. Let b_n=2n, the second sum is equal to (b_101+b_150)/2*50.
The sum of an arithmetic sequence {a_m,a_m+1,...,a_n} can be computed using formula
(a_m+a_n)/2*(n-m+1) (*),
where a_m is the first term, a_n is the last term, n-m+1 is the number of terms.
For question 1, m=1,n=75, n-m+1=75, then a_m=3*1+5=8, a_n=3*75+5=220, so using (*), the result is (8+220)/2*75.
For Q2, m=101, n=150, n-m+1=50, a_m=2*101=202, a_n=2*150=300, so using (*), the result is (202+300)/2*50
Yajing L.
There is a formula to compute the sum of an arithmetic sequence, if we use a_n to denote the sequence, then the sum of the sequence {a_m,a_m+1,...,a_n) is
(a_m+a_n)/2*(n-m+1) (*)
, where a_m is the first term, a_n is the last term, and n-m+1 is the number of terms.
For Problem1, m=1, n=75, n-m+1=75, then a_1=3*1+5=8, a_75=3*75+5=230, n=73, using (*), the result is (8+230)/2*73
For problem2, m=101, n=150, n-m+1=50, then a_101=2*101=202, a_150=2*150=300, using (*), the result is (202+300)/2*50
Report
04/07/14
Daisy R.
Now I got it . Thank you :)
Report
04/07/14
Daisy R.
04/07/14