$$\large \sum_{i = 2}^{25}P(i,2)$$ $P$ stands for "permutations".
|
|
$$\displaystyle\sum_{i=2}^{25} P(i,2) = \displaystyle\sum_{i=2}^{25} \frac{i!}{(i-2)!} = \displaystyle\sum_{i=2}^{25} \frac{i (i-1) (i-2)!}{(i-2)!} = \displaystyle\sum_{i=2}^{25} i (i-1) = \displaystyle\sum_{i=2}^{25} (i^2 - i) = \displaystyle\sum_{i=2}^{25} i^2 - \displaystyle\sum_{i=2}^{25} i$$ |
||||
|
Hint: |
||||
|
|
|
$$\sum_{i=2}^{25}P(i,2)=\sum_{i=2}^{25}\frac{i!}{(i-2)!}=\sum_{i=2}^{25}i(i-1)=\sum_{i=2}^{25}i^2-\sum_{i=2}^{25}i$$ There are well-known formulas for $\sum_{i=1}^ni$ and $\sum_{i=1}^ni^2$ that you can use to finish the job; these formulas can be found (among many other places) in most standard calculus texts when summations are introduced preparatory to doing Riemann sums. |
|||
|
|
