document.write( "Question 603123: What is the sum of an arithmetic series with Sigma (n on top, k=50 on the bottom, and the equation is just k.) This should be easy but I'm just having a major brain fart today... \n" ); document.write( "
Algebra.Com's Answer #380621 by KMST(5328)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "It can also be written as: \n" ); document.write( " \n" ); document.write( "There are many ways to approach the problem using \"pre-cooked\" formulas and results. \n" ); document.write( "Otherwise, cooking from scratch, \n" ); document.write( " \n" ); document.write( "Pairing terms (associative property) \"head to tail\" (first with last, second with second last, and so on), we get the sum of n-49 pair sums (n-49 sums of two numbersin brackets) \n" ); document.write( "2S=(50+n)+(51+(n-1))+(52+(n-2)+ ...=50+50+50+ ... = 50(n-49) \n" ); document.write( "So, if \n" ); document.write( " \n" ); document.write( " |