document.write( "Question 656236: If the sum of the terms of an arithmetic series is 234, and the middle term is 26, find the number of terms in the series. \n" ); document.write( "
Algebra.Com's Answer #409424 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
The middle term is 26, so the first term is a1 = 26 - k*d for some common difference d and some number of terms before the middle term k.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The middle term is 26, so the nth term (or the last term) is an = 26 + k*d for some common difference d and some number of terms before the middle term k.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now use the arithmetic sequence partial sum formula.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Sn = n*(a1 + an)/2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Sn = n*((26 - k*d) + (26 + k*d))/2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Sn = n*(26 - k*d + 26 + k*d)/2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Sn = n*(52)/2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "234 = n*(52)/2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "234*2 = 52n\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "468 = 52n\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "52n = 468\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n = 468/52\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n = 9\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So there are 9 terms in the sequence.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Unfortunately, no unique sequence has 9 terms where they sum up to 234 (with 26 in the middle), but here are a few sequences that fit this description:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2 + 8 + 14 + 20 + 26 + 32 + 38 + 44 + 50 = 234\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "6 + 11 + 16 + 21 + 26 + 31 + 36 + 41 + 46 = 234\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "10 + 14 + 18 + 22 + 26 + 30 + 34 + 38 + 42 = 234\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "30 + 29 + 28 + 27 + 26 + 25 + 24 + 23 + 22 = 234\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "74 + 62 + 50 + 38 + 26 + 14 + 2 - 10 - 22 = 234\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are infinitely more sequences that fit this description.
\n" ); document.write( "
\n" );