document.write( "Question 880917: In a geometric progression of positive terms, the 5th term is 9 times the 3rd term and the sum of the 6th and 7th terms is 972. Find the
\n" );
document.write( "a) common ratio
\n" );
document.write( "b) sum of the first 6 terms \n" );
document.write( "
Algebra.Com's Answer #531824 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a) \n" ); document.write( "common ratio r=3 \n" ); document.write( "b) \n" ); document.write( "Tn = T1 * r^(n - 1) \n" ); document.write( "T7 = T1 * 3^(6) \n" ); document.write( "T6 = T1 * 3^(5) \n" ); document.write( "T7 +T6 =972\r \n" ); document.write( "\n" ); document.write( "T1 * 3^(5)+ t * 3^(6)=972 \n" ); document.write( "T1*(3^5+3^6)=972 \n" ); document.write( "T1*243+729=972 \n" ); document.write( "T1*972=972 \n" ); document.write( "T1=1 \n" ); document.write( "S=T1*(1 - r^n)/(1 - r) \n" ); document.write( "S=1*(1 - 3^6)/(1 - 3) \n" ); document.write( "S=(1 - 3^6)/(1 - 3) \n" ); document.write( "S=(1-729)/-2 \n" ); document.write( "S=-728/-2 \n" ); document.write( "S=364\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |