document.write( "Question 1099272: How many different integers can be represented as a sum of four distinct numbers chosen from the set ? \n" ); document.write( "
Algebra.Com's Answer #713736 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!

Tutor Edwin has, as usual, provided an excellent solution to your problem.

\n" ); document.write( "I would approach the problem a bit differently; so let me show you how I would solve the problem.

\n" ); document.write( "You might find one solution method or the other more to your liking; I'm not saying one method is better than the other....

\n" ); document.write( "The numbers are
\n" ); document.write( "6, 17, 28, ..., 83, 94, 105

\n" ); document.write( "They form an arithmetic sequence with common difference 11.

\n" ); document.write( "The smallest sum possible from 4 of these number is \"6%2B17%2B28%2B39+=+90\";
\n" ); document.write( "the largest sum possible is \"72%2B83%2B94%2B105+=+354\".

\n" ); document.write( "Because the difference between terms of the sequence is a constant 11, the only sums possible using 4 of the numbers are the numbers that are some multiple of 11 larger than 90 and less than or equal to 354.

\n" ); document.write( "That is, the sums that can be formed are the numbers in the arithmetic sequence
\n" ); document.write( "90, 101, 112, ..., 332, 343, 354

\n" ); document.write( "There is a simple standard calculation for finding the number of numbers in that sequence -- (last term minus first term); divided by the common difference; plus 1:
\n" ); document.write( "\"354-90+=+264\"
\n" ); document.write( "\"264%2F11+=+24\"
\n" ); document.write( "\"24%2B1+=+25\"
\n" ); document.write( "
\n" );