By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Chi-Square Tests are statistical methods used to determine if there is a significant association between categorical variables. The Goodness-of-Fit Test checks if a sample matches a population, while the Test of Independence checks if two categorical variables are independent. This topic appears in exams to test your ability to apply statistical methods to real-world data and interpret the results.
Chi-Square Tests are commonly tested in statistics, psychology, sociology, and business exams. They appear frequently and can carry significant marks (10-20% of the total). These tests evaluate your ability to analyze categorical data, understand distributions, and make data-driven decisions.
Intermediate
Question: A company claims that their product has equal market share among three regions. The observed frequencies are 50, 70, and 80. Test this claim at a 5% significance level.
Step-by-Step:1. Null Hypothesis: Equal market share (33.33% each).2. Expected Frequencies: [ E_1 = E_2 = E_3 = \frac{200}{3} \approx 66.67 ]3. Chi-Square Calculation: [ \chi^2 = \frac{(50 - 66.67)^2}{66.67} + \frac{(70 - 66.67)^2}{66.67} + \frac{(80 - 66.67)^2}{66.67} \approx 6.67 ]4. Degrees of Freedom: (3 - 1 = 2).5. p-value: Using Chi-Square table, (p < 0.05).
Answer: Reject the null hypothesis.
Question: A survey asks 100 people about their preference for two brands (A and B) and two age groups (Young and Old). The observed frequencies are:
Test if brand preference is independent of age group at a 5% significance level.
Step-by-Step:1. Null Hypothesis: Brand preference is independent of age group.2. Expected Frequencies: [ E_{11} = \frac{50 \times 50}{100} = 25, \quad E_{12} = \frac{50 \times 50}{100} = 25 ] [ E_{21} = \frac{50 \times 50}{100} = 25, \quad E_{22} = \frac{50 \times 50}{100} = 25 ]3. Chi-Square Calculation: [ \chi^2 = \frac{(30 - 25)^2}{25} + \frac{(20 - 25)^2}{25} + \frac{(20 - 25)^2}{25} + \frac{(30 - 25)^2}{25} = 4 ]4. Degrees of Freedom: ((2 - 1) \times (2 - 1) = 1).5. p-value: Using Chi-Square table, (p > 0.05).
Answer: Fail to reject the null hypothesis.
Question: A study examines the relationship between education level (High School, College, Graduate) and job satisfaction (Satisfied, Neutral, Dissatisfied). The observed frequencies are:
Test if job satisfaction is independent of education level at a 5% significance level.
Step-by-Step:1. Null Hypothesis: Job satisfaction is independent of education level.2. Expected Frequencies: [ E_{11} = \frac{45 \times 90}{180} = 22.5, \quad E_{12} = \frac{45 \times 70}{180} = 17.5, \quad E_{13} = \frac{45 \times 20}{180} = 5 ] [ E_{21} = \frac{70 \times 90}{180} = 35, \quad E_{22} = \frac{70 \times 70}{180} = 27.78, \quad E_{23} = \frac{70 \times 20}{180} = 7.22 ] [ E_{31} = \frac{65 \times 90}{180} = 32.5, \quad E_{32} = \frac{65 \times 70}{180} = 25.44, \quad E_{33} = \frac{65 \times 20}{180} = 7.06 ]3. Chi-Square Calculation: [ \chi^2 = \sum \frac{(O_{ij} - E_{ij})^2}{E_{ij}} \approx 4.56 ]4. Degrees of Freedom: ((3 - 1) \times (3 - 1) = 4).5. p-value: Using Chi-Square table, (p > 0.05).
Correct Approach: Ensure all expected frequencies are greater than 5.
Mistake: Incorrect degrees of freedom calculation.
Correct Approach: Always subtract 1 from rows and columns.
Mistake: Misinterpreting p-value.
Correct Approach: Reject the null hypothesis only if (p < 0.05).
Mistake: Not summing chi-square values correctly.
Mini-Example: Which of the following is the correct formula for the Chi-Square Test?
Short Answer:
Mini-Example: Calculate the Chi-Square statistic for the given data.
Data Analysis:
Question: What is the formula for the Chi-Square Test? Options: A) (\chi^2 = \sum \frac{(O_i - E_i)^2}{E_i}) B) (\chi^2 = \sum \frac{(O_i - E_i)^2}{O_i}) C) (\chi^2 = \sum \frac{(O_i - E_i)}{E_i}) D) (\chi^2 = \sum \frac{(O_i - E_i)}{O_i})
Correct Answer: A) (\chi^2 = \sum \frac{(O_i - E_i)^2}{E_i})
Explanation: The Chi-Square formula involves squaring the difference between observed and expected frequencies and dividing by the expected frequency.
Why the Distractors Are Tempting: - B) Incorrectly uses observed frequency in the denominator. - C) Forgets to square the difference. - D) Incorrectly uses observed frequency in the denominator and forgets to square the difference.
Question: What are the degrees of freedom for a Chi-Square Goodness-of-Fit Test with 4 categories? Options: A) 3 B) 4 C) 5 D) 6
Correct Answer: A) 3
Explanation: Degrees of freedom for Goodness-of-Fit Test is (k - 1), where (k) is the number of categories.
Why the Distractors Are Tempting: - B) Incorrectly assumes degrees of freedom is equal to the number of categories. - C) Incorrectly adds 1 to the number of categories. - D) Incorrectly assumes degrees of freedom is one more than the number of categories.
Question: In a Chi-Square Test of Independence with 3 rows and 4 columns, what are the degrees of freedom? Options: A) 6 B) 7 C) 9 D) 12
Correct Answer: A) 6
Explanation: Degrees of freedom for Test of Independence is ((r - 1) \times (c - 1)), where (r) is the number of rows and (c) is the number of columns.
Why the Distractors Are Tempting: - B) Incorrectly assumes degrees of freedom is (r \times c - 1). - C) Incorrectly assumes degrees of freedom is (r \times c). - D) Incorrectly assumes degrees of freedom is (r \times c + 1).
Question: If the p-value in a Chi-Square Test is 0.03, what should you conclude? Options: A) Reject the null hypothesis B) Fail to reject the null hypothesis C) The test is inconclusive D) The null hypothesis is true
Correct Answer: A) Reject the null hypothesis
Explanation: If (p < 0.05), you reject the null hypothesis.
Why the Distractors Are Tempting: - B) Incorrectly assumes (p < 0.05) means failing to reject the null hypothesis. - C) Incorrectly assumes the test is inconclusive. - D) Incorrectly assumes the null hypothesis is true.
Question: Which of the following is NOT a step in the Chi-Square Goodness-of-Fit Test? Options: A) Calculate observed frequencies B) Calculate expected frequencies C) Calculate the Chi-Square statistic D) Calculate the correlation coefficient
Correct Answer: D) Calculate the correlation coefficient
Explanation: The correlation coefficient is not part of the Chi-Square Goodness-of-Fit Test.
Why the Distractors Are Tempting: - A) Correct step in the test. - B) Correct step in the test. - C) Correct step in the test.
Understand frequency distributions and cross-tabulations.
Core Rules:
Practice interpreting p-values.
Practice:
Work through multiple-choice questions.
Timed Drills:
Focus on speed and accuracy.
Mock Tests:
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.