document.write( "Question 1143382: What is The difference Between the largest and Lowest integer in the sequence of consecutive all integers who sum is 15?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #764165 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What is The difference Between the largest and Lowest integer in the sequence of consecutive all integers who sum is 15? \n" ); document.write( "------------- \n" ); document.write( "7 + 8 = 15 \n" ); document.write( "1 + 2 + 3 + 4 + 5 = 15 \n" ); document.write( "----> 8 - 1 = 7 \n" ); document.write( "======================= \n" ); document.write( "If 0 is accepted, then 8 - 0 = 8 \n" ); document.write( "If negative integers are accepted, then \n" ); document.write( "-3 + (-2) + (-1) + 0 + 1 + 2 + 3 + 4 + 5 + 6 = 15 \n" ); document.write( "---> difference = 9 \n" ); document.write( "etc\r \n" ); document.write( "\n" ); document.write( "---- \n" ); document.write( "Not a well posed problem. \n" ); document.write( " |