1. Key Concepts and Formulas
- Mean (μ) for a Frequency Distribution: The mean is the weighted average of the observations, where each observation is weighted by its frequency.
μ=∑i=1nfi∑i=1nfixi=N∑fixi
where xi are the observations, fi are their corresponding frequencies, and N=∑fi is the total frequency.
- Variance (σ2) for a Frequency Distribution: Variance measures the spread or dispersion of the data. A computationally efficient formula for variance is:
σ2=N∑i=1nfixi2−μ2
- Solving Systems of Linear Equations: This problem requires solving two linear equations with two unknowns to find the frequencies.
2. Step-by-Step Solution
Step 1: Formulate Equation 1 using the Initial Mean
- What we're doing: We are using the given initial mean (μ1=6) and the structure of the initial frequency distribution to establish the first algebraic relationship between the unknown frequencies, α and β.
- Why: The mean formula directly links the sum of (frequency × observation) and the total frequency to the given mean, providing a necessary equation to solve for the unknowns.
The initial frequency distribution is:
x:{x1=2,x2=6,x3=8,x4=9}
f:{f1=4,f2=4,f3=α,f4=β}
- Calculate the total frequency (N1):
N1=∑fi=4+4+α+β=8+α+β
- Calculate the sum of fixi:
∑fixi=(4×2)+(4×6)+(α×8)+(β×9)
∑fixi=8+24+8α+9β=32+8α+9β
- Apply the mean formula with μ1=6:
μ1=N1∑fixi
6=8+α+β32+8α+9β
Multiply both sides by (8+α+β):
6(8+α+β)=32+8α+9β
48+6α+6β=32+8α+9β
Rearranging terms to group α and β:
48−32=8α−6α+9β−6β
16=2α+3β(Equation 1)
Step 2: Formulate Equation 2 using the Initial Variance
- What we're doing: We are utilizing the given initial variance (σ12=6.8) along with the initial frequency distribution to derive a second independent equation involving α and β.
- Why: Having two independent equations with two unknowns (α and β) allows us to solve for their unique values.
- Calculate the sum of fixi2:
∑fixi2=(4×22)+(4×62)+(α×82)+(β×92)
∑fixi2=(4×4)+(4×36)+(64α)+(81β)
∑fixi2=16+144+64α+81β=160+64α+81β
- Apply the variance formula with σ12=6.8 and μ1=6:
σ12=N1∑fixi2−μ12
6.8=8+α+β160+64α+81β−62
6.8=8+α+β160+64α+81β−36
Add 36 to both sides:
6.8+36=8+α+β160+64α+81β
42.8=8+α+β160+64α+81β
Multiply both sides by (8+α+β):
42.8(8+α+β)=160+64α+81β
342.4+42.8α+42.8β=160+64α+81β
Rearranging terms:
342.4−160=64α−42.8α+81β−42.8β
182.4=21.2α+38.2β
To simplify, multiply by 10 and then divide by 2:
1824=212α+382β
912=106α+191β(Equation 2)
Step 3: Solve for α and β
- What we're doing: We are solving the system of two linear equations obtained in Step 1 and Step 2 to determine the specific values of α and β.
- Why: Knowing the exact frequencies is crucial for accurately calculating the new mean after the specified data modification.
Our system of equations is:
- 2α+3β=16
- 106α+191β=912
From Equation 1, express α in terms of β:
2α=16−3β⟹α=8−23β
Substitute this expression for α into Equation 2:
106(8−23β)+191β=912
848−159β+191β=912
848+32β=912
32β=912−848
32β=64
β=2
Now, substitute the value of β=2 back into Equation 1 to find α:
2α+3(2)=16
2α+6=16
2α=10
α=5
Thus, the unknown frequencies are α=5 and β=2.
Step 4: Calculate the New Mean after Data Modification
- What we're doing: We are now applying the specified change to the data (x3 from 8 to 7) and then calculating the mean for this modified frequency distribution using the α and β values we just found.
- Why: This is the final requirement of the problem statement.
The new frequency distribution is:
x:{2,6,7,9} (The value x3 changed from 8 to 7)
f:{4,4,5,2} (Using α=5 and β=2)
- Calculate the new total frequency (N2):
N2=∑fi=4+4+5+2=15
(Note: Since only an observation value (xi) changed and no frequencies (fi) were altered, the total frequency remains the same as N1=8+α+β=8+5+2=15.)
- Calculate the new sum of fixi:
∑fixi (new)=(4×2)+(4×6)+(5×7)+(2×9)
∑fixi (new)=8+24+35+18
∑fixi (new)=85
- Calculate the new mean (μ2):
μ2=N2∑fixi (new)
μ2=1585
Simplify the fraction by dividing both numerator and denominator by 5:
μ2=317
3. Common Mistakes & Tips
- Calculation Errors: Statistics problems, especially those involving multiple steps and equations, are prone to arithmetic errors. Always double-check your sums, products, and algebraic manipulations.
- Choosing the Right Variance Formula: While the definitional formula for variance involves (xi−μ)2, the formula σ2=N∑fixi2−μ2 is generally more efficient for calculations, particularly when μ is not an integer or when solving for unknowns.
- Understanding Data Changes: Remember that changing an observation value (xi) affects ∑fixi and ∑fixi2, but typically does not change the total frequency (N), unless a frequency (fi) itself is altered or an observation is added/removed.
4. Summary
This problem effectively demonstrates the application of fundamental statistical concepts of mean and variance for frequency distributions. We began by setting up a system of two linear equations derived from the given initial mean and variance. Solving this system allowed us to accurately determine the unknown frequencies α=5 and β=2. With these frequencies, we then incorporated the specified change in data (x3 from 8 to 7) and recalculated the sum of fixi. Finally, we divided this new sum by the total frequency to arrive at the new mean.
5. Final Answer
The final answer is 317, which corresponds to option (C).