The variance of five positive observations is 3.6. If four of the observations are 2, 2, 4, 5 then what is the remaining observation ?
7
This problem asks us to find a missing positive observation in a set of five observations, given the variance of the entire set and the values of the four known observations. We will use the formula for variance and the definition of the mean to solve for the unknown value.
Let the five positive observations be \(y_1, y_2, y_3, y_4, y_5\). We are given that four of these observations are 2, 2, 4, and 5. Let the fifth, unknown observation be \(x\). So, the observations are 2, 2, 4, 5, \(x\).
The number of observations is \(n = 5\).
The mean (\(\bar{y}\)) of the observations is the sum of all observations divided by the number of observations:
\(\bar{y} = \frac{\sum y_i}{n}\)
Substituting the given observations:
\(\bar{y} = \frac{2 + 2 + 4 + 5 + x}{5}\)
\(\bar{y} = \frac{13 + x}{5}\)
The variance (\(\sigma^2\)) of a set of observations is given by the formula:
\(\sigma^2 = \frac{\sum (y_i - \bar{y})^2}{n}\)
We are given that the variance is 3.6. So, \(\sigma^2 = 3.6\).
We need to calculate the sum of the squared differences between each observation and the mean:
\(\sum (y_i - \bar{y})^2 = (2 - \bar{y})^2 + (2 - \bar{y})^2 + (4 - \bar{y})^2 + (5 - \bar{y})^2 + (x - \bar{y})^2\)
Substitute the expression for \(\bar{y}\):
\(\sum (y_i - \bar{y})^2 = \left(2 - \frac{13+x}{5}\right)^2 + \left(2 - \frac{13+x}{5}\right)^2 + \left(4 - \frac{13+x}{5}\right)^2 + \left(5 - \frac{13+x}{5}\right)^2 + \left(x - \frac{13+x}{5}\right)^2\)
Simplify the terms inside the parentheses:
Now square these terms:
Sum of squared differences:
\(\sum (y_i - \bar{y})^2 = \frac{(9 + 6x + x^2) + (9 + 6x + x^2) + (49 - 14x + x^2) + (144 - 24x + x^2) + (16x^2 - 104x + 169)}{25}\)
Combine like terms in the numerator:
\(\sum (y_i - \bar{y})^2 = \frac{(x^2 + x^2 + x^2 + x^2 + 16x^2) + (6x + 6x - 14x - 24x - 104x) + (9 + 9 + 49 + 144 + 169)}{25}\)
\(\sum (y_i - \bar{y})^2 = \frac{20x^2 - 130x + 380}{25}\)
Now substitute this into the variance formula \(\sigma^2 = \frac{\sum (y_i - \bar{y})^2}{n}\), with \(\sigma^2 = 3.6\) and \(n = 5\):
\(3.6 = \frac{\frac{20x^2 - 130x + 380}{25}}{5}\)
\(3.6 = \frac{20x^2 - 130x + 380}{25 \times 5}\)
\(3.6 = \frac{20x^2 - 130x + 380}{125}\)
Multiply both sides by 125:
\(3.6 \times 125 = 20x^2 - 130x + 380\)
\(450 = 20x^2 - 130x + 380\)
Rearrange into a quadratic equation by subtracting 450 from both sides:
\(0 = 20x^2 - 130x + 380 - 450\)
\(0 = 20x^2 - 130x - 70\)
Divide the entire equation by 10 to simplify:
\(0 = 2x^2 - 13x - 7\)
We can solve this quadratic equation by factoring. We look for two numbers that multiply to \(2 \times -7 = -14\) and add up to \(-13\). These numbers are -14 and 1.
Rewrite the middle term \(-13x\) as \(-14x + x\):
\(2x^2 - 14x + x - 7 = 0\)
Factor by grouping:
\(2x(x - 7) + 1(x - 7) = 0\)
\((2x + 1)(x - 7) = 0\)
This gives two possible solutions for \(x\):
\(2x + 1 = 0 \implies 2x = -1 \implies x = -\frac{1}{2}\)
\(x - 7 = 0 \implies x = 7\)
The problem states that the observations are positive. Since \(x = -\frac{1}{2}\) is negative, it is not a valid solution in this context. Therefore, the remaining observation must be \(x = 7\).
Let's check if the variance is 3.6 when the observations are 2, 2, 4, 5, 7.
Mean = \(\frac{2+2+4+5+7}{5} = \frac{20}{5} = 4\)
Differences from mean: \(2-4=-2\), \(2-4=-2\), \(4-4=0\), \(5-4=1\, \(7-4=3\)
Squared differences: \((-2)^2=4\), \((-2)^2=4\), \(0^2=0\), \(1^2=1\), \(3^2=9\)
Sum of squared differences = \(4 + 4 + 0 + 1 + 9 = 18\)
Variance = \(\frac{\text{Sum of squared differences}}{n} = \frac{18}{5} = 3.6\)
The calculated variance matches the given variance, confirming that the missing observation is 7.
| Observation (\(y_i\)) | Mean (\(\bar{y}\)) | Difference (\(y_i - \bar{y}\)) | Squared Difference \((y_i - \bar{y})^2\) |
|---|---|---|---|
| 2 | 4 | -2 | 4 |
| 2 | 4 | -2 | 4 |
| 4 | 4 | 0 | 0 |
| 5 | 4 | 1 | 1 |
| 7 | 4 | 3 | 9 |
| Sum | - | 0 | 18 |
The sum of squared differences is 18. Variance = \(\frac{18}{5} = 3.6\).
| Concept | Definition | Formula | Use in Problem |
|---|---|---|---|
| Observation | An individual data point. | - | The values 2, 2, 4, 5, and the unknown \(x\). |
| Mean (\(\bar{y}\)) | The average of a set of observations. | \(\bar{y} = \frac{\sum y_i}{n}\) | Calculated to find differences for variance. |
| Variance (\(\sigma^2\)) | A measure of how spread out the data points are from the mean. It's the average of the squared differences from the mean. | \(\sigma^2 = \frac{\sum (y_i - \bar{y})^2}{n}\) | Given value used to set up the equation. |
| Sum of Squared Differences (\(\sum (y_i - \bar{y})^2\)) | The sum of the squares of the deviations of each observation from the mean. | \(\sum (y_i - \bar{y})^2\) | Intermediate calculation step for variance. |
Variance is a fundamental measure of dispersion in statistics. While variance measures the average squared deviation from the mean, its square root, the standard deviation (\(\sigma\)), is often more intuitive because it is in the same units as the original data.
Both variance and standard deviation are crucial for understanding the variability within a dataset. A higher variance or standard deviation indicates that the data points are more spread out from the mean, while a lower value indicates they are clustered closer to the mean.
In this problem, we were given the variance directly. If we were given the standard deviation, we would square it first to get the variance before using the formula.
Mean of 100 observations is 50 and standard deviation is 10. If 5 is added to each observation, then what will be the new mean and new standard deviation respectively?
If \(\rm \displaystyle \sum_{i = 1}^{10}x_i = 110\) and \(\rm \displaystyle \sum_{i = 1}^{10}x_i^2 = 1540\) then what is the variance?
The sum of deviations of n numbers from 10 and 20 are p and q respectively. If (p - q)2 = 10000, then what is the value of n?
In any discrete series (when all values are not same) if x represent mean deviation about mean and y represent standard deviation, then which one of the following is correct?
If V is the variance and M is the mean of first 15 natural numbers, then what is V + M 2equal to?
Which one of the following subjects shows highest variability of marks ?
What is the coefficient of variation of marks in Mathematics ?
Arithmetic mean of 10 observations is 60 and sum of squares of deviations from 50 is 5000. What is the standard deviation of the observations?
Consider the following statements:
1) If 10 is added to each entry on a list, then the average increases by 10
2) IF 10 is added to each entry on a list, then the standard deviation increases by 10
3) if each entry on a list is doubled then the average doubles
What of the above statements are correct?
The variance of 25 observations is 4. If 2 is added to each observation, then the new variance of the resulting observations is
Mean of 100 observations is 50 and standard deviation is 10. If 5 is added to each observation, then what will be the new mean and new standard deviation respectively?
When sampling is done without replacement then standard error of mean is:
Consider a population that is finite, and sampling is with replacement. If the variance of the population is 2176.8 with a sample size of 16, then the variance of the sampling distribution of means is:
If \(\rm \displaystyle \sum_{i = 1}^{10}x_i = 110\) and \(\rm \displaystyle \sum_{i = 1}^{10}x_i^2 = 1540\) then what is the variance?
The sum of deviations of n numbers from 10 and 20 are p and q respectively. If (p - q)2 = 10000, then what is the value of n?