All Exams Test series for 1 year @ ₹349 only
Question

The third term of a GP is 3. What is the product of its first five terms?

This question was previously asked in
NDA I 2021 GAT Previous Year Paper (18-Apr-2021)
The correct answer is

243

Solving the Geometric Progression (GP) Problem

The question asks us to find the product of the first five terms of a Geometric Progression (GP), given that its third term is 3.

Understanding Geometric Progression (GP)

A Geometric Progression is a sequence of non-zero numbers where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio. If the first term is \(a\) and the common ratio is \(r\), the terms of a GP are:

  • First term: \(a_1 = a\)
  • Second term: \(a_2 = ar\)
  • Third term: \(a_3 = ar^2\)
  • Fourth term: \(a_4 = ar^3\)
  • Fifth term: \(a_5 = ar^4\)
  • And so on, the \(n\)-th term is \(a_n = ar^{n-1}\).

Using the Given Information: The Third Term

We are given that the third term of the GP is 3. Using the formula for the \(n\)-th term, the third term (\(a_3\)) is \(ar^{3-1} = ar^2\).

So, we have the equation:

\(ar^2 = 3\)

Calculating the Product of the First Five Terms

We need to find the product of the first five terms, which we can denote as \(P_5\).

\(P_5 = a_1 \times a_2 \times a_3 \times a_4 \times a_5\)

Substitute the terms using the general form of a GP:

\(P_5 = a \times (ar) \times (ar^2) \times (ar^3) \times (ar^4)\)

Step-by-Step Calculation of the Product

Let's group the terms involving \(a\) and the terms involving \(r\):

\(P_5 = (a \times a \times a \times a \times a) \times (r \times r^2 \times r^3 \times r^4)\)

Using the rules of exponents (\(x^m \times x^n = x^{m+n}\)):

  • The product of the 'a' terms is \(a^{1+1+1+1+1} = a^5\).
  • The product of the 'r' terms is \(r^{1+2+3+4}\).

Let's calculate the sum of the exponents for \(r\):

\(1 + 2 + 3 + 4 = 10\)

So, the product of the 'r' terms is \(r^{10}\).

Therefore, the product of the first five terms is:

\(P_5 = a^5 r^{10}\)

We can rewrite this expression to make use of the given information \(ar^2 = 3\). Notice that \(a^5 r^{10}\) can be written as \((a r^2)^5\).

\(P_5 = (ar^2)^5\)

Now, substitute the value of \(ar^2\) which is 3:

\(P_5 = (3)^5\)

Finally, calculate the value of \(3^5\):

\(3^5 = 3 \times 3 \times 3 \times 3 \times 3 = 9 \times 3 \times 3 \times 3 = 27 \times 3 \times 3 = 81 \times 3 = 243\)

So, the product of the first five terms of the GP is 243.

Why the Third Term is Sufficient

In a GP, the terms are related by the common ratio. The product of terms symmetric about the middle term is constant. For the first five terms (\(a_1, a_2, a_3, a_4, a_5\)), the middle term is \(a_3\).

  • \(a_1 \times a_5 = a \times ar^4 = ar^4\)
  • \(a_2 \times a_4 = ar \times ar^3 = a^2 r^4 = (ar^2)^2 = 3^2 = 9\)
  • \(a_3 = ar^2 = 3\)

Let's re-examine \(a_1 \times a_5\). Using \(ar^2 = 3\), we can write \(a = 3/r^2\). Then \(a_1 \times a_5 = (3/r^2) \times ar^4 = 3a r^2 = 3(3) = 9\). Alternatively, \(a_1 \times a_5 = a \times ar^4 = a^2 r^4 = (ar^2)^2 = 3^2 = 9\).

The product of the five terms is \(P_5 = a_1 \times a_2 \times a_3 \times a_4 \times a_5 = (a_1 \times a_5) \times (a_2 \times a_4) \times a_3\).

\(P_5 = (ar^4) \times (a^2r^4) \times (ar^2)\) -- this seems incorrect. Let's go back to \(P_5 = a^5 r^{10}\).

We showed \(P_5 = (ar^2)^5\). Since \(ar^2 = a_3\), the product is \(a_3^5\). This property holds for any odd number of terms in a GP: the product is the middle term raised to the power of the number of terms.

Product of first \(2n+1\) terms of a GP is \((a_{n+1})^{2n+1}\).

Here, \(2n+1 = 5\), so \(n=2\). The middle term is \(a_{2+1} = a_3\). The product is \((a_3)^5\).

Given \(a_3 = 3\), the product is \(3^5 = 243\). This confirms our earlier calculation and shows why only the third term was needed.

Revision Table: Key GP Concepts

Concept Description Formula/Notation
Geometric Progression (GP) A sequence where each term is found by multiplying the previous term by a constant ratio. \(a, ar, ar^2, \dots\)
First Term The initial term of the sequence. \(a\) or \(a_1\)
Common Ratio The constant factor between consecutive terms. \(r\) (\(r \neq 0\))
\(n\)-th Term The term at position \(n\) in the sequence. \(a_n = ar^{n-1}\)
Product of First \(n\) Terms The result of multiplying the first \(n\) terms together. \(P_n = a^n r^{n(n-1)/2}\)

Additional Information on Geometric Progression Properties

Geometric Progressions have several interesting properties:

  • Relationship between terms: Any term is the geometric mean of its neighbors. For example, \(a_n = \sqrt{a_{n-1} \times a_{n+1}}\). For the five terms, \(a_3 = \sqrt{a_2 a_4}\) and \(a_3 = \sqrt{a_1 a_5}\).
  • Product of equidistant terms: In a GP with an odd number of terms, the product of terms equidistant from the beginning and end is equal to the square of the middle term. For first five terms, \(a_1 \times a_5 = a \times ar^4 = a^2 r^4 = (ar^2)^2 = a_3^2\) and \(a_2 \times a_4 = ar \times ar^3 = a^2 r^4 = (ar^2)^2 = a_3^2\).
  • Sum of a finite GP: The sum of the first \(n\) terms (\(S_n\)) is given by \(S_n = a \frac{1-r^n}{1-r}\) (if \(r \neq 1\)) or \(S_n = na\) (if \(r = 1\)).

The property regarding the product of equidistant terms being equal to the square of the middle term (for an odd number of terms) is particularly useful for problems like this one. If the number of terms is odd, say \(2n+1\), the product is the \((n+1)\)-th term raised to the power of \(2n+1\). Here, for 5 terms (\(2n+1=5\), so \(n=2\)), the middle term is the 3rd term (\(n+1=3\)), and the product is the 3rd term raised to the power of 5.

Was this answer helpful?

Similar Questions

  1. If G is the geometric mean of numbers 1, 2, 22, 23,.....2n-1, then what is the value of 1 + 2log2G ?

  2. Let t1, t2, t3 ... be in GP. What is \(\rm \left(t_1 t_3 \ldots t_{21}\right)^{\frac{1}{11}}\) equal to ?

  3. If a, b, c are in GP where a > 0, b > 0, c > 0, then which of the following are correct?

    1. a 2, b 2, c 2are in GP

    2.  \(\frac{1}{a}, \frac{1}{b}, \frac{1}{c}\)  are in GP

    3.  \(\sqrt {a}, \sqrt{b}, \sqrt{c} \)  are in GP

    Select the correct answer using the code given below :

  4. If \(\frac{a+b}{2}, b, \frac{b+c}{2}\)  are in HP, then which one of the following is correct?

  5. Consider the following statements:

    1. If each term of a GP is multiplied by same non-zero number, then the resulting sequence is also a GP.

    2. If each term of a GP is divided by same non-zero number, then the resulting sequence is also a GP.

    Which of the above statements is/are correct?

  6. If p = (1111 ... up to n digits), then what is the value of 9p 2+ p?

  7. If g is the geometric mean of 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, then which one of the following is correct?

  8. The numbers 1, 5 and 25 can be three terms (not necessarily consecutive) of

  9. What is the n th term of the sequence 25, -125, 625, -3125, …….?

  10. If the second term of a GP is 2 and the sum of its infinite terms is 8, then the GP is


Important Questions from Geometric Progressions

  1. The minimum value of the sum of real numbers a-5, a-4, 3a-3, 1, a8 and a10 with a > 0 is:

  2. What is the geometric mean of the numbers $2$, $8$, $18$, and $27$?

  3. The terms of a G.P. are all positive and each term of it is equal to the sum of the next two following terms. Find its common ratio.

  4. What is the 8th term of the G.P. 3, 6, 12, 24, …?

  5. If p, q, r, s are in G.P., then \(\frac{1}{{{p^2} + {q^2}}}\)\(\frac{1}{{{q^2} + {r^2}}}\)\(\frac{1}{{{r^2} + {s^2}}}\) are in

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
501 Tests 1 Tests Free
664 Attempts
4.6(121)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App