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

Question

The mean of the numbers a, b, 8, 5, 10 is 6 and their variance is 6.8. If M is the mean deviation of the numbers about the mean, then 25 M is equal to :

Options

Solution

Key Concepts and Formulas

This problem requires a solid understanding of three fundamental statistical measures: the mean, variance, and mean deviation about the mean. Let's recall their definitions and formulas:

  1. Mean (xˉ\bar{x}): The arithmetic average of a set of numbers. It is calculated by summing all observations and dividing by the total number of observations. For a set of nn observations x1,x2,,xnx_1, x_2, \dots, x_n: xˉ=i=1nxin\bar{x} = \frac{\sum_{i=1}^n x_i}{n}

  2. Variance (σ2\sigma^2): A measure of the spread or dispersion of a set of numbers from their mean. It quantifies how much the data points deviate from the average. The most common computational formula is: σ2=i=1nxi2n(xˉ)2\sigma^2 = \frac{\sum_{i=1}^n x_i^2}{n} - (\bar{x})^2 This formula is generally preferred for calculations as it often simplifies the process compared to i=1n(xixˉ)2n\frac{\sum_{i=1}^n (x_i - \bar{x})^2}{n}.

  3. Mean Deviation about the Mean (M): This measures the average of the absolute differences between each observation and the mean. It provides an idea of the typical distance of data points from the mean, without the effects of squaring that variance introduces. M=i=1nxixˉnM = \frac{\sum_{i=1}^n |x_i - \bar{x}|}{n}

Our primary goal is to first determine the unknown numbers aa and bb using the given mean and variance. Once we have all the numbers, we will calculate the mean deviation (MM) and finally find the value of 25M25M.

Step-by-Step Solution

We are given the numbers a,b,8,5,10a, b, 8, 5, 10. The total number of observations is n=5n=5.

Step 1: Utilize the Mean to find the sum of aa and bb.

The mean (xˉ\bar{x}) of the numbers is given as 6. This is our first piece of information.

  • Why this step? The mean formula directly relates the sum of all observations to the mean. Since aa and bb are unknown, using the mean will provide us with our first algebraic equation involving a+ba+b. This is a crucial initial step in identifying the unknown values.

Applying the mean formula: xˉ=a+b+8+5+105\bar{x} = \frac{a + b + 8 + 5 + 10}{5} Substitute the given mean xˉ=6\bar{x}=6: 6=a+b+2356 = \frac{a + b + 23}{5} To isolate the sum a+ba+b, multiply both sides by 5: 6×5=a+b+236 \times 5 = a + b + 23 30=a+b+2330 = a + b + 23 Now, subtract 23 from both sides to find a+ba+b: a+b=3023a + b = 30 - 23 a+b=7... (Equation 1)a + b = 7 \quad \text{... (Equation 1)}

Step 2: Utilize the Variance to find the sum of squares of aa and bb.

The variance (σ2\sigma^2) of the numbers is given as 6.8. We already know the mean xˉ=6\bar{x}=6.

  • Why this step? We have one equation (a+b=7a+b=7) but two unknowns (aa and bb). To solve for aa and bb uniquely, we need a second independent equation. The variance formula involves the sum of squares of the observations (xi2\sum x_i^2), which will yield an equation involving a2+b2a^2+b^2. This second equation, combined with the first, will allow us to find the individual values of aa and bb.

Applying the variance formula: σ2=xi2n(xˉ)2\sigma^2 = \frac{\sum x_i^2}{n} - (\bar{x})^2 Substitute the given variance σ2=6.8\sigma^2=6.8 and mean xˉ=6\bar{x}=6, along with the squares of the known numbers: 6.8=a2+b2+82+52+1025(6)26.8 = \frac{a^2 + b^2 + 8^2 + 5^2 + 10^2}{5} - (6)^2 Calculate the squares of the known numbers: 82=648^2=64, 52=255^2=25, 102=10010^2=100. 6.8=a2+b2+64+25+1005366.8 = \frac{a^2 + b^2 + 64 + 25 + 100}{5} - 36 Sum the squared known numbers: 64+25+100=18964+25+100 = 189. 6.8=a2+b2+1895366.8 = \frac{a^2 + b^2 + 189}{5} - 36 Add 36 to both sides to move it away from the fraction: 6.8+36=a2+b2+18956.8 + 36 = \frac{a^2 + b^2 + 189}{5} 42.8=a2+b2+189542.8 = \frac{a^2 + b^2 + 189}{5} Multiply both sides by 5 to clear the denominator: 42.8×5=a2+b2+18942.8 \times 5 = a^2 + b^2 + 189 214=a2+b2+189214 = a^2 + b^2 + 189 Subtract 189 from both sides to isolate a2+b2a^2+b^2: a2+b2=214189a^2 + b^2 = 214 - 189 a2+b2=25... (Equation 2)a^2 + b^2 = 25 \quad \text{... (Equation 2)}

Step 3: Solve for the unknown numbers aa and bb.

We now have a system of two algebraic equations:

  1. a+b=7a + b = 7
  2. a2+b2=25a^2 + b^2 = 25
  • Why this step? Before we can calculate the mean deviation, we need to know the exact values of all the numbers in our set. Solving this system of equations will reveal the specific values of aa and bb.

We can use the algebraic identity (a+b)2=a2+b2+2ab(a+b)^2 = a^2 + b^2 + 2ab. Substitute the values from Equation 1 and Equation 2 into this identity: (7)2=25+2ab(7)^2 = 25 + 2ab 49=25+2ab49 = 25 + 2ab Subtract 25 from both sides to find 2ab2ab: 2ab=49252ab = 49 - 25 2ab=242ab = 24 Divide by 2 to find abab: ab=12ab = 12

Now we have a+b=7a+b=7 and ab=12ab=12. We can find aa and bb by considering them as the roots of a quadratic equation. A quadratic equation whose roots are x1x_1 and x2x_2 is given by x2(x1+x2)x+x1x2=0x^2 - (x_1+x_2)x + x_1x_2 = 0. So, for aa and bb: x2(a+b)x+ab=0x^2 - (a+b)x + ab = 0 Substitute the values: x27x+12=0x^2 - 7x + 12 = 0 Factor the quadratic equation: x23x4x+12=0x^2 - 3x - 4x + 12 = 0 x(x3)4(x3)=0x(x-3) - 4(x-3) = 0 (x3)(x4)=0(x-3)(x-4) = 0 This gives us two possible values for xx: x=3x=3 or x=4x=4. Therefore, the values of aa and bb are 3 and 4 (the order does not matter for the set of numbers). The complete set of numbers is 3,4,8,5,103, 4, 8, 5, 10.

Step 4: Calculate the Mean Deviation about the Mean (M).

Now that we know all the numbers (3,4,8,5,103, 4, 8, 5, 10) and the mean (xˉ=6\bar{x}=6), we can proceed to calculate the mean deviation about the mean.

  • Why this step? This is a direct application of the mean deviation formula. We have all the necessary components (individual data points and the mean) to compute MM.

First, we calculate the absolute deviation of each number from the mean xˉ=6\bar{x}=6:

  • x1xˉ=36=3=3|x_1 - \bar{x}| = |3 - 6| = |-3| = 3
  • x2xˉ=46=2=2|x_2 - \bar{x}| = |4 - 6| = |-2| = 2
  • x3xˉ=86=2=2|x_3 - \bar{x}| = |8 - 6| = |2| = 2
  • x4xˉ=56=1=1|x_4 - \bar{x}| = |5 - 6| = |-1| = 1
  • x5xˉ=106=4=4|x_5 - \bar{x}| = |10 - 6| = |4| = 4

Next, sum these absolute deviations: xixˉ=3+2+2+1+4=12\sum |x_i - \bar{x}| = 3 + 2 + 2 + 1 + 4 = 12

Finally, calculate the Mean Deviation (M) by dividing the sum of absolute deviations by the total number of observations n=5n=5: M=xixˉn=125M = \frac{\sum |x_i - \bar{x}|}{n} = \frac{12}{5}

Step 5: Calculate the final value of 25M25M.

The problem asks for the value of 25M25M.

  • Why this step? This is the final calculation required to answer the specific question posed in the problem.

Substitute the calculated value of MM: 25M=25×12525M = 25 \times \frac{12}{5} Simplify the expression: 25M=(5×5)×12525M = (5 \times 5) \times \frac{12}{5} 25M=5×1225M = 5 \times 12 25M=6025M = 60

Common Mistakes & Tips

  • Absolute Values in Mean Deviation: Always remember to take the absolute difference xixˉ|x_i - \bar{x}| for mean deviation. Forgetting the absolute value will lead to positive and negative deviations canceling out, often resulting in an incorrect mean deviation of zero.
  • Variance Formula: Be precise with the variance formula. The term (xˉ)2(\bar{x})^2 means the mean is calculated first and then squared, not the sum of squares of individual terms.
  • Algebraic Accuracy: Be meticulous with algebraic manipulations, especially when solving simultaneous equations. A small calculation error in finding a+ba+b or a2+b2a^2+b^2 will propagate and lead to an incorrect final answer.

Summary

This problem is an excellent exercise in applying fundamental statistical concepts. The solution hinges on a systematic approach: first, using the given mean and variance to determine the unknown data points aa and bb by solving a system of algebraic equations. Once all data points are known, the mean deviation about the mean is calculated by summing the absolute differences from the mean and dividing by the number of observations. Finally, the specific value requested, 25M25M, is computed.

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

Practice More Statistics & Probability Questions

View All Questions