Analyzing the Setup
We are given a set of n=7 students with a mean score of xˉ=62 and a variance of σ2=20. A student is defined as having failed if their score xi<50. We aim to find the maximum number of students who could have failed under these constraints.
The Budget of Deviation
The variance is defined by the formula:
Given n=7, xˉ=62, and σ2=20, we can calculate the total sum of squared deviations (our "deviation budget"):
i=1∑7(xi−62)2=n×σ2=7×20=140
This value of 140 represents the absolute limit for the sum of squared differences from the mean. No distribution of marks can exceed this total.
The Red Zone
Defining Failure
A student fails if xi<50. We examine the impact of a single failing student on our deviation budget by looking at their deviation from the mean:
(xi−62)<(50−62)
(xi−62)<−12
To determine the cost to our budget, we square this deviation. Since we are squaring a value less than −12, the inequality becomes:
(xi−62)2>(−12)2
(xi−62)2>144
The Clash of Constraints
To have even a single student fail, we would be required to spend at least 144 units of our deviation budget. However, our total available budget is strictly limited to 140 units.
Because 144>140, it is mathematically impossible for any student to score below 50 without violating the given variance constraint. Even if we attempted to make one student fail, the resulting squared deviation would exceed the total allowed budget.
Final Conclusion
Since the cost of a single failure exceeds the total budget, the number of students who can fail is 0. The constraints of the mean and variance ensure that every student must have scored at least 50.