document.write( "Question 1046326: find the sum of the G.P 1 + 3 + 9 + 27 + ------- + 729? \n" ); document.write( "
Algebra.Com's Answer #661791 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! sum is the sum of a1(1-r^(n+1))/(1-r) \n" ); document.write( "3 is the common ratio, the first term is 1 \n" ); document.write( "The last term is 3^6, the first term is 3^0, so we use 3^(n+1) in the formula \n" ); document.write( "1(1-3^7)/(-2) \n" ); document.write( "-2186*(-1/2)=1093 \n" ); document.write( "check: \n" ); document.write( "1+3+9+27+81+243+729=1093 \n" ); document.write( " |