Question 1143382
What is The difference Between the largest and Lowest integer in the sequence of consecutive all integers who sum is 15?

===============
<pre>
Interpreting this question as allowing any number of integers that sum to 15, and noting that "integer" allows for negative values:

 -14 + (-13) + ... + (-1) + 0 + 1 + 2 + ... + 15  = 15

Thus the answer is 15-(-14) = {{{ highlight( 29 ) }}}