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.
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 is the set of all outcomes; an event is a subset of .
When all outcomes in are equally likely:
That is, the number of outcomes in divided by the total number of outcomes.
Set operations and probabilities
For events and :
- Union : " or (or both)" occurs.
- Intersection : " and " both occur.
- Complement : "not ".
Basic identities:
- IMATH_19 .
- IMATH_20 .
- IMATH_21 .
The addition rule
For any two events:
The subtraction avoids double-counting the overlap.
If and are mutually exclusive (cannot both happen), then and the rule reduces to .
Conditional probability
The probability of given that has occurred is:
provided . Conditional probability restricts the sample space to outcomes where has happened, then asks how often 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.
.
.
.
.
So among students taking Methods, also take Specialist.
The multiplication rule
Rearranging the conditional definition:
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 and 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 and are mutually exclusive with positive probabilities, they cannot be independent (since ).
Worked example
Roll two fair dice. Let = "first die is 6" and = "sum is 7".
. (the pairs ).
= "first die 6 and sum 7" = , so .
Check: . 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 and with given probabilities, two-way tables organise the four intersections , , , . Use the row and column totals to fill in gaps.
Common Paper 1 traps
Forgetting to subtract the overlap in the addition rule. . Skipping the subtraction overcounts.
Confusing with . The conditional probability divides by ; 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 .
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 handles unions, the multiplication rule handles intersections via conditional probability, and independence holds when , 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: .
Rearrange: .
Conditional: .
Independence test: and are independent if and only if , equivalently . Here .
So and 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 be "first marble is red" and be "second marble is red".
.
Given the first was red, only 2 red marbles remain out of 7 total. So .
Multiplication rule: .
Markers reward identifying the dependence (without replacement), correct conditional probability, and simplification.
Related dot points
- Discrete random variables, their probability distributions, the expected value (mean) $E(X) = \sum x P(X = x)$, the variance $\mathrm{Var}(X) = E(X^2) - [E(X)]^2$ and the standard deviation $\mathrm{sd}(X) = \sqrt{\mathrm{Var}(X)}$
A focused answer to the VCE Math Methods Unit 3 key-knowledge point on discrete random variables. Probability distributions, expected value, variance and standard deviation, the linearity rule for $E(aX + b)$, and the standard Paper 1 patterns.
- Bernoulli trials, the binomial distribution $X \sim \mathrm{Bi}(n, p)$, its probability function $P(X = x) = \binom{n}{x} p^x (1-p)^{n-x}$, mean $E(X) = np$, and variance $\mathrm{Var}(X) = np(1-p)$
A focused answer to the VCE Math Methods Unit 3 key-knowledge point on the binomial distribution. Bernoulli trial conditions, the binomial probability formula, the mean and variance shortcuts, CAS usage on Paper 2, and standard Paper 1 patterns.