How can I calculate this sum?

48 Views Asked by At

I'm confused about how to evaluate this sum.

enter image description here

It looks complicated to me but I should know how to calculate it......thank you.

1

There are 1 best solutions below

0
On BEST ANSWER

$\sum_\limits{i=1}^n \left( -2 \times\frac {1}{n} + 3\times \frac {1}{n}\right)$

First we can add the fractions together.

$\sum_\limits{i=1}^{n-1} \frac {1}{n}$

Since $\frac {1}{n}$ does not depend on $i$ we can factor that out. Not entirely necessary, but it should make it a little more clear.

$\frac 1n \sum_\limits{i=1}^{n-1} 1$

$\sum_\limits{i=1}^{n-1} 1 = n-1$

$\frac 1n \sum_\limits{i=1}^{n-1} 1 = \frac {n-1}{n}$