The mean and variance of eight observations are 9 and 9.25, respectively. If six of the observations are 6, 7, 10, 12, 12 and 13, find the remaining two observations.
Concept Used
- Mean of observations: \[ \overline{x} = \frac{\sum x_i}{n} \]
- Variance: \[ \sigma^2 = \frac{1}{n} \sum (x_i - \overline{x})^2 \]
- Useful identity: \[ (x-a)^2 + (y-a)^2 = x^2 + y^2 - 2a(x+y) + 2a^2 \]
Solution Strategy
- Use mean to find total sum of all observations
- Form equation using known six values
- Use variance formula to form second equation
- Reduce equations to get quadratic
- Solve to obtain the missing observations
Solution
Let the two unknown observations be \(x\) and \(y\).
Step 1: Using Mean
Given mean \(= 9\), number of observations \(n = 8\)
\[ \text{Sum of all observations} = 9 \times 8 = 72 \]
Sum of six known observations:
\[ 6 + 7 + 10 + 12 + 12 + 13 = 60 \]
Therefore, \[ x + y = 72 - 60 = 12 \quad ...(1) \]
Step 2: Using Variance
Given variance: \[ \sigma^2 = 9.25 \]
\[ \sigma^2 = \frac{1}{8} \sum (x_i - 9)^2 \]
Multiply both sides by 8:
\[ 9.25 \times 8 = \sum (x_i - 9)^2 \]
\[ 74 = \sum (x_i - 9)^2 \]
Now compute each term:
\[ (6-9)^2 = 9,\quad (7-9)^2 = 4,\quad (10-9)^2 = 1 \]
\[ (12-9)^2 = 9,\quad (12-9)^2 = 9,\quad (13-9)^2 = 16 \]
Sum of known terms:
\[ 9 + 4 + 1 + 9 + 9 + 16 = 48 \]
Therefore: \[ (x-9)^2 + (y-9)^2 = 74 - 48 = 26 \quad ...(2) \]
Step 3: Expanding Equation (2)
\[ (x-9)^2 = x^2 - 18x + 81 \]
\[ (y-9)^2 = y^2 - 18y + 81 \]
Adding:
\[ x^2 + y^2 - 18x - 18y + 162 = 26 \]
\[ x^2 + y^2 - 18(x+y) + 162 = 26 \]
Substitute \(x+y = 12\):
\[ x^2 + y^2 - 18(12) + 162 = 26 \]
\[ x^2 + y^2 - 216 + 162 = 26 \]
\[ x^2 + y^2 - 54 = 26 \]
\[ x^2 + y^2 = 80 \quad ...(3) \]
Step 4: Solving System
From (1): \[ y = 12 - x \]
Substitute into (3):
\[ x^2 + (12 - x)^2 = 80 \]
Expand:
\[ x^2 + (144 - 24x + x^2) = 80 \]
\[ 2x^2 - 24x + 144 = 80 \]
\[ 2x^2 - 24x + 64 = 0 \]
Divide by 2:
\[ x^2 - 12x + 32 = 0 \]
Factor:
\[ x^2 - 8x - 4x + 32 = 0 \]
\[ x(x - 8) - 4(x - 8) = 0 \]
\[ (x - 4)(x - 8) = 0 \]
\[ x = 4 \text{ or } x = 8 \]
Therefore, \[ y = 8 \text{ or } y = 4 \]
Final Answer: The two observations are 4 and 8.
Exam Relevance
- Very important for CBSE Board (frequent 3–5 mark question)
- Core concept of “missing observations using mean & variance”
- Common in JEE Main (data interpretation + algebra mix)
- Tests algebraic manipulation + statistical understanding