document.write( "Question 1204435: Given that the 2rd term of a G.p is 180 and the 3rd term is 360, calculate:
\n" );
document.write( "a) the first term
\n" );
document.write( "b) the common ratio
\n" );
document.write( "c) the sum of the first four terms \n" );
document.write( "
Algebra.Com's Answer #840679 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I'll start with part (b). \n" ); document.write( "To get the common ratio, we divide any given term over its previous one.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "r = common ratio \n" ); document.write( "r = term3/term2 \n" ); document.write( "r = 360/180 \n" ); document.write( "r = 2 \n" ); document.write( "The common ratio is 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We know the 2nd term is 180. \n" ); document.write( "To get to the third term, we multiply by r = 2. \n" ); document.write( "To go backwards to the first term, we divide by the common ratio.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "term1 = term2/r \n" ); document.write( "term1 = 180/2 \n" ); document.write( "term1 = 90\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice that the first equation can be rearranged into r = term2/term1.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We know the first three terms are 90, 180, 360. \n" ); document.write( "The fourth term is 720 since we double 360 to get there. \n" ); document.write( "Then adding those four terms gets us: 90+180+360+720 = 1350\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Or we can use this formula \n" ); document.write( "Sn = sum of the first n terms of a geometric progression (GP) \n" ); document.write( "Sn = a*(1 - r^n)/(1 - r) \n" ); document.write( "S4 = 90*(1 - 2^4)/(1 - 2) \n" ); document.write( "S4 = 1350\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side note: The nth term of this GP is 90*(2)^(n-1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Summary \n" ); document.write( "(a) first term = 90 \n" ); document.write( "(b) common ratio = 2 \n" ); document.write( "(c) sum of first four terms = 1350 \n" ); document.write( " \n" ); document.write( " |