document.write( "Question 850701:  if seventh term of geometric sequence is 64 and sum of first ten terms is 1023 then find the sum of fifteen terms of gs.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #512905 by richwmiller(17219)    You can put this solution on YOUR website! Tn = t1 * r^(n - 1) \n" ); document.write( "64 = t * r^(6)\r \n" ); document.write( "\n" ); document.write( "Sum =t1*(1 - r^n)/(1 - r) \n" ); document.write( "1023 = t*(1 - r^10)/(1 - r), \n" ); document.write( "64 = t * r^(6)\r \n" ); document.write( "\n" ); document.write( "r=2., t=1. \n" ); document.write( "S =1*(1 - 2^15)/(1 - 2) \n" ); document.write( "S = 32767 \n" ); document.write( "  |