document.write( "Question 1005333: The 2nd and 5th terms of a Geometric Progression are 7 and 56 respectively . (a) find the common ratio . (b) the first term . (c) sum of the first 5 terms \n" ); document.write( "
Algebra.Com's Answer #621630 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! An=A1*r^(n-1) \n" ); document.write( "7=A1r \n" ); document.write( "56=A1r^4 \n" ); document.write( "56=8A1r \n" ); document.write( "therefore \n" ); document.write( "8A1r=A1r^4 \n" ); document.write( "divide by A1 then divide by r \n" ); document.write( "8=r^3 \n" ); document.write( "r=2 common ratio \n" ); document.write( "first term is 7/2 or 3.5 \n" ); document.write( "sum of the first five terms \n" ); document.write( "S=A1(1-r^n)/(1-r) \n" ); document.write( "=3.5(1-2^5)(-1) \n" ); document.write( "=3.5*31=108.5 \n" ); document.write( "terms are 3.5,7,14,28,56=108.5 \n" ); document.write( " \n" ); document.write( " |