document.write( "Question 996525: Write the equation for the general term of the sequence {-2, 4, -8, 16 . . . }. \n" ); document.write( "
Algebra.Com's Answer #614932 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Notice how each term goes up by a factor of -2? \n" ); document.write( "This is a geometric sequence. \n" ); document.write( "a-sub-1 = -2 \n" ); document.write( "In general, then \n" ); document.write( "a-sub-n = (-2)^n \n" ); document.write( " |