document.write( "Question 1136301: An arithmetic series has the following properties
\n" ); document.write( "(i) the sum of the fourth and ninth terms is 58.
\n" ); document.write( "(ii) the sum of the first 26 terms is 390.
\n" ); document.write( "(a) Find the first term and the common difference.
\n" ); document.write( "(b) Find the smallest integer value of n for which the sum to n terms of the series is negative.
\n" ); document.write( "

Algebra.Com's Answer #754086 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Let a = first term
\n" ); document.write( "let d = common difference

\n" ); document.write( "Then 4th term = a+3d
\n" ); document.write( "and 9th term = a+8d

\n" ); document.write( "Sum of 4th and 9th terms = 58 =(a+3d)+(a+8d)

\n" ); document.write( "\"2a%2B11d+=+58\" (1)

\n" ); document.write( "Sum of first 26 terms = 390 = 26*average of 1st and 26th terms

\n" ); document.write( "\"26%28%28a%2Ba%2B25d%29%2F2%29=390\"
\n" ); document.write( "\"2a%2B25d+=+30\" (2)

\n" ); document.write( "From (1) and (2)...

\n" ); document.write( "\"2a%2B25d+=+30\"
\n" ); document.write( "\"2a%2B11d+=+58\"
\n" ); document.write( "\"14d+=+-28\"
\n" ); document.write( "\"d+=+-2\"

\n" ); document.write( "Then

\n" ); document.write( "\"2a%2B11%28-2%29+=+58\"
\n" ); document.write( "\"2a-22+=+58\"
\n" ); document.write( "\"2a+=+80\"
\n" ); document.write( "\"a+=+40\"

\n" ); document.write( "The first term is 40; the common difference is -2.

\n" ); document.write( "With first term 40 and common difference -2, the 21st term will be 40-40 = 0 and the 41st term will be 40-80 = -40. That means the sum of the first 81 terms will be 0, because all the positive terms at the beginning of the sequence get cancelled out by later negative terms.

\n" ); document.write( "So the smallest n for which the sum of n terms of the sequence is negative is 82.
\n" ); document.write( "
\n" );