document.write( "Question 812881: So I understand how summation and series sequences work but I came across a homework problem that stumped me. I can generally write a sum in summation notation really quickly but I need help with the following.\r
\n" ); document.write( "\n" ); document.write( "Write each sum in summation notation: 1-2+3-4+...+(-50)\r
\n" ); document.write( "\n" ); document.write( "I get that x=1 goes under the sigma notation and 50 goes above it but I am not able to figure out what the formula is. If you could help me I would greatly appreciate it. Thank You
\n" ); document.write( "

Algebra.Com's Answer #489383 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
This series consists of consecutive integers, but the sign alternates.
\n" ); document.write( "-1 raised to an even power is +1 and -1 raised to an odd power is -1. So the following summation notation will reproduce the given series:
\n" ); document.write( "\"sum%28+%28-1%29%5E%28n%2B1%29+%2A+n%2C+n=1%2C+50%29\"
\n" ); document.write( "Check:
\n" ); document.write( "The 1st term is \"%28-1%29%5E2%2A1+=+1\"
\n" ); document.write( "The 2nd term is \"%28-1%29%5E3%2A2+=+-2\"
\n" ); document.write( "and so on...
\n" ); document.write( "
\n" );