Skip to content
M
hscscienceMaths Std · Y12
0/100daily goal
0
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Relative Frequency & Probability · L4 of 4 ~45 min MST-12-S2-09 ⚡ +90 XP available

Venn Diagrams, Two-Way Tables and Statistical Decisions

Venn diagrams and two-way tables turn overlapping categories into visual structures you can read probabilities from directly. And behind every headline statistic — a drug "reduces risk by 50%", a policy "backed by 72% of Australians" — is a probability calculation that shaped a decision.

Today's hook — In a class of 30 students: 12 play sport, 10 play a musical instrument, and 5 do both. How many students play sport OR music (or both)? And how many play NEITHER? Think about it — drawing two overlapping circles is the key.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

In a class of 30 students: 12 play sport, 10 play a musical instrument, and 5 do both. Write your gut answers — no calculating yet:

  • How many students play sport OR music (or both)?
  • How many play ONLY sport (not music)?
  • How many play NEITHER sport nor music?
auto-saved
02
The key formulas you need to own
+5 XP to read

The addition rule $P(A \cup B) = P(A) + P(B) - P(A \cap B)$ handles overlapping events. The intersection $P(A \cap B)$ is the overlap region. The complement gives neither: $P(\text{neither}) = 1 - P(A \cup B)$.

A Venn diagram for two attributes has four regions: A only, B only, both (A∩B), and neither. A two-way table shows the same four regions in a grid. Both tools answer the same questions — choose whichever the question presents or whichever is easier to draw.

$P(A \cup B) = P(A) + P(B) - P(A \cap B)$  |  $P(\text{neither}) = 1 - P(A \cup B)$
Double-counting
When you add $P(A) + P(B)$, you count $P(A \cap B)$ twice. That's why you subtract it once. If A and B are mutually exclusive (no overlap), then $P(A \cap B) = 0$ and the rule simplifies to $P(A) + P(B)$.
Two-way table rows/columns sum
In a two-way table, each row total and column total must sum to the grand total. Use this to find missing values — it's the most common HSC exam technique for these questions.
Reading the question
"At least one" = union (A or B or both). "Exactly one" = A only + B only. "Neither" = outside both circles. Read carefully — the word "or" in everyday English often means "at least one."
03
What you'll master
Know

Key facts

  • The four regions of a Venn diagram: A only, B only, A∩B (both), neither
  • The addition rule: $P(A \cup B) = P(A) + P(B) - P(A \cap B)$
  • How to fill in a two-way table from given data
Understand

Concepts

  • Why the addition rule subtracts $P(A \cap B)$ (avoid double-counting)
  • How to convert a Venn diagram to a two-way table and vice versa
  • How statistics and probability are used to shape real-world decisions — and what to look for to spot misleading statistics
Can do

Skills

  • Construct a Venn diagram from a description and extract probabilities from it
  • Construct and complete a two-way table from given information
  • Calculate $P(A)$, $P(B)$, $P(A \cap B)$, $P(A \cup B)$, $P(\text{neither})$ from either representation
  • Critically evaluate a statistical claim in context
04
Key terms
Venn diagramA diagram using overlapping circles inside a rectangle to show the relationships between two (or more) sets. The four regions represent: A only, B only, both (A∩B), and neither.
Two-way tableA table that organises data according to two categorical attributes. Rows = one attribute, columns = the other. Each cell is a count or probability; row and column totals sum to the grand total.
Union (A ∪ B)The event that A or B (or both) occurs. In a Venn diagram: all three inner regions. $P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
Intersection (A ∩ B)The event that BOTH A and B occur. In a Venn diagram: the overlap region only. In a two-way table: the cell where both attributes are present.
Mutually exclusiveTwo events are mutually exclusive if they cannot both occur — the Venn circles don't overlap. Then $P(A \cap B) = 0$ and $P(A \cup B) = P(A) + P(B)$.
Complement (A')Everything NOT in event A. $P(A') = 1 - P(A)$. The complement of the union A∪B is "neither A nor B": $P(\text{neither}) = 1 - P(A \cup B)$.
AttributeA categorical characteristic used to classify data — e.g. "plays sport: yes/no", "diet: healthy/unhealthy". Two-way tables and Venn diagrams are both limited to two attributes at HSC Standard level.
05
Two-Way Tables
core concept

A two-way table organises data involving two categorical attributes. Rows represent one attribute; columns represent the other. Every cell is a count (or probability), and the marginal totals are the row and column sums.

Structure of a two-way table:

  • Label rows for attribute A (e.g. female/male); label columns for attribute B (e.g. phone/no phone). Four data cells + row totals, column totals, and a grand total.
  • Finding missing values: Row and column totals must be consistent. If you know a row total and two of the three values in that row, the third is determined by subtraction.
  • Probabilities from a table: Divide any cell count by the grand total to get a probability.
Example table — survey of 100 people: 60 female, 40 male. 45 females own a smartphone, 30 males own one.
PhoneNo phoneTotal
Female451560
Male301040
Total7525100
$P(\text{phone}) = 75/100 = 3/4$. $P(\text{female and phone}) = 45/100 = 9/20$.
HSC technique — finding a missing value: When a two-way table has a missing value, use the row or column sum. E.g. if a row total is 40 and one cell is 27, the other cell is $40 - 27 = 13$. Always fill in totals first, then work backwards to find any unknown cells.

A two-way table organises categorical data by two variables. Marginal frequencies are the row and column totals; joint frequencies are individual cell counts. P(A and B) = cell count ÷ grand total.

Pause — copy the two-way table structure: cells = joint frequencies, row and column totals = marginal frequencies, bottom-right cell = grand total — and the joint probability formula: P(A and B) = cell count ÷ grand total into your book.

Quick check: In a survey of 200 people, 90 like coffee, 80 like tea, and 30 like both. How many like NEITHER coffee nor tea?

06
Venn Diagrams
core concept

A two-way table places joint frequencies in cells and marginal totals in the borders: P(A and B) = cell count ÷ grand total. A Venn diagram represents the same information visually with overlapping circles: A only, B only, the intersection A ∩ B, and neither. The addition rule P(A or B) = P(A) + P(B) − P(A ∩ B) corrects for double-counting the intersection when finding "at least one of A or B".

A Venn diagram represents two attributes as two overlapping circles inside a rectangle. The four regions correspond exactly to the four cells in a two-way table.

Drawing a Venn diagram — step by step:

  1. Draw a rectangle (the universal set $S$).
  2. Draw two overlapping circles — label them A and B.
  3. Fill in the overlap region first: $n(A \cap B)$.
  4. Fill in A only: $n(A \text{ only}) = n(A) - n(A \cap B)$.
  5. Fill in B only: $n(B \text{ only}) = n(B) - n(A \cap B)$.
  6. Fill in neither: $n(\text{neither}) = n(S) - n(A \text{ only}) - n(B \text{ only}) - n(A \cap B)$.
Class example — filled in: 30 students: 12 sport (S), 10 music (M), 5 both (S∩M).
Overlap = 5; S only = 12 − 5 = 7; M only = 10 − 5 = 5; neither = 30 − 7 − 5 − 5 = 13.
Venn diagram labels: left region = 7, overlap = 5, right region = 5, outside = 13.
$P(\text{at least one}) = (7 + 5 + 5)/30 = 17/30$. Check: $7 + 5 + 5 + 13 = 30$ ✓
Reading probabilities: Any region count / grand total gives a probability. To translate a Venn diagram to a two-way table: A only → row A / col "not B"; A∩B → row A / col B; B only → row "not A" / col B; neither → row "not A" / col "not B".
Mutually exclusive case: If the two circles don't overlap, $n(A \cap B) = 0$. The addition rule simplifies: $P(A \cup B) = P(A) + P(B)$.

A Venn diagram shows two or more overlapping sets. The intersection (A ∩ B) is the overlap region. P(A or B) = P(A) + P(B) − P(A ∩ B). Add-then-subtract rule prevents double-counting the intersection.

Pause — copy the four Venn diagram regions: A only, B only, A ∩ B (intersection/overlap), and neither — and the addition rule: P(A or B) = P(A) + P(B) − P(A ∩ B), subtracting the intersection to avoid double-counting into your book.

Fill the blanks: In a group of 40 people: 22 like action movies (A), 18 like comedies (C), 8 like both. A-only region = 22 − 8 = . C-only region = 18 − 8 = . Neither = 40 − 14 − 10 − 8 = . P(at least one) = .

07
Statistics in Real Decisions
core concept

P(A or B) = P(A) + P(B) − P(A ∩ B) is the addition rule for Venn diagrams. Choosing the right tool for a probability problem: use a two-way table when data is organised by two categorical variables; use a Venn diagram when the question involves union, intersection, or "at least one"; use a tree diagram when outcomes occur in sequence with conditional probabilities at each stage.

Probability and statistics aren't just classroom tools — they're used by media, governments and companies to frame arguments, justify policies and influence behaviour. Understanding HOW statistics are used (and misused) is a critical skill.

Where statistics shape decisions:

  • Media: "New study: drinking coffee reduces risk of disease by 50%." This means relative risk dropped from, say, 2% to 1% — not that half the population is protected. Absolute vs relative risk is often blurred.
  • Government: Health policy, speed limit changes, and economic decisions are all backed by statistical models. A government might say "75% of Australians support this policy" based on a sample of 500 people — reliability depends on sample size and selection.
  • Companies: Insurance premiums are set using probability data ($E = n \times p$). Advertising claims ("4 out of 5 dentists recommend…") are probability statements based on surveys that may be unrepresentative.
Five questions to ask about a statistic:
  1. How large was the sample? (Small samples = unreliable probability estimates)
  2. Was the sample representative? (Self-selected samples are biased)
  3. Is it absolute or relative risk? ("50% reduction" sounds big; "2% → 1%" is smaller)
  4. Who funded the study? (Conflicts of interest can bias results)
  5. Has the result been replicated? (One study is not proof)
HSC exam tip: In extended response questions, you may need to evaluate whether a conclusion from data is valid. Comment on: sample size, representation, and whether the probability claims are stated clearly. Use probability vocabulary in your justification.

Statistical tools (two-way tables, Venn diagrams, tree diagrams) support real decisions such as medical screening accuracy, insurance risk assessment, and quality control. Choose the tool that best displays the structure of the problem.

Pause — copy the tool-selection guide: two-way table for two-category data, Venn diagram for union/intersection/complement problems, tree diagram for sequential multi-stage experiments with conditional probabilities into your book.

True or false: A headline saying "Coffee reduces heart disease risk by 50%" necessarily means a very large portion of the population benefits significantly.

PROBLEM 1 · VENN DIAGRAM FROM DESCRIPTION

In a Year 12 cohort of 120 students, 72 study Biology, 48 study Chemistry, and 20 study both. (a) Draw a Venn diagram showing all four regions. (b) Find $P(\text{studies Biology only})$. (c) Find $P(\text{studies at least one science})$. (d) Find $P(\text{studies neither})$.

1
Fill the Venn diagram regions
Overlap = 20
Biology only = 72 − 20 = 52
Chemistry only = 48 − 20 = 28
Neither = 120 − 52 − 20 − 28 = 20
Check: 52 + 20 + 28 + 20 = 120 ✓
Always fill in the overlap first. Then subtract to get each "only" region. Finally, use the grand total to find "neither."
PROBLEM 2 · TWO-WAY TABLE

A survey of 150 people asked about exercise frequency (regular/not regular) and diet quality (healthy/unhealthy). Results: regular exercise AND healthy diet = 55; regular AND unhealthy = 25; not regular AND healthy = 20; not regular AND unhealthy = 50. (a) Construct the two-way table with totals. (b) Find $P(\text{regular exercise})$. (c) What fraction of regular exercisers also eat healthily? (d) Find $P(\text{unhealthy diet AND not regular exercise})$.

1
Part (a) — construct the table
HealthyUnhealthyTotal
Regular552580
Not regular205070
Total7575150
Fill in the four data cells directly from the problem, then add across rows and down columns to get the totals. Check: row totals add to 150 and column totals add to 150.
PROBLEM 3 · EVALUATING A STATISTICAL CLAIM

A news article states: "A new fitness app claims to reduce sedentary time by 40%. In a trial of 30 volunteers who chose to participate, 12 of the 30 reported reduced sedentary time." (a) What is the relative frequency of success in the trial? (b) The company claims "40% of users will benefit." Is this consistent with the data? (c) Identify TWO limitations of this study that should reduce your confidence in the claim.

1
Part (a) — relative frequency of success
$\text{Relative frequency} = 12/30 = 2/5 = 0.4 = 40\%$
Relative frequency = favourable outcomes / total observations = 12/30. This is consistent with the company's claim of 40%, but matching the number alone does not validate the claim.

Match each question with the region of the Venn diagram it refers to (circles A and B):

Top 3 list: List THREE questions you should ask before accepting a statistical claim in the media.

09
Revisit your thinking

Class of 30: 12 sport, 10 music, 5 both. Sport only = 12 − 5 = 7. Music only = 10 − 5 = 5. At least one = 7 + 5 + 5 = 17, so $P = 17/30$. Neither = 30 − 17 = 13. All four regions: 7 + 5 + 5 + 13 = 30 ✓. The key technique: always fill in the overlap first, then work outward to "only" regions, then "neither."

auto-saved
01
Short answer — exam-style questions
show all working
ApplyBand 33 marks

SA 1. In a class of 28 students, 16 own a laptop, 12 own a tablet, and 6 own both. (a) Construct a Venn diagram showing all four regions with counts. (b) Find $P(\text{owns a tablet only})$. (c) Find $P(\text{owns neither})$. (3 marks)

auto-saved
ApplyBand 3–44 marks

SA 2. A survey of 200 students asked about after-school activities (sport and/or music). 90 play sport, 70 do music, and 30 do both. (a) Draw a two-way table with rows "sport/no sport" and columns "music/no music", including all totals. (b) Find $P(\text{sport and music})$. (c) Find $P(\text{sport only})$. (d) A student is selected at random. What is the probability they participate in at least one activity? (4 marks)

auto-saved
AnalyseBand 5–64 marks

SA 3. A newspaper headline reads: "Study shows new supplement doubles energy levels in 80% of users. Based on a survey of 25 regular supplement users who volunteered online." Critically evaluate this claim. In your response: (a) Identify the relative frequency of success from the study. (b) Identify TWO reasons why this relative frequency may not be a reliable estimate of the true probability of success. (c) Suggest how the study design could be improved. (4 marks)

auto-saved
📖 Comprehensive answers (click to reveal)

SA 1 (3 marks): (a) Overlap = 6; Laptop only = 16 − 6 = 10; Tablet only = 12 − 6 = 6; Neither = 28 − 10 − 6 − 6 = 6. Check: 10 + 6 + 6 + 6 = 28 ✓ [2]. (b) $P(\text{tablet only}) = 6/28 = 3/14$ [1]. (c) $P(\text{neither}) = 6/28 = 3/14$ [1].

SA 2 (4 marks): (a) Table: Sport ∩ Music = 30; Sport only = 60; Music only = 40; Neither = 70; Row totals: Sport 90, No sport 110; Column totals: Music 70, No music 130; Grand total 200 [2]. (b) $P(S \cap M) = 30/200 = 3/20$ [1]. (c) $P(\text{S only}) = 60/200 = 3/10$ [1]. (d) $P(\text{at least one}) = (60 + 40 + 30)/200 = 130/200 = 13/20$ [1]. (Or: $1 - 70/200 = 130/200 = 13/20$.)

SA 3 (4 marks): (a) $80\% = 0.8$ relative frequency of "doubled energy" [1]. (b) Any two of: Sample size is only 25 — far too small for a reliable probability estimate [1]; Participants are self-selected online volunteers — likely already convinced of the supplement's benefit, creating selection bias (not representative of all users) [1]; "Doubled energy" is self-reported and subjective, not objectively measured; No control group for comparison [maximum 2 marks]. (c) Improvements: use a large random sample (e.g. 500+); include a control group using a placebo; use objective measurement of energy output (e.g. physical performance tests); use a double-blind randomised controlled trial to eliminate placebo and researcher bias [1].

01
Boss battle · Five timed Venn diagram and two-way table questions
earn bronze · silver · gold

Five timed Venn diagram and two-way table questions. Gold tier: 90% + speed.

⚔ Enter the arena
02
Science Jump · platform challenge

Mark lesson as complete

Tick when finished.

🎓
Want help with Venn Diagrams, Two-Way Tables and Statistical Decisions?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →