document.write( "Question 874159: Is there an easy way to memorize the formulas for geometric and arithmetic series & sequences and to figure out a specific term? \n" ); document.write( "
Algebra.Com's Answer #527351 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! It helps if you understand what they mean and have used them a few times. \n" ); document.write( "Arithmetic \n" ); document.write( "if you know the last term use S = ½(a + an)n \n" ); document.write( "S = ½(2a + (n-1)d)n \n" ); document.write( "an = a + (n - 1)d \n" ); document.write( " \n" ); document.write( "Geometric \n" ); document.write( "Tn = t * r^(n - 1) \n" ); document.write( "S=t*(1 - r^n)/(1 - r) \n" ); document.write( " \n" ); document.write( " |