Question:medium

If the sum of the second, fourth and sixth terms of a G.P. of positive terms is 21 and the sum of its eighth, tenth and twelfth terms is 15309, then the sum of its first nine terms is:

Show Hint

When dealing with G.P.s, use the sum of terms formula and the given relationships to solve for the first term and common ratio, then calculate the sum of the desired terms.
Updated On: Jan 14, 2026
  • 760
  • 755
  • 750
  • 757
Show Solution

The Correct Option is D

Solution and Explanation

The objective is to determine the sum of the initial nine terms of a specified geometric progression (G.P.).

Let the first term of the G.P. be denoted by \(a\) and the common ratio by \(r\). The sequence can be represented as \(a, ar, ar^2, ar^3, \ldots\).

The second, fourth, and sixth terms are:

  • Second term: \(ar\)
  • Fourth term: \(ar^3\)
  • Sixth term: \(ar^5\)

The sum of these terms is given as 21:

\(ar + ar^3 + ar^5 = 21\) (Equation 1)

The eighth, tenth, and twelfth terms are:

  • Eighth term: \(ar^7\)
  • Tenth term: \(ar^9\)
  • Twelfth term: \(ar^{11}\)

The sum of these terms is given as 15309:

\(ar^7 + ar^9 + ar^{11} = 15309\) (Equation 2)

Dividing Equation 2 by Equation 1 yields:

\(\frac{ar^7 + ar^9 + ar^{11}}{ar + ar^3 + ar^5} = \frac{15309}{21}\)

\(r^6 \cdot \frac{1 + r^2 + r^4}{1 + r^2 + r^4} = 729\)

Therefore, \(r^6 = 729\).

\(r^6 = 3^6\), which implies \(r = 3\).

Substituting \(r = 3\) into Equation 1 to find \(a\):

\(a(3) + a(3^3) + a(3^5) = 21\)

\(a(3 + 27 + 243) = 21\)

\(a \cdot 273 = 21\)

\(a = \frac{21}{273} = \frac{1}{13}\).

The sum of the first nine terms of the G.P. is calculated using the formula:

\(S_n = a \frac{r^n - 1}{r - 1}\)

With \(a = \frac{1}{13}\), \(r = 3\), and \(n = 9\):

\(S_9 = \frac{1}{13} \cdot \frac{3^9 - 1}{3 - 1}\)

\(S_9 = \frac{1}{13} \cdot \frac{19683 - 1}{2}\)

\(S_9 = \frac{1}{13} \cdot \frac{19682}{2}\)

\(S_9 = \frac{1}{13} \cdot 9841\)

\(S_9 = 757\).

The sum of the first nine terms is 757.

Was this answer helpful?
0