document.write( "Question 1024112: Write the series -4 + (-1) + 2 + 5 + 8 + 11 using SUMMATION NOTATION. \n" ); document.write( "
Algebra.Com's Answer #639561 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Hard to do here, but see if you can make sense of this... \n" ); document.write( "(sigma[i=1] to [6]) (-4 + 3(i-1)) \n" ); document.write( " |