document.write( "Question 856796: If the third term of a GP is 36 and the 6th term is 243/2 find the first term,the common ratio and the sum of the 8th terms \n" ); document.write( "
Algebra.Com's Answer #516222 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Tn = t1 * r^(n - 1) \n" ); document.write( "T3=36= t1 * r^(2) \n" ); document.write( "T6 =243/2= t1 * r^(5) \n" ); document.write( "243/2= t1 * r^(5), \n" ); document.write( "36= t * r^(2) \n" ); document.write( "r = 3/2, t1 = 16 \n" ); document.write( "S=t1*(1 - r^n)/(1 - r) \n" ); document.write( "S=16*(1 - (3/2)^8)/(1 - 3/2) \n" ); document.write( "S=6305/8 \n" ); document.write( "S=788 1/8 \n" ); document.write( " |