Analyzing the Data Integrity
We are given n=12 observations with an incorrect mean xˉold=29 and an incorrect variance σold2=4. The two incorrect observations are 9 and 10, while the correct values are 7 and 14.
The first step is to recover the original sum of the data. Since xˉ=n∑xi, we calculate the total sum as:
Now, we perform the correction by removing the erroneous values and adding the correct ones:
∑xnew=54−(9+10)+(7+14)=54−19+21=56
The correct mean is therefore:
The Hidden Complexity of Variance
To find the correct variance, we must first determine the sum of squares. We use the variance formula σ2=n∑xi2−(xˉ)2 to reverse-engineer the incorrect sum of squares:
Solving for ∑xold2:
12∑xold2=4+481=497⇒∑xold2=12×497=291
Next, we calculate the correct sum of squares by adjusting for the specific values:
∑xnew2=∑xold2−(92+102)+(72+142)
∑xnew2=291−(81+100)+(49+196)=291−181+245=355
Final Calculation
We now substitute the correct sum of squares and the correct mean into the variance formula:
σnew2=12355−(314)2=12355−9196
To subtract these, we use the least common multiple of 12 and 9, which is 36:
σnew2=36355×3−196×4=361065−784=36281
Given that the variance is expressed as nm where m and n are coprime, we identify m=281 and n=36.
The final result is:
m+n=281+36=317