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

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

This question was previously asked in
NDA II 2019 GAT Previous Year Paper (17-Nov-2019)
The correct answer is

(-1) n-1 5n+1

Finding the nth Term of a Sequence

The problem asks us to find the formula for the nth term of the given sequence: 25, -125, 625, -3125, …….

Let's analyze the pattern in the sequence:

  • The first term is 25.
  • The second term is -125.
  • The third term is 625.
  • The fourth term is -3125.

Analyzing the Numerical Values

Ignoring the signs for a moment, let's look at the absolute values of the terms:

  • $|25| = 25 = 5^2$
  • $|-125| = 125 = 5^3$
  • $|625| = 625 = 5^4$
  • $|-3125| = 3125 = 5^5$

We can see a clear pattern in the numerical values: the kth term's absolute value is $5^{k+1}$. For the nth term, the numerical part will be $5^{n+1}$.

Analyzing the Signs

Now let's look at the signs of the terms:

  • Term 1 (n=1): Positive (+)
  • Term 2 (n=2): Negative (-)
  • Term 3 (n=3): Positive (+)
  • Term 4 (n=4): Negative (-)

The signs alternate, starting with positive for n=1. An alternating sign can be represented using powers of -1.

  • If the sign starts positive, we can use $(-1)^{n-1}$ or $(-1)^{n+1}$ (since n-1 and n+1 have the same parity difference).
  • Let's check $(-1)^{n-1}$:
    • For n=1: $(-1)^{1-1} = (-1)^0 = 1$ (Positive)
    • For n=2: $(-1)^{2-1} = (-1)^1 = -1$ (Negative)
    • For n=3: $(-1)^{3-1} = (-1)^2 = 1$ (Positive)
    • For n=4: $(-1)^{4-1} = (-1)^3 = -1$ (Negative)
    This matches the required alternating sign pattern.

Combining Numerical and Sign Patterns

To get the nth term, we combine the numerical part ($5^{n+1}$) and the sign part ($(-1)^{n-1}$).

So, the formula for the nth term ($a_n$) is given by:

\(a_n = (-1)^{n-1} \times 5^{n+1}\)

Verification of the nth Term Formula

Let's test this formula for the first few terms:

  • For n=1: \(a_1 = (-1)^{1-1} \times 5^{1+1} = (-1)^0 \times 5^2 = 1 \times 25 = 25\). This matches the first term.
  • For n=2: \(a_2 = (-1)^{2-1} \times 5^{2+1} = (-1)^1 \times 5^3 = -1 \times 125 = -125\). This matches the second term.
  • For n=3: \(a_3 = (-1)^{3-1} \times 5^{3+1} = (-1)^2 \times 5^4 = 1 \times 625 = 625\). This matches the third term.
  • For n=4: \(a_4 = (-1)^{4-1} \times 5^{4+1} = (-1)^3 \times 5^5 = -1 \times 3125 = -3125\). This matches the fourth term.

The formula \(a_n = (-1)^{n-1} 5^{n+1}\) correctly generates the terms of the given sequence.

Comparing with Options

Let's compare our derived formula with the given options:

\(a_n = (-1)^{n-1} 5^{n+1}\)

  • Option 1: \(a_n = (-5)^{2n - 1}\)
  • Option 2: \(a_n = (-1)^{2n} 5^{n+1}\)
  • Option 3: \(a_n = (-1)^{2n - 1} 5^{n+1}\)
  • Option 4: \(a_n = (-1)^{n-1} 5^{n+1}\)

Option 4 is identical to our derived formula.

Conclusion

The nth term of the sequence 25, -125, 625, -3125, ……. is given by the formula \(a_n = (-1)^{n-1} 5^{n+1}\).

Sequence and nth Term Formula Revision

Term Number (n) Term Value (\(a_n\)) Formula (\((-1)^{n-1} 5^{n+1}\))
1 25 \((-1)^{1-1} 5^{1+1} = (-1)^0 5^2 = 1 \times 25 = 25\)
2 -125 \((-1)^{2-1} 5^{2+1} = (-1)^1 5^3 = -1 \times 125 = -125\)
3 625 \((-1)^{3-1} 5^{3+1} = (-1)^2 5^4 = 1 \times 625 = 625\)
4 -3125 \((-1)^{4-1} 5^{4+1} = (-1)^3 5^5 = -1 \times 3125 = -3125\)

Additional Information on Alternating Sequences

A sequence where the terms alternate between positive and negative signs is called an alternating sequence. The alternating part is typically represented by powers of -1.

  • If the first term is positive and the signs alternate, the sign part is often $(-1)^{n-1}$ or $(-1)^{n+1}$.
  • If the first term is negative and the signs alternate, the sign part is often $(-1)^n$ or $(-1)^{n-2}$.

The given sequence is also a type of geometric sequence where the common ratio alternates. The ratio between consecutive terms is $\frac{-125}{25} = -5$, $\frac{625}{-125} = -5$, $\frac{-3125}{625} = -5$. This is a geometric sequence with first term \(a = 25\) and common ratio \(r = -5\). The general formula for a geometric sequence is \(a_n = a \times r^{n-1}\).

Let's check if \(a_n = 25 \times (-5)^{n-1}\) matches our derived formula:

\(25 \times (-5)^{n-1} = 5^2 \times ((-1) \times 5)^{n-1} = 5^2 \times (-1)^{n-1} \times 5^{n-1}\)

\(= (-1)^{n-1} \times 5^2 \times 5^{n-1} = (-1)^{n-1} \times 5^{2 + (n-1)} = (-1)^{n-1} \times 5^{n+1}\)

Yes, the formula matches. This confirms our result from analyzing the pattern term by term.

Was this answer helpful?

Similar Questions

  1. 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?

  2. What is the greatest value of the positive integer n satisfying the condition \(1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \ldots + \frac{1}{{{2^{{\rm{n}} - 1}}}} < 2 - \frac{1}{{1000}}?\)

  3. A geometric progression (GP) consists of 200 terms. If the sum of odd terms of the GP is m, and the sum of even terms of the GP is n, then what is its common ratio?

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

  5. If m is the geometric mean of \({\left( {\frac{{\rm{y}}}{{\rm{z}}}} \right)^{\log \left( {{\rm{yz}}} \right)}},{\rm{\;}}{\left( {\frac{{\rm{z}}}{{\rm{x}}}} \right)^{\log \left( {{\rm{zx}}} \right)}}{\rm{\;and\;}}{\left( {\frac{{\rm{x}}}{{\rm{y}}}} \right)^{\log \left( {{\rm{xy}}} \right)}}\) then what is the value of m?

  6. The value of the infinite product \({6^{\frac{1}{2}}} \times {6^{\frac{1}{2}}} \times {6^{\frac{3}{8}}} \times {6^{\frac{1}{4}}} \times \ldots \) is

  7. The geometric mean of the observations x 1, x 2, x 3, … x nis G 1. The geometric mean of the observations y 1, y 2, y 3,… y nis G 2. The geometric mean of observations \(\frac{{{{\rm{x}}_1}}}{{{{\rm{y}}_1}}},\frac{{{{\rm{x}}_2}}}{{{{\rm{y}}_2}}},\frac{{{{\rm{x}}_3}}}{{{{\rm{y}}_3}}}, \ldots \frac{{{{\rm{x}}_{\rm{n}}}}}{{{{\rm{y}}_{\rm{n}}}}}\) is

  8. If p, q, r are in one geometric progression and a, b, c are in another geometric progression, then ap, bq, cr are in

  9. What is the sum of the series 0.5 + 0.55 + 0.555 + … to n terms?

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


Important Questions from Geometric Progressions

  1. 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?

  2. What is the greatest value of the positive integer n satisfying the condition \(1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \ldots + \frac{1}{{{2^{{\rm{n}} - 1}}}} < 2 - \frac{1}{{1000}}?\)

  3. The sum of even numbers from 1 to 40 is:

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

  5. The arithmetic mean, geometric mean and median of six positive numbers a, a, b, b, c, c where a < b < c are \(\frac 7 3,\) 2, 2 respectively. Then what is the sum of the squares of all the six numbers?

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1066 Attempts
4.6(137)
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