summation memorize

0.0(0)
studied byStudied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:50 AM on 4/8/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

6 Terms

1
New cards
<p>j = m, upper limit = n, addend = 1</p>

j = m, upper limit = n, addend = 1

= n - m +1

2
New cards
<p>j=m, upper limit=n, addend = c (constant)</p>

j=m, upper limit=n, addend = c (constant)

= c (n - m + 1)

3
New cards
<p>j = 0, upper limit = n, added = ar^j</p>

j = 0, upper limit = n, added = ar^j

= ar^(n+1) - a / r - 1

4
New cards
<p>j = 0, upper limit = n, added = j</p>

j = 0, upper limit = n, added = j

= n(n + 1) / 2

5
New cards
<p>j = 0, upper limit = n, added = j²</p>

j = 0, upper limit = n, added = j²

= n(n + 1)(2n + 1) / 6

6
New cards
<p>j = 0, upper limit = n, added = j³</p>

j = 0, upper limit = n, added = j³

= n² (n+1) / 4