document.write( "Question 858020: S is the sum of the first 2n terms of a GP, if the sum of the alternate terms of the same gp is S/4, find the common ratio of the GP \n" ); document.write( "
Algebra.Com's Answer #516977 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! S is the sum of the first 2n terms of a GP, if the sum of the alternate terms of the same gp is S/4, find the common ratio of the GP \n" ); document.write( "---------------------- \n" ); document.write( "S(2n) = a[(r^(2n)-1)/(r-1)] = S \n" ); document.write( "S(n) = a[(r^n-1)/(r-1)] = S/4 \n" ); document.write( "================ \n" ); document.write( "Divide S(2n)/S(n) to get: \n" ); document.write( "(r^(2n)-1)/(r^n-1) = 4 \n" ); document.write( "------ \n" ); document.write( "r^(2n)-1 = 4r^n - 4 \n" ); document.write( "------ \n" ); document.write( "(r^n)^2-1-4r^n+4 = 0 \n" ); document.write( "(r^n)^2 - 4r^n + 3 = 0 \n" ); document.write( "(r^n-1)(r^n-3) = 0 \n" ); document.write( "r^n = 1 or r^n = 3 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " \n" ); document.write( " |