Sum of 15 to 50 is positive. Sum of 0 to 14 is positive but as each term is less than each term of 15 to 50 and there are fewer of them. So the sum of any non-negative number n to 5 or 5 to n with 0 <= n < 15 is less than the sum of 15 to 50.
Adding negative numbers makes things less.
So $\sum_{n < 15} n... 5 \le \sum_{0 \le n < 15} n ... 5 < \sum 15 ... 50$.
No need to actually think.
But if we did:
$\sum_{i=m}^n i = \frac {(m + n)(|n - m| + 1)}{2}$
And thus $n \ge 5 \implies$ $\frac {(5 + n)(n - 4)}{2} = 65*26/2 \implies n^2 - 19n - 1710 = 0$ so $n = \frac {19 + \sqrt{19^2 + 4*1710}}{2} > 15$ or
$\frac {(5 + n)(6 - n)}{2} = 65*26/2 \implies n^2 - n + 1660 = 0$ so $n = \frac {1 \pm \sqrt{1 - 4*1660}}{2} \in \mathbb R$.