Ask a New Question
Search
What is the summation of (n-3) from n=1 to n=5?
1 answer
let n=1 -- 1-3 = -2
let n=2 -- 2-3 = -1
let n=3 -- 3-3 = 0
let n=4 -- 4-3 = 1
let n=5 -- 5-3 = 2
then
-2 + (-1) + 0 + 1 + 2 = 0
Ask a New Question
or
answer this question
.
Similar Questions
If the summation of a sub n and the summation of b sub n are both series of positive terms and an < bn for all n, and the
1 answer
Express the sum below using summation notation. Use 1 as the lower limits of summation and i for the index of summation.
1/3+2/4+
0 answers
Write the summation to estimate the area under the curve y=2+sqrt(x) from x = 2 to x = 5 using 3 rectangles and right endpoints.
2 answers
Which of the following series could be tested for convergence/divergence with the integral test?
the summation from n=1 to
0 answers
more similar questions