I study this in a book. Is it correct? Why? $$ \sum_{i=m}^na=(nm+1)a$$
2026-04-19 21:13:19.1776633199
Is it correct that $ \sum_{i=m}^na=(nm+1)a$
84 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Of course this is wrong (try $n=m$). The factor in parentheses should be $n-m+1$. And even then this is only valid if $n\geq m-1$ (or $a=0$).