document.write( "Question 801679: find n for the given sum of Sn
\n" );
document.write( " 34+31+28+25+22+...
\n" );
document.write( "Sn= -12 \n" );
document.write( "
Algebra.Com's Answer #486672 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! Sn=(n/2)(a1+a1+(n-1)d)\r \n" ); document.write( "\n" ); document.write( "-12=(n/2)(34+34+(n-1)(-3))\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "leads to n=24 \n" ); document.write( " |