SOLUTION: how would you figure out: {{{sum( 2k, k=1, 5 )}}}
Algebra
->
Sequences-and-series
-> SOLUTION: how would you figure out: {{{sum( 2k, k=1, 5 )}}}
Log On
Algebra: Sequences of numbers, series and how to sum them
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Sequences-and-series
Question 109963
:
how would you figure out:
Answer by
josmiceli(19441)
(
Show Source
):
You can
put this solution on YOUR website!
k = 1
2k = 2
----
k = 2
2k = 4
----
k = 3
2k = 6
----
k = 4
2k = 8
----
k = 5
2k = 10
----