Skip to main content
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(AB)=P(AB)P(B)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 Opus 4.88 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

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

Jump to a section
  1. What this dot point is asking
  2. Sample spaces and events
  3. Set operations and probabilities
  4. The addition rule
  5. Conditional probability
  6. The multiplication rule
  7. Independence
  8. Tree diagrams and tables
  9. Examples in context
  10. Try this

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)=ASP(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 ABA \cup B: "AA or BB (or both)" occurs.
  • Intersection ABA \cap B: "AA and BB" both occur.
  • Complement AA': "not AA".

Basic identities:

  • P(A)=1P(A)P(A') = 1 - P(A).
  • 0P(A)10 \leq P(A) \leq 1.
  • P(S)=1P(S) = 1.

The addition rule

For any two events:

P(AB)=P(A)+P(B)P(AB)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(AB)=0P(A \cap B) = 0 and the rule reduces to P(AB)=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(AB)=P(AB)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(MethodsSpecialist)=8/30=4/15P(\text{Methods} \cap \text{Specialist}) = 8/30 = 4/15.

P(SpecialistMethods)=P(SpecMeth)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(AB)=P(AB)P(B)=P(BA)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:

  • P(AB)=P(A)P(A | B) = P(A)
  • P(BA)=P(B)P(B | A) = P(B)
  • P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B)

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(AB)=0P(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)).

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

Check: P(A)P(B)=1/6×1/6=1/36=P(AB)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 ABA \cap B, ABA \cap B', ABA' \cap B, ABA' \cap B'. Use the row and column totals to fill in gaps.

Examples in context

Example 1. Medical screening interpretation. A clinic finds that 30%30\% of patients have a condition (P(C)=0.3P(C) = 0.3), and a test is positive for 90%90\% of those who have it. The probability a patient both has the condition and tests positive is P(C+)=P(+C)P(C)=0.9×0.3=0.27P(C \cap +) = P(+ \mid C)P(C) = 0.9 \times 0.3 = 0.27. This multiplication-rule step is the foundation for reasoning about screening accuracy.

Example 2. Drawing components without replacement. A drawer holds 44 working and 22 faulty fuses. Two are taken without replacement. The probability both work is P(W1W2)=46×35=1230=25P(W_1 \cap W_2) = \frac{4}{6} \times \frac{3}{5} = \frac{12}{30} = \frac{2}{5}. The second factor is conditional (35\frac{3}{5}, not 46\frac{4}{6}) because the first draw is not replaced, so the events are dependent.

Try this

Q1. Events A,BA, B have P(A)=0.6P(A) = 0.6, P(B)=0.3P(B) = 0.3, P(AB)=0.18P(A \cap B) = 0.18. Find P(AB)P(A \cup B) and decide if they are independent. [3 marks]

  • Cue. P(AB)=0.6+0.30.18=0.72P(A \cup B) = 0.6 + 0.3 - 0.18 = 0.72; P(A)P(B)=0.18=P(AB)P(A)P(B) = 0.18 = P(A \cap B), so independent.

Q2. Given P(AB)=0.15P(A \cap B) = 0.15 and P(B)=0.5P(B) = 0.5, find P(AB)P(A \mid B). [2 marks]

  • Cue. P(AB)=0.150.5=0.3P(A \mid B) = \frac{0.15}{0.5} = 0.3.

Q3. A box has 55 green and 33 yellow balls. Two drawn without replacement. Find P(both green)P(\text{both green}). [3 marks]

  • Cue. 58×47=2056=514\frac{5}{8} \times \frac{4}{7} = \frac{20}{56} = \frac{5}{14}.

Exam-style practice questions

Practice questions written in the style of VCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

2023 VCAA Paper 13 marksEvents AA and BB are such that P(A)=0.5P(A) = 0.5, P(B)=0.4P(B) = 0.4 and P(AB)=0.7P(A \cup B) = 0.7. Find P(AB)P(A \cap B), P(AB)P(A | B), and determine whether AA and BB are independent.
Show worked answer →

Addition rule: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B).

Rearrange: P(AB)=P(A)+P(B)P(AB)=0.5+0.40.7=0.2P(A \cap B) = P(A) + P(B) - P(A \cup B) = 0.5 + 0.4 - 0.7 = 0.2.

Conditional: P(AB)=P(AB)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(AB)=P(A)P(A | B) = P(A), equivalently P(AB)=P(A)P(B)P(A \cap B) = P(A) P(B). Here P(A)P(B)=0.5×0.4=0.2=P(AB)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(R2R1)=27P(R_2 | R_1) = \frac{2}{7}.

Multiplication rule: P(R1R2)=P(R1)P(R2R1)=3827=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