SOLUTION: Express the given sums using sigma notation for the following:
a) 2+5+10+14+18
b) 5+25+125+625
c) 1/2+1/2×3+1/3×4+...+1/99×100
Thank you in advance for your help.
Algebra ->
Sequences-and-series
-> SOLUTION: Express the given sums using sigma notation for the following:
a) 2+5+10+14+18
b) 5+25+125+625
c) 1/2+1/2×3+1/3×4+...+1/99×100
Thank you in advance for your help.
Log On
Question 887613: Express the given sums using sigma notation for the following:
a) 2+5+10+14+18
b) 5+25+125+625
c) 1/2+1/2×3+1/3×4+...+1/99×100
Thank you in advance for your help. Found 2 solutions by stanbon, Edwin McCravy:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Express the given sums using sigma notation for the following:
a) 2+6+10+14+18:::: SUM[2+(n-1)4] from n = 1 to n = 4
----------------------------------------------------
b) 5+25+125+625:::: SUM[5^n] from n = 1 to n = 4
----------------------------------------------------
c) 1/2+1/2×3+1/3×4+...+1/99×100:::
SUM[(1/2) + (1/n)*(n+1)] from n = 1 to n = 99
=============
Cheers,
Stan H.
=============
a) 2+5+10+14+18
We can't put that in sigma notation because there is no obvious pattern
to those numbers as there is for (b) and (c). Are you sure you copied (a)
right?
I see that the other tutor assumed you meant 6 instead of 5. Then it's
2+6+10+14+18 = 4-2,8-2,12-2,16-2,20-4. Each term is 2 less than a multiple
of 4 or 4k-2
b) 5+25+125+625. That's . Each term is of the form where k goes from 1 to 4
c) 1/2+1/2×3+1/3×4+...+1/99×100
That's . Each term
is of the form where k goes from 1 to 99.
Edwin