Question:medium

If \(\frac{1}{(20-a)(40-a)} + \frac{1}{(40-a)(60-a)} + \ldots + \frac{1}{(180-a)(200-a)} = \frac{1}{256}\), then the maximum value of a is :

Updated On: Mar 13, 2026
  • 198
  • 202
  • 212
  • 218
Show Solution

The Correct Option is C

Solution and Explanation

To solve the given problem, we need to evaluate the series:

\(\frac{1}{(20-a)(40-a)} + \frac{1}{(40-a)(60-a)} + \ldots + \frac{1}{(180-a)(200-a)}\) and equate it to \(\frac{1}{256}\).

This is a telescoping series, where each term can be written in a form that allows cancellation of terms. Let's explore this step-by-step.

  1. For any term of the form \(\frac{1}{(x-a)((x+20)-a)}\), it can be decomposed via partial fractions:

Partial fraction decomposition:

\(\frac{1}{(x-a)((x+20)-a)} = \frac{1}{(x-a)(x+20-a)}\)

= \frac{1}{20} \left(\frac{1}{x-a} - \frac{1}{x+20-a}\right)

  1. Rewrite each term in the series using the above partial fraction decomposition.
  2. The general series becomes:

= \frac{1}{20} \left(\frac{1}{(20-a)} - \frac{1}{(40-a)}\right) + \frac{1}{20} \left(\frac{1}{(40-a)} - \frac{1}{(60-a)}\right) + \cdots + \frac{1}{20} \left(\frac{1}{(180-a)} - \frac{1}{(200-a)}\right)

  1. This is a telescoping series, where most terms cancel out, leaving:

= \frac{1}{20} \left(\frac{1}{(20-a)} - \frac{1}{(200-a)}\right)

  1. Set this equal to \(\frac{1}{256}\) as given:

\(\frac{1}{20} \left(\frac{1}{(20-a)} - \frac{1}{(200-a)}\right) = \frac{1}{256}\)

  1. Multiply through by 20 to simplify:

\(\frac{1}{20-a} - \frac{1}{200-a} = \frac{20}{256}\)

  1. Solving for 'a':

200-a\) and \((20-a)\) can be expanded, and solving the equation:

\(\frac{1}{20-a} - \frac{1}{200-a} = \frac{5}{64}\)

  1. Cross multiplying:

64(200-a) - 64(20-a) = 5(20-a)(200-a)

Simplifying:

12800 - 3840 + 64a - 64a = 5(4000 - 220a + a^2)

8896 = 20000 - 1100a + 5a^2

  1. Rearrange the equation:

5a^2 - 1100a + 11104 = 0

  1. Using the quadratic formula, solve for 'a':

a = \frac{-b \pm \sqrt{b^2-4ac}}{2a}

a = \frac{1100 \pm \sqrt{1100^2 - 4 \times 5 \times 11104}}{10}

  1. Simplify to find the roots:

Roots will be calculated, and the maximum valid value of 'a' is required.

The maximum value of a that satisfies this equation is 212.

Therefore, the correct answer is:

Option: 212.

Was this answer helpful?
1