document.write( "Question 880064: Use summation notation to express the sum.\r
\n" );
document.write( "\n" );
document.write( "5+20+80+......+20,971,520 \n" );
document.write( "
Algebra.Com's Answer #531830 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Tn = t * r^(n - 1) \n" ); document.write( "20,971,520 = 5 * 4^(n - 1) \n" ); document.write( "20,971,520 = 5 * 4^(n - 1) \n" ); document.write( "4194304=4^(n - 1) \n" ); document.write( "n=12 \n" ); document.write( "S=t*(1 - r^n)/(1 - r) \n" ); document.write( "S=5*(1 - 4^12)/(1 - 4) \n" ); document.write( "S = 27962025 \n" ); document.write( " |