Step 1: Understanding the Concept:
The problem requires performing a Chi-squared (\(\chi^2\)) test for independence. This test is used to determine if there is a significant association between two categorical variables: in this case, 'intelligence' (intelligent/not intelligent) and 'type of school' (government/private). The null hypothesis is that there is no association between the two variables.
Step 2: Key Formula or Approach:
The Chi-squared test statistic is calculated as:
\[ \chi^2 = \sum \frac{(O - E)^2}{E} \]
Where:
- \(O\) is the observed frequency in each cell of the contingency table.
- \(E\) is the expected frequency in each cell, calculated under the assumption of independence.
The formula for expected frequency is:
\[ E = \frac{(\text{Row Total}) \times (\text{Column Total})}{\text{Grand Total}} \]
Step 3: Detailed Explanation:
First, construct the 2x2 contingency table of observed frequencies (O) from the given data.
- Total boys = 200.
- Intelligent boys = 75. So, Not Intelligent boys = 200 - 75 = 125.
- Intelligent and from Government schools = 40.
- Intelligent and from Private schools = 75 - 40 = 35.
- Not Intelligent and from Private schools = 85.
- Not Intelligent and from Government schools = 125 - 85 = 40.
Observed Frequencies (O):
\begin{center}
\begin{tabular}{|l|c|c|c|}
\hline
& Government & Private & Row Total
\hline
Intelligent & 40 & 35 & 75
\hline
Not Intelligent & 40 & 85 & 125
\hline
Column Total & 80 & 120 & 200
\hline
\end{tabular}
\end{center}
Next, calculate the expected frequencies (E) for each cell:
- E(Int, Gov) = \(\frac{75 \times 80}{200} = 30\)
- E(Int, Pri) = \(\frac{75 \times 120}{200} = 45\)
- E(Not Int, Gov) = \(\frac{125 \times 80}{200} = 50\)
- E(Not Int, Pri) = \(\frac{125 \times 120}{200} = 75\)
Now, calculate the \(\chi^2\) statistic:
\[ \chi^2 = \frac{(40 - 30)^2}{30} + \frac{(35 - 45)^2}{45} + \frac{(40 - 50)^2}{50} + \frac{(85 - 75)^2}{75} \]
\[ \chi^2 = \frac{10^2}{30} + \frac{(-10)^2}{45} + \frac{(-10)^2}{50} + \frac{10^2}{75} \]
\[ \chi^2 = \frac{100}{30} + \frac{100}{45} + \frac{100}{50} + \frac{100}{75} \]
\[ \chi^2 = \frac{10}{3} + \frac{20}{9} + 2 + \frac{4}{3} \]
\[ \chi^2 = \frac{30}{9} + \frac{20}{9} + \frac{18}{9} + \frac{12}{9} = \frac{30+20+18+12}{9} = \frac{80}{9} \]
\[ \chi^2 \approx 8.888... \]
Step 4: Final Answer:
The value of the test statistic is approximately 8.89.