document.write( "Question 1182882: The sum of the first ten terms of an arithmetic progression consisting of positive integer terms is equal to the sum of the 20th, 21st and 22nd term. If the first term is less than 20, find how many terms are required to give a sum of 960. \n" ); document.write( "
Algebra.Com's Answer #812986 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The sum of the first n terms of an arithmetic progression with first term a and constant difference d is

\n" ); document.write( "\"S%28n%29=%28n%282a%2B%28n-1%29d%29%29%2F2\"

\n" ); document.write( "We will use that formula twice in solving this problem.

\n" ); document.write( "The sum of the first ten terms is

\n" ); document.write( "\"S%2810%29+=+%2810%282a%2B9d%29%29%2F2\"

\n" ); document.write( "The sum of the 20th, 21st, and 22nd terms is three times the 21st term:

\n" ); document.write( "\"3%28a%2B20d%29\"

\n" ); document.write( "The problem then tells us

\n" ); document.write( "\"%2810%282a%2B9d%29%2F2%29=3%28a%2B20d%29\"
\n" ); document.write( "\"10a%2B45d=3a%2B60d\"
\n" ); document.write( "\"7a=15d\"

\n" ); document.write( "The sequence contains only positive integers; and the first term a is less than 20. Since 7 and 15 have no common factor, the only solution that meets the requirements is a=15 and d=7. So the progression is

\n" ); document.write( "15, 22, 29, 36, ...

\n" ); document.write( "The problem says to find the number of terms n for which the sum is 960:

\n" ); document.write( "\"S%28n%29+=+%28n%2830%2B%28n-1%297%29%29%2F2+=+960\"

\n" ); document.write( "\"30n%2B7n%5E2-7n+=+1920\"
\n" ); document.write( "\"7n%5E2%2B23n-1920+=+0\"

\n" ); document.write( "Since that won't factor easily, use the quadratic formula to find n=15.

\n" ); document.write( "ANSWER: 15 terms of the sequence will have a sum of 960.

\n" ); document.write( "CHECK:
\n" ); document.write( "1st term 15
\n" ); document.write( "10th term 15+9(7)=78
\n" ); document.write( "21st term 15+20(7)=155

\n" ); document.write( "sum of first 10 terms: \"%2810%2815%2B78%29%29%2F2=5%2893%29=465\"
\n" ); document.write( "sum of 20th, 21st, and 22nd terms: \"3%28155%29=465\"

\n" ); document.write( "
\n" ); document.write( "
\n" );