document.write( "Question 1026504: How do I put -13+(-26)+(-39)+(-52)+(-65)+(-78) into sigma notątion? \n" ); document.write( "
Algebra.Com's Answer #641748 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
Arithmetic progression, \"-13%2B%28-13%29%28n-1%29\". Index of each term is n. Simplify the general term if wanted, \"-13-13n%2B13=-13n\". Your summation uses 6 terms, from index 1 to 6.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"sum%28%28-13n%29%2C1%2C6%29\"
\n" ); document.write( "
\n" );