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

Question

The mean of 6 distinct observations is 6.5 and their variance is 10.25. If 4 out of 6 observations are 2, 4, 5 and 7, then the remaining two observations are :

Options

Solution

Key Concepts and Formulas

  1. Mean (xˉ\bar{x}): The mean is the arithmetic average of a set of nn observations, x1,x2,,xnx_1, x_2, \dots, x_n. It represents the central tendency of the data. xˉ=i=1nxin\bar{x} = \frac{\sum_{i=1}^{n} x_i}{n} This formula allows us to find the sum of all observations if the mean and number of observations are known.

  2. Variance (σ2\sigma^2): Variance quantifies the spread or dispersion of data points around their mean. A larger variance indicates greater spread. The most computationally efficient formula for variance, especially when dealing with sums of squares, is: σ2=i=1nxi2n(xˉ)2\sigma^2 = \frac{\sum_{i=1}^{n} x_i^2}{n} - (\bar{x})^2 Here, i=1nxi2\sum_{i=1}^{n} x_i^2 is the sum of the squares of all observations. This formula helps establish a relationship involving the squares of the unknown observations.

Step-by-Step Solution

Step 1: Understand the Problem and Define Variables

We are given information about a set of 6 distinct observations and need to find two missing observations.

  • Total number of observations, n=6n = 6.
  • Mean of the observations, xˉ=6.5\bar{x} = 6.5.
  • Variance of the observations, σ2=10.25\sigma^2 = 10.25.
  • Four known observations: 2,4,5,72, 4, 5, 7.

Let the two unknown distinct observations be aa and bb. Our goal is to determine the values of aa and bb.

Step 2: Formulate the First Equation using the Mean

We use the mean formula to establish a relationship between the sum of the unknown observations (a+ba+b) and the known values.

The mean formula is xˉ=xin\bar{x} = \frac{\sum x_i}{n}. We know xˉ=6.5\bar{x}=6.5 and n=6n=6. The sum of all observations (xi\sum x_i) is the sum of the four known observations plus aa and bb. xi=2+4+5+7+a+b\sum x_i = 2 + 4 + 5 + 7 + a + b xi=18+a+b\sum x_i = 18 + a + b Now, substitute these into the mean formula: 6.5=18+a+b66.5 = \frac{18 + a + b}{6} To find the sum 18+a+b18+a+b, multiply both sides by 66: 6.5×6=18+a+b6.5 \times 6 = 18 + a + b 39=18+a+b39 = 18 + a + b Subtract 1818 from both sides to find the sum of the unknown observations: a+b=3918a + b = 39 - 18 a+b=21(Equation 1)\boldsymbol{a + b = 21 \quad \text{(Equation 1)}} This is our first key equation, relating the sum of the two unknown observations.

Step 3: Formulate the Second Equation using the Variance

Next, we use the variance formula to establish a second, independent relationship between the unknown observations, specifically involving their squares.

The computational formula for variance is σ2=xi2n(xˉ)2\sigma^2 = \frac{\sum x_i^2}{n} - (\bar{x})^2. We know σ2=10.25\sigma^2 = 10.25 and xˉ=6.5\bar{x} = 6.5. First, let's calculate the sum of squares of the known observations: 22+42+52+72=4+16+25+49=942^2 + 4^2 + 5^2 + 7^2 = 4 + 16 + 25 + 49 = 94 The sum of squares of all observations (xi2\sum x_i^2) will be the sum of squares of known observations plus a2a^2 and b2b^2: xi2=94+a2+b2\sum x_i^2 = 94 + a^2 + b^2 Now, substitute these values, along with n=6n=6 and xˉ=6.5\bar{x}=6.5, into the variance formula: 10.25=94+a2+b26(6.5)210.25 = \frac{94 + a^2 + b^2}{6} - (6.5)^2 Calculate (6.5)2(6.5)^2: (6.5)2=42.25(6.5)^2 = 42.25 Substitute this value back into the equation: 10.25=94+a2+b2642.2510.25 = \frac{94 + a^2 + b^2}{6} - 42.25 This equation now relates a2+b2a^2+b^2 to the given statistical measures.

Step 4: Solve the Variance Equation for a2+b2a^2+b^2

We will algebraically manipulate the equation from Step 3 to isolate a2+b2a^2+b^2. Add 42.2542.25 to both sides of the equation: 10.25+42.25=94+a2+b2610.25 + 42.25 = \frac{94 + a^2 + b^2}{6} 52.5=94+a2+b2652.5 = \frac{94 + a^2 + b^2}{6} Multiply both sides by 66: 52.5×6=94+a2+b252.5 \times 6 = 94 + a^2 + b^2 315=94+a2+b2315 = 94 + a^2 + b^2 Subtract 9494 from both sides to isolate a2+b2a^2+b^2: a2+b2=31594a^2 + b^2 = 315 - 94 a2+b2=221(Equation 2)\boldsymbol{a^2 + b^2 = 221 \quad \text{(Equation 2)}} We now have two algebraic equations relating aa and bb.

Step 5: Solve the System of Equations for aa and bb

We have the following system of equations:

  1. a+b=21a + b = 21
  2. a2+b2=221a^2 + b^2 = 221

From Equation 1, express bb in terms of aa: b=21ab = 21 - a Substitute this expression for bb into Equation 2: a2+(21a)2=221a^2 + (21 - a)^2 = 221 Expand (21a)2(21 - a)^2 using the identity (XY)2=X22XY+Y2(X-Y)^2 = X^2 - 2XY + Y^2: a2+(2122×21×a+a2)=221a^2 + (21^2 - 2 \times 21 \times a + a^2) = 221 a2+(44142a+a2)=221a^2 + (441 - 42a + a^2) = 221 Combine like terms: 2a242a+441=2212a^2 - 42a + 441 = 221 Move all terms to one side to form a standard quadratic equation: 2a242a+441221=02a^2 - 42a + 441 - 221 = 0 2a242a+220=02a^2 - 42a + 220 = 0 Divide the entire equation by 22 to simplify: a221a+110=0a^2 - 21a + 110 = 0 Factor this quadratic equation. We need two numbers that multiply to 110110 and add up to 21-21. These numbers are 10-10 and 11-11. (a10)(a11)=0(a - 10)(a - 11) = 0 This gives two possible values for aa: a=10ora=11a = 10 \quad \text{or} \quad a = 11 Now, find the corresponding values for bb using b=21ab = 21 - a:

  • If a=10a=10, then b=2110=11b = 21 - 10 = 11.
  • If a=11a=11, then b=2111=10b = 21 - 11 = 10. In both cases, the two remaining observations are 1010 and 1111.

Step 6: Verify Distinctness and Final Observations

The problem states that the 6 observations are distinct. The given observations are: 2,4,5,72, 4, 5, 7. The calculated observations are: 10,1110, 11. Combining all observations: {2,4,5,7,10,11}\{2, 4, 5, 7, 10, 11\}. All these numbers are unique, satisfying the distinctness condition.

Therefore, the remaining two observations are 1010 and 1111.

Common Mistakes & Tips

  • Arithmetic Precision: Be extremely careful with basic calculations, especially squaring numbers and multiplications (e.g., 6.5×6=396.5 \times 6 = 39, 212=44121^2 = 441). Errors here are common.
  • Variance Formula Choice: Always prefer the computational formula for variance, σ2=xi2n(xˉ)2\sigma^2 = \frac{\sum x_i^2}{n} - (\bar{x})^2, as it generally simplifies calculations and avoids working with deviations from the mean, which can introduce fractions or decimals.
  • Checking Conditions: Don't forget to check all conditions mentioned in the problem, such as "distinct observations." This ensures the validity of your solution.
  • Option Checking (for MCQs): Once you establish the system of equations (a+b=21a+b=21 and a2+b2=221a^2+b^2=221), you can often quickly check the given options. For option (A) (10, 11): 10+11=2110+11=21 (correct) and 102+112=100+121=22110^2+11^2 = 100+121=221 (correct). This rapid verification can save time.

Summary

We systematically solved this problem by first using the definition of the mean to find the sum of the two unknown observations. Then, we used the computational formula for variance to establish a relationship involving the sum of their squares. This led to a system of two algebraic equations, which was solved by substitution, resulting in a quadratic equation. Solving the quadratic equation yielded the values for the two missing observations, which were then verified against the distinctness condition.

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

Practice More Statistics & Probability Questions

View All Questions