Asked by matt

Find the partial sum without using a graphing utility.
100
2n
n = 1

Answers

Answered by Steve
you know that sum[k=1..n] k = n(n+1)/2
This is just
2*sum[k=1..100] k = 2 * (100*101)/2
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions