document.write( "Question 1086516: Write the following sum with summation notation: 2 - 12 + 72 - 432 + 2592 - 15552.\r
\n" );
document.write( "\n" );
document.write( "The index here is 1. I do notice the pattern of multiplying -6 to get the following integers after 2, but I am having trouble finding f(i). \n" );
document.write( "
Algebra.Com's Answer #700739 by Boreal(15235) You can put this solution on YOUR website! Use (-1)^a power to generate opposite signs for successive terms. \n" ); document.write( "(-1)^(n-1)*2*6^(n-1) \n" ); document.write( "n=1; 2 \n" ); document.write( "n=2:-2*6^1 \n" ); document.write( "n=3:+2*6^2 \n" ); document.write( " \n" ); document.write( " |