Two-Way Tables Statistics Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
From the two-way table: Passed exam — studied (40), didn't study (10); Failed exam — studied (5), didn't study (25). Calculate the percentage of students who passed among those who studied, and among those who didn't study.

Solution

  1. 1
    Step 1: Total who studied: 40+5=4540 + 5 = 45. Total who didn't study: 10+25=3510 + 25 = 35.
  2. 2
    Step 2: Percentage who passed among studiers: 4045×10088.9%\frac{40}{45} \times 100 \approx 88.9\%.
  3. 3
    Step 3: Percentage who passed among non-studiers: 1035×10028.6%\frac{10}{35} \times 100 \approx 28.6\%.

Answer

About 88.9% of students who studied passed, compared to about 28.6% of students who didn't study.
Two-way tables allow us to compute conditional percentages — the percentage of one outcome given a specific condition. Comparing conditional percentages across groups reveals potential associations between the two categorical variables.

About Two-Way Tables

A two-way table (contingency table) displays the frequency of data categorized by two different categorical variables simultaneously, with one variable in rows and the other in columns, allowing comparison of distributions across groups.

Learn more about Two-Way Tables →

More Two-Way Tables Examples