Question:medium

Consider two G.Ps. \(2, 2^2, 2^3, ….\) and \(4, 4^2, 4^3, …\) of \(60\) and n terms respectively. If the geometric mean of all the \(60 + n\) terms is \((2)^{\frac {225}{8}}\) then \(\sum_{k=1}^{n}k(n−k)\) is equal to

Updated On: Mar 18, 2026
  • 560
  • 1540
  • 1330
  • 2600
Show Solution

The Correct Option is C

Solution and Explanation

 To solve this problem, we need to analyze two geometric progressions (G.Ps) and find the value of \(\sum_{k=1}^{n}k(n−k)\) given specific conditions.

The first geometric progression (G.P) is: \(2, 2^2, 2^3, \ldots\) with 60 terms.

The second geometric progression (G.P) is: \(4, 4^2, 4^3, \ldots\) with \(n\) terms.

The problem states that the geometric mean of all the \(60 + n\) terms is \((2)^{\frac {225}{8}}\).

Let's first calculate the products of the terms of both G.Ps:

  1. Product of the first G.P terms: 
\[\text{Product} = 2 \times 2^2 \times 2^3 \times \ldots \times 2^{60} = 2^{1 + 2 + \ldots + 60}\]
  1. Sum of the exponents in the product formula above is: 
\[S_{60} = \frac{60 \times 61}{2} = 1830\]
  1. Therefore, the product of the first G.P terms is: \((2)^{1830}\).
  2. Product of the second G.P terms: 
\[\text{Product} = 4 \times 4^2 \times 4^3 \times \ldots \times 4^n = (2^2)^{1 + 2 + \ldots + n} = (2^{2T_n})\]
  1. where \(T_n = \frac{n(n+1)}{2}\).
  2. The product of the second G.P terms is: \((2)^{2T_n} = (2)^{n(n+1)}\).

The product of all terms from both G.Ps: 

\[\text{Product of all terms} = (2)^{1830 + n(n+1)}\]

According to the problem, the geometric mean of the \(60+n\) terms is \((2)^{\frac{225}{8}}\). Therefore,

\[((2)^{1830 + n(n+1)})^{\frac{1}{60+n}} = (2)^{\frac{225}{8}} \]\]

Equating the exponents gives us: 

\[\frac{1830 + n(n+1)}{60+n} = \frac{225}{8}\]

Solving this equation, multiply both sides by \((60 + n)\) to clear the fraction:

\[8 (1830 + n(n+1)) = 225 (60 + n)\]

Expanding and simplifying yields:

\[14640 + 8n(n+1) = 13500 + 225n \]\]

Rearranging gives:

\[8n^2 + 8n - 225n + 14640 - 13500 = 0 \]\]

Simplifying further:

\[n^2 - 27n + 1140 = 0\]

Using factorization or the quadratic formula, solve for \(n\). By trial with reasonable values, we find \(n = 40\).

Finally, to find \(\sum_{k=1}^{n}k(n−k)\), apply:

\[\sum_{k=1}^{n}k(n-k) = n \sum_{k=1}^{n} k - \sum_{k=1}^{n} k^2\]

Where, 

\[\sum_{k=1}^{n} k = \frac{n(n+1)}{2} = \frac{40 \times 41}{2} = 820 \] \] a\]\[\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6} = \frac{40 \times 41 \times 81}{6} = 22140 \] \spa\]

Substituting these values gives:

\[\sum_{k=1}^{40}k(40−k) = 40 \times 820 - 22140 = 1330\]

Therefore, \(\sum_{k=1}^{40}k(n−k) = 1330\), which is the correct answer.

Was this answer helpful?
0