← Unit 3

VICMath MethodsSyllabus dot point

How are probabilities of events computed, including for combined and conditional events?

Random experiments, sample spaces, events and probabilities, including the addition rule, conditional probability $P(A|B) = \frac{P(A \cap B)}{P(B)}$, the multiplication rule, and the concept of independence

A focused answer to the VCE Math Methods Unit 3 key-knowledge point on probability fundamentals. Sample spaces and events, the addition and multiplication rules, conditional probability and independence, and the standard Paper 1 and Paper 2 patterns.

Generated by Claude OpusReviewed by Better Tuition Academy8 min answer

Have a quick question? Jump to the Q&A page

What this dot point is asking

VCAA wants you to compute probabilities of events using the addition rule, conditional probability and the multiplication rule, and to test whether two events are independent. These are the building blocks for the binomial distribution (also in Unit 3) and the normal distribution (Unit 4).

Sample spaces and events

A random experiment has a set of possible outcomes. The sample space SS is the set of all outcomes; an event AA is a subset of SS.

When all outcomes in SS are equally likely:

P(A)=∣A∣∣S∣P(A) = \frac{|A|}{|S|}

That is, the number of outcomes in AA divided by the total number of outcomes.

Set operations and probabilities

For events AA and BB:

  • Union AβˆͺBA \cup B: "AA or BB (or both)" occurs.
  • Intersection A∩BA \cap B: "AA and BB" both occur.
  • Complement Aβ€²A': "not AA".

Basic identities:

  • IMATH_19 .
  • IMATH_20 .
  • IMATH_21 .

The addition rule

For any two events:

P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B)

The subtraction avoids double-counting the overlap.

If AA and BB are mutually exclusive (cannot both happen), then P(A∩B)=0P(A \cap B) = 0 and the rule reduces to P(AβˆͺB)=P(A)+P(B)P(A \cup B) = P(A) + P(B).

Conditional probability

The probability of AA given that BB has occurred is:

P(A∣B)=P(A∩B)P(B)P(A | B) = \frac{P(A \cap B)}{P(B)}

provided P(B)>0P(B) > 0. Conditional probability restricts the sample space to outcomes where BB has happened, then asks how often AA also occurs.

Worked example

In a class of 30 students, 18 study Methods, 12 study Specialist, and 8 study both. A student is chosen at random.

P(Methods)=18/30=3/5P(\text{Methods}) = 18/30 = 3/5.

P(Specialist)=12/30=2/5P(\text{Specialist}) = 12/30 = 2/5.

P(Methods∩Specialist)=8/30=4/15P(\text{Methods} \cap \text{Specialist}) = 8/30 = 4/15.

P(Specialist∣Methods)=P(Spec∩Meth)P(Meth)=8/3018/30=818=49P(\text{Specialist} | \text{Methods}) = \frac{P(\text{Spec} \cap \text{Meth})}{P(\text{Meth})} = \frac{8/30}{18/30} = \frac{8}{18} = \frac{4}{9}.

So among students taking Methods, 4/94/9 also take Specialist.

The multiplication rule

Rearranging the conditional definition:

P(A∩B)=P(A∣B)β‹…P(B)=P(B∣A)β‹…P(A)P(A \cap B) = P(A | B) \cdot P(B) = P(B | A) \cdot P(A)

This is the key rule for "and" events that are dependent. For drawing without replacement, the second probability is conditional on the outcome of the first.

Independence

Events AA and BB are independent if knowing one occurred does not change the probability of the other. Equivalent conditions:

  • IMATH_38
  • IMATH_39
  • IMATH_40

Any one of these tests independence; if it holds, the others hold too.

Caution: independence is not the same as mutual exclusivity. If AA and BB are mutually exclusive with positive probabilities, they cannot be independent (since P(A∩B)=0β‰ P(A)P(B)P(A \cap B) = 0 \neq P(A) P(B)).

Worked example

Roll two fair dice. Let AA = "first die is 6" and BB = "sum is 7".

P(A)=1/6P(A) = 1/6. P(B)=6/36=1/6P(B) = 6/36 = 1/6 (the pairs (1,6),(2,5),(3,4),(4,3),(5,2),(6,1)(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)).

A∩BA \cap B = "first die 6 and sum 7" = {(6,1)}\{(6, 1)\}, so P(A∩B)=1/36P(A \cap B) = 1/36.

Check: P(A)P(B)=1/6Γ—1/6=1/36=P(A∩B)P(A) P(B) = 1/6 \times 1/6 = 1/36 = P(A \cap B). Independent.

Tree diagrams and tables

For multi-stage experiments, probability tree diagrams are the standard tool. Each branch shows a conditional probability; multiply along a path to get the probability of that path.

For two events AA and BB with given probabilities, two-way tables organise the four intersections A∩BA \cap B, A∩Bβ€²A \cap B', Aβ€²βˆ©BA' \cap B, Aβ€²βˆ©Bβ€²A' \cap B'. Use the row and column totals to fill in gaps.

Common Paper 1 traps

Forgetting to subtract the overlap in the addition rule. P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B). Skipping the subtraction overcounts.

Confusing P(A∣B)P(A | B) with P(A∩B)P(A \cap B). The conditional probability divides by P(B)P(B); the intersection probability does not.

Confusing independence with mutual exclusivity. These are different concepts and usually contradict each other (for events with positive probabilities).

Assuming independence without justification. Two events are not independent just because they "feel unrelated". Always test using P(A∩B)=P(A)P(B)P(A \cap B) = P(A) P(B).

Treating "without replacement" as independent. Drawing without replacement creates dependence: the second probability is conditional on the first.

In one sentence

Probability of an event is computed from counts when outcomes are equally likely; the addition rule P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B) handles unions, the multiplication rule P(A∩B)=P(A∣B)P(B)P(A \cap B) = P(A | B) P(B) handles intersections via conditional probability, and independence holds when P(A∩B)=P(A)P(B)P(A \cap B) = P(A) P(B), which is different from mutual exclusivity.

Past exam questions, worked

Real questions from past VCAA papers on this dot point, with our answer explainer.

2023 VCAA Paper 13 marksEvents $A$ and $B$ are such that $P(A) = 0.5$, $P(B) = 0.4$ and $P(A \cup B) = 0.7$. Find $P(A \cap B)$, $P(A | B)$, and determine whether $A$ and $B$ are independent.
Show worked answer β†’

Addition rule: P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B).

Rearrange: P(A∩B)=P(A)+P(B)βˆ’P(AβˆͺB)=0.5+0.4βˆ’0.7=0.2P(A \cap B) = P(A) + P(B) - P(A \cup B) = 0.5 + 0.4 - 0.7 = 0.2.

Conditional: P(A∣B)=P(A∩B)P(B)=0.20.4=0.5P(A | B) = \frac{P(A \cap B)}{P(B)} = \frac{0.2}{0.4} = 0.5.

Independence test: AA and BB are independent if and only if P(A∣B)=P(A)P(A | B) = P(A), equivalently P(A∩B)=P(A)P(B)P(A \cap B) = P(A) P(B). Here P(A)P(B)=0.5Γ—0.4=0.2=P(A∩B)P(A) P(B) = 0.5 \times 0.4 = 0.2 = P(A \cap B).

So AA and BB are independent.

Markers reward the addition rule rearrangement, conditional formula, and explicit justification of independence.

2024 VCAA Paper 22 marksA bag contains 3 red marbles and 5 blue marbles. Two marbles are drawn without replacement. Find the probability that both are red.
Show worked answer β†’

Let R1R_1 be "first marble is red" and R2R_2 be "second marble is red".

P(R1)=38P(R_1) = \frac{3}{8}.

Given the first was red, only 2 red marbles remain out of 7 total. So P(R2∣R1)=27P(R_2 | R_1) = \frac{2}{7}.

Multiplication rule: P(R1∩R2)=P(R1)β‹…P(R2∣R1)=38β‹…27=656=328P(R_1 \cap R_2) = P(R_1) \cdot P(R_2 | R_1) = \frac{3}{8} \cdot \frac{2}{7} = \frac{6}{56} = \frac{3}{28}.

Markers reward identifying the dependence (without replacement), correct conditional probability, and simplification.

Related dot points