document.write( "Question 41932: Find S(n) for the arithmetic series in which a(1)=-11, a(n)=13, and n=7.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #27075 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The formula for the sum of an arithmetic series is \n" ); document.write( "S = (n/2)(a(1) + a(n)) \n" ); document.write( "S = (7/2)(-11 + 13) \n" ); document.write( "S = (7/2)(2) \n" ); document.write( "S = 7 \n" ); document.write( " |