document.write( "Question 1173115: How to compute the sum of this series? \r
\n" );
document.write( "\n" );
document.write( "-1+2-3+4-...-(2n-1)+2n \n" );
document.write( "
Algebra.Com's Answer #798262 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The given series is 2n terms. \n" ); document.write( "Add the terms in pairs to get a new series of n terms. In each pair the sum is 1; so the sum of the original series is n(1) = n. \n" ); document.write( " \n" ); document.write( " |