If I have two summations, $\sum_{k=1}^{n} k^2$ and $\sum_{k=1}^{n+1} k^2$ and I subtract the summation with the larger stopping point from the one with the smaller stopping point, like so
$\sum_{k=1}^{n+1} k^2 - \sum_{k=1}^{n} k^2$
will the result be $(n+1)^2$? If not, why?