Skip to main content
Back to Statistics & Probability
JEE Main 2021
Statistics & Probability
Statistics
Hard

Question

If the mean deviation about the median of the numbers a, 2a,........., 50a is 50, then |a| equals

Options

Solution

1. Key Concepts and Formulas

  • Median (M): For a dataset arranged in ascending or descending order, the median is the middle value.
    • If the number of terms (NN) is odd, M=(N+12)M = \left(\frac{N+1}{2}\right)-th term.
    • If NN is even, M=(N2)-th term+(N2+1)-th term2M = \frac{\left(\frac{N}{2}\right)\text{-th term} + \left(\frac{N}{2}+1\right)\text{-th term}}{2}.
  • Mean Deviation about Median (M.D.): This measures the average absolute difference of data points from the median. M.D.=i=1NxiMN\text{M.D.} = \frac{\sum_{i=1}^{N} |x_i - M|}{N} where xix_i are the data points, MM is the median, and NN is the total number of terms.
  • Sum of an Arithmetic Progression (A.P.): For an A.P. with kk terms, first term AA, and last term LL, the sum Sk=k2(A+L)S_k = \frac{k}{2}(A+L).

2. Step-by-Step Solution

Step 1: Analyze the Given Data Set and Determine N The given numbers are a,2a,3a,,50aa, 2a, 3a, \ldots, 50a.

  • We can clearly see there are 50 terms in this sequence.
  • Therefore, the total number of data points, N=50N = 50.
  • For calculating the median, the data must be ordered. If a>0a > 0, the terms are already in ascending order. If a<0a < 0, the order would be reversed (50a,49a,,a50a, 49a, \ldots, a). However, the positions of the median terms remain the same, and the absolute value in the mean deviation formula will correctly handle the sign of aa.

Step 2: Calculate the Median (M) Since N=50N=50 is an even number, the median is the average of the (N2)\left(\frac{N}{2}\right)-th term and the (N2+1)\left(\frac{N}{2}+1\right)-th term.

  • The N2\frac{N}{2}-th term is the 502=25\frac{50}{2} = 25-th term, which is x25=25ax_{25} = 25a.
  • The (N2+1)\left(\frac{N}{2}+1\right)-th term is the (502+1)=26\left(\frac{50}{2}+1\right) = 26-th term, which is x26=26ax_{26} = 26a. Now, we calculate the median MM: M=x25+x262M = \frac{x_{25} + x_{26}}{2} M=25a+26a2M = \frac{25a + 26a}{2} M=51a2M = \frac{51a}{2} M=25.5aM = 25.5a So, the median of the dataset is 25.5a25.5a.

Step 3: Calculate the Sum of Absolute Deviations from the Median Next, we need to find i=1NxiM\sum_{i=1}^{N} |x_i - M|. Substituting xi=iax_i = ia and M=25.5aM = 25.5a: i=150ia25.5a\sum_{i=1}^{50} |ia - 25.5a| We can factor out aa from inside the absolute value. Using the property xy=xy|xy| = |x||y|: i=150(i25.5)a=ai=150i25.5\sum_{i=1}^{50} |(i - 25.5)a| = |a| \sum_{i=1}^{50} |i - 25.5| Now, let's evaluate the sum i=150i25.5\sum_{i=1}^{50} |i - 25.5|. The term (i25.5)(i - 25.5) changes sign at i=25.5i=25.5.

  • For i=1,2,,25i = 1, 2, \ldots, 25: (i25.5)(i - 25.5) is negative, so i25.5=(i25.5)=25.5i|i - 25.5| = -(i - 25.5) = 25.5 - i.
  • For i=26,27,,50i = 26, 27, \ldots, 50: (i25.5)(i - 25.5) is positive, so i25.5=i25.5|i - 25.5| = i - 25.5.

We can split the sum into two parts: i=125(25.5i)+i=2650(i25.5)\sum_{i=1}^{25} (25.5 - i) + \sum_{i=26}^{50} (i - 25.5) Let's list the terms to observe the pattern: First part: (25.51)+(25.52)++(25.525)=24.5+23.5++0.5(25.5-1) + (25.5-2) + \ldots + (25.5-25) = 24.5 + 23.5 + \ldots + 0.5 Second part: (2625.5)+(2725.5)++(5025.5)=0.5+1.5++24.5(26-25.5) + (27-25.5) + \ldots + (50-25.5) = 0.5 + 1.5 + \ldots + 24.5 Notice the symmetry: the two sums are identical. So, the total sum is: 2×(0.5+1.5+2.5++24.5)2 \times (0.5 + 1.5 + 2.5 + \ldots + 24.5) This is an Arithmetic Progression (A.P.) with:

  • First term (AA) =0.5= 0.5
  • Last term (LL) =24.5= 24.5
  • Common difference (dd) =1.0= 1.0 To find the number of terms (kk) in this A.P., we use L=A+(k1)dL = A + (k-1)d: 24.5=0.5+(k1)124.5 = 0.5 + (k-1)1 24=k1    k=2524 = k-1 \implies k = 25 Now, calculate the sum of this A.P. using Sk=k2(A+L)S_k = \frac{k}{2}(A+L): S25=252(0.5+24.5)=252(25)=6252S_{25} = \frac{25}{2}(0.5 + 24.5) = \frac{25}{2}(25) = \frac{625}{2} Substitute this back into the expression for the total sum of absolute deviations: i=150xiM=a×2×S25=a×2×6252=625a\sum_{i=1}^{50} |x_i - M| = |a| \times 2 \times S_{25} = |a| \times 2 \times \frac{625}{2} = 625|a|

Step 4: Apply the Mean Deviation Formula and Solve for a|a| We are given that the mean deviation about the median is 50. Using the formula: M.D.=i=1NxiMN\text{M.D.} = \frac{\sum_{i=1}^{N} |x_i - M|}{N} Substitute M.D. = 50, N=50N = 50, and i=1NxiM=625a\sum_{i=1}^{N} |x_i - M| = 625|a|: 50=625a5050 = \frac{625|a|}{50} Now, solve for a|a|: 50×50=625a50 \times 50 = 625|a| 2500=625a2500 = 625|a| a=2500625|a| = \frac{2500}{625} a=4|a| = 4

3. Common Mistakes & Tips

  • Median Calculation: Be careful when NN is even; it's the average of the two middle terms, not just one.
  • Absolute Value Property: Remember that xy=xy|xy| = |x||y|. Factoring out a|a| is crucial, especially since aa could be negative.
  • Splitting the Sum: Correctly identify the point where the term inside the absolute value changes sign to properly remove the absolute value bars.
  • Arithmetic Progression: Recognize and correctly apply the formula for the sum of an arithmetic progression to simplify calculations.

4. Summary

To find a|a|, we first identified the number of terms (N=50N=50) and calculated the median (M=25.5aM=25.5a) since NN is even. Then, we computed the sum of absolute deviations from the median, xiM\sum |x_i - M|, by factoring out a|a| and splitting the sum into two symmetric arithmetic progressions. This sum evaluated to 625a625|a|. Finally, we used the given mean deviation of 50 in the formula M.D.=xiMN\text{M.D.} = \frac{\sum |x_i - M|}{N} to solve for a|a|, yielding 4.

5. Final Answer

The final answer is 4\boxed{4}, which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions