The mean of 5 data is 5.2 and their variance is 27.296. If three of the data are 1,3 and 6 then other two data are
Explanation
Given:
Mean of 5 data = 5.2
Variance = 27.296
Three of the data points are: 1, 3, and 6
Formula used:
Mean = nSum of all data
Variance = n∑(xi−xˉ)2
Calculation:
Mean = 5.2 = 51+3+6+x1+x2
⇒ 5.2 × 5 = 1 + 3 + 6 + x₁ + x₂
⇒ 26 = 10 + x₁ + x₂
⇒ x₁ + x₂ = 16
Variance = 27.296 = 5(1−5.2)2+(3−5.2)2+(6−5.2)2+(x1−5.2)2+(x2−5.2)2
27.296 × 5 = (1 - 5.2)² + (3 - 5.2)² + (6 - 5.2)² + (x₁ - 5.2)² + (x₂ - 5.2)²
⇒ 136.48 = (-4.2)² + (-2.2)² + (0.8)² + (x₁ - 5.2)² + (x₂ - 5.2)²
⇒ 136.48 = 17.64 + 4.84 + 0.64 + (x₁ - 5.2)² + (x₂ - 5.2)²
⇒ 136.48 = 23.12 + (x₁ - 5.2)² + (x₂ - 5.2)²
=(x1−5.2)2+(x2−5.2)2=136.48−23.12=113.36
Let x1=16−x2 (from Step 1)
Substitute this in the equation:
<br>=(x1−5.2)2+(x2−5.2)2=113.36
By substituting the values and solving, we get the values of x1 and x2 as:
x1=9,x2=7
∴ The other two data points are 9 and 7