document.write( "Question 1209845: The second and seventh term of a geometric progression are 18 and 4374 respectively. Find the sum of the fourth and the eighth term when the difference is 3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #850819 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's break down this problem step-by-step.\r \n" ); document.write( "\n" ); document.write( "Understanding Geometric Progressions\r \n" ); document.write( "\n" ); document.write( "A geometric progression (GP) is a sequence where each term is found by multiplying the previous term by a constant called the common ratio (r). The general form of a GP is:\r \n" ); document.write( "\n" ); document.write( "a, ar, ar^2, ar^3, ...\r \n" ); document.write( "\n" ); document.write( "where:\r \n" ); document.write( "\n" ); document.write( "a is the first term \n" ); document.write( "r is the common ratio \n" ); document.write( "Given Information\r \n" ); document.write( "\n" ); document.write( "The second term (ar) is 18. \n" ); document.write( "The seventh term (ar^6) is 4374. \n" ); document.write( "Finding a and r\r \n" ); document.write( "\n" ); document.write( "Set up equations:\r \n" ); document.write( "\n" ); document.write( "ar = 18 (Equation 1) \n" ); document.write( "ar^6 = 4374 (Equation 2) \n" ); document.write( "Divide Equation 2 by Equation 1:\r \n" ); document.write( "\n" ); document.write( "(ar^6) / (ar) = 4374 / 18 \n" ); document.write( "r^5 = 243 \n" ); document.write( "Solve for r:\r \n" ); document.write( "\n" ); document.write( "r = ∛⁵243 = 3 \n" ); document.write( "Substitute r back into Equation 1 to find a:\r \n" ); document.write( "\n" ); document.write( "a(3) = 18 \n" ); document.write( "a = 18 / 3 = 6 \n" ); document.write( "Finding the Fourth and Eighth Terms\r \n" ); document.write( "\n" ); document.write( "Fourth term (ar^3):\r \n" ); document.write( "\n" ); document.write( "ar^3 = 6 * 3^3 = 6 * 27 = 162 \n" ); document.write( "Eighth term (ar^7):\r \n" ); document.write( "\n" ); document.write( "ar^7 = 6 * 3^7 = 6 * 2187 = 13122 \n" ); document.write( "Finding the Sum\r \n" ); document.write( "\n" ); document.write( "We are asked to find the sum of the fourth and eighth terms when the difference is 3. We have already determined that r=3, so we can use the values calculated above.\r \n" ); document.write( "\n" ); document.write( "Sum = 162 + 13122 = 13284 \n" ); document.write( "Answer\r \n" ); document.write( "\n" ); document.write( "The sum of the fourth and eighth term is 13284. \n" ); document.write( " |