Skip to main content
NSWMaths AdvancedSyllabus dot point

How do we combine probabilities across several stages, and update a probability once we know something has happened?

Apply tree diagrams, conditional probability, independence and complementary events to solve multi-step probability problems

A focused answer to the HSC Maths Advanced probability dot point. Sample spaces and the basic rules, complementary 'at least one' events, the addition rule, independent versus dependent events, multiplying along tree branches, conditional probability and Bayes-style reverse reasoning, with worked examples drawn from recent HSC questions.

Generated by Claude Opus 4.818 min answer

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

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

What this dot point is asking

NESA wants you to handle probability as a process: set up the sample space, combine probabilities of compound events with the addition and multiplication rules, run those multiplications along the branches of a tree diagram, decide whether two events are independent, and update a probability once you are told that something has happened. Almost every Advanced paper opens with one of these (a sample-space count, a complementary "at least one", a tree, or a conditional probability), and the harder version near the end of the paper chains them together and asks you to "show that" a given value follows. The skill being marked is choosing the right rule for the wording and laying the working out so the method is visible.

The answer

Sample space and the basic rules

The sample space is the set of all equally detailed outcomes of an experiment. For a single fair action you find a probability by counting: P(A)=number of favourable outcomestotal number of outcomesP(A) = \dfrac{\text{number of favourable outcomes}}{\text{total number of outcomes}}. Rolling a die and spinning a four-sector spinner, for instance, has 6×4=246 \times 4 = 24 equally likely outcomes, and you count the ones that meet the condition. Every probability obeys 0P(A)10 \le P(A) \le 1, the certain event has probability 11, and the impossible event has probability 00.

Two pieces of vocabulary do a lot of work in the exam. Events are mutually exclusive when they cannot both happen (rolling a 22 and rolling a 55 on one die), and complementary when one is exactly "the other does not happen". The complement of AA is written A\overline{A} or AA', and because something must occur,

P(A)=1P(A).P(\overline{A}) = 1 - P(A).

This single identity is the most useful line in the topic: whenever the favourable cases are many but the unfavourable cases are few, count the few and subtract.

Complementary events and "at least one"

The phrase "at least one" is the standard trigger for the complement. Listing every way to get one or more successes is slow and error-prone; the opposite event, "none", is usually a single product. So

P(at least one)=1P(none).P(\text{at least one}) = 1 - P(\text{none}).

If a player scores on each shot with probability 0.150.15 independently, the chance of "at least one goal in nn shots" is 10.85n1 - 0.85^{\,n}, because "none" means missing every time. The 2024 paper asked exactly this (find the smallest nn making the probability exceed 0.80.8), and the 2023 paper asked for "at least one of four students not available" as 1P(all four available)1 - P(\text{all four available}). Reach for the complement the moment you read "at least one".

The addition rule

For the probability that AA or BB happens (the union, meaning at least one of them),

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

You subtract P(AB)P(A \cap B) because the outcomes in the overlap have been counted once in P(A)P(A) and again in P(B)P(B); subtracting puts them back to a single count. A Venn diagram makes this concrete: the union is everything inside either circle, and the lens in the middle is the double-counted overlap. When AA and BB are mutually exclusive the overlap is empty, P(AB)=0P(A \cap B) = 0, and the rule collapses to the simple P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B). The 2024 multiple-choice item about 6060 students playing basketball or hockey is this rule rearranged: knowing the union and the two totals lets you solve for the overlap.

Addition rule shown on a Venn diagramTwo overlapping circles inside a rectangle representing all shoppers. The left circle is buying coffee with probability 0.45, the right circle is buying a pretzel with probability 0.30, and the overlap, buying both, is 0.20. The union is 0.45 plus 0.30 minus 0.20, which equals 0.55, and the region outside both circles is 0.45.all shopperscoffeepretzel0.250.200.100.45coffee onlybothpretzel onlyneither

In the diagram, P(coffee)=0.45P(\text{coffee}) = 0.45 and P(pretzel)=0.30P(\text{pretzel}) = 0.30 overlap in P(both)=0.20P(\text{both}) = 0.20, so the union is 0.45+0.300.20=0.550.45 + 0.30 - 0.20 = 0.55 and the outside region, P(neither)=10.55=0.45P(\text{neither}) = 1 - 0.55 = 0.45, falls straight out of the complement.

Independent versus dependent events

Two events are independent when knowing that one happened does not change the probability of the other. The test, and the working markers want to see, is the multiplication identity

A,B independent    P(AB)=P(A)P(B).A, B \text{ independent} \iff P(A \cap B) = P(A)\,P(B).

Tossing a coin and rolling a die are independent, so P(head and six)=1216=112P(\text{head and six}) = \frac12 \cdot \frac16 = \frac{1}{12}. Events are dependent when the first outcome changes the second, and the classic source of dependence is drawing without replacement: once a red marble is removed the bag has changed, so the second draw runs on different numbers. Drawing with replacement (or any genuinely repeated trial, like repeated shots at goal) puts the situation back as it was, so the trials are independent and you reuse the same probabilities each time. Deciding "with or without replacement" is the move that fixes every later number, so make it first.

The multiplication rule along a tree

A tree diagram lays out a multi-stage experiment one stage per column. The general multiplication rule is

P(AB)=P(A)P(BA),P(A \cap B) = P(A)\,P(B \mid A),

read as "AA happens, and then BB happens given that AA has". On a tree this is literally "multiply along the branches": the probability of a complete path is the product of the branch probabilities you pass through. The conventions that earn marks are that the branches leaving any node sum to 11, that the second-stage probabilities are written conditional on the first stage (this is where without-replacement trees change their numbers), and that the path products for all outcomes sum to 11, which is your built-in check.

Probability tree for drawing two marbles without replacementA two-stage probability tree for drawing two marbles, without replacement, from a bag of 2 red and 3 white. First-stage branches are red 2/5 and white 3/5; second-stage branches give the four outcomes RR, RW, WR and WW with probabilities found by multiplying along each path.2/53/51/43/42/42/4startRWRWRW1/103/103/103/10First drawSecond drawP(RR)=1/10Multiply along the branches; the four outcome probabilities sum to 1.

The tree above is the 2024 marbles question: a bag of 22 red and 33 white, two marbles drawn without replacement. The first draw is red with probability 25\frac{2}{5}; if it was red, only 11 red remains among the 44 left, so the second-stage red branch is 14\frac{1}{4}, and the highlighted path gives P(RR)=2514=110P(\text{RR}) = \frac{2}{5}\cdot\frac{1}{4} = \frac{1}{10}. The four path products 110,310,310,310\frac{1}{10}, \frac{3}{10}, \frac{3}{10}, \frac{3}{10} sum to 11.

Conditional probability

The conditional probability of AA given BB, written P(AB)P(A \mid B), is the probability of AA once you already know BB has occurred. Knowing BB shrinks the world to just the outcomes in BB, and you ask what fraction of that smaller world is also in AA:

P(AB)=P(AB)P(B),P(B)0.P(A \mid B) = \frac{P(A \cap B)}{P(B)}, \qquad P(B) \neq 0.

This is the multiplication rule rearranged, and it is the engine behind every "given that" question. On the tree, the 2024 question continues: "given one marble is red, find the probability the other is also red" is P(RRat least one red)=P(RR)P(at least one red)P(\text{RR} \mid \text{at least one red}) = \dfrac{P(\text{RR})}{P(\text{at least one red})}. The numerator is the path you want; the denominator is the total probability of the restricted world, not 11. Dividing by P(B)P(B) instead of leaving it as 11 is the whole point, and the most common place marks are lost.

Reverse conditional probability (Bayes-style)

A tree is naturally written "forwards": the first stage is a cause and the second is an effect, so the branch probabilities you are given are P(effectcause)P(\text{effect} \mid \text{cause}). Many questions then ask the reverse: given the effect, which cause was it? You cannot read P(causeeffect)P(\text{cause} \mid \text{effect}) straight off the tree, but you can build it from the definition. Find the one path you want (a single product), find the total probability of the observed effect by adding every path that produces it, and divide:

P(causeieffect)=P(causei)P(effectcausei)jP(causej)P(effectcausej).P(\text{cause}_i \mid \text{effect}) = \frac{P(\text{cause}_i)\,P(\text{effect} \mid \text{cause}_i)}{\displaystyle\sum_j P(\text{cause}_j)\,P(\text{effect} \mid \text{cause}_j)}.

The denominator is just "add up the branches that land on the effect" (a use of the total probability idea), and the numerator is the single branch that came from the cause you care about. The 2025 question, "given the team wins, find the probability Amara was selected", is exactly this shape, and so is any false-positive medical-test question. You do not need to memorise the formula as symbols if you can say the sentence: the favourable path over the sum of all paths that reach the same outcome.

How exam questions ask about probability

  • "What is the probability of a score of \dots" with a die, spinner or table. Count the favourable outcomes over the total in the sample space.
  • "At least one \dots" or "the least number of trials so the probability exceeds \dots" Use 1P(none)1 - P(\text{none}); for repeated independent trials this is 1pn1 - p^{\,n}.
  • "How many play both \dots" or "AA or BB". Apply the addition rule P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B), often rearranged to find the overlap; a Venn diagram organises the regions.
  • "Are the events independent? Justify." Test whether P(AB)=P(A)P(B)P(A \cap B) = P(A)\,P(B), or equivalently whether P(AB)=P(A)P(A \mid B) = P(A); state the comparison explicitly and conclude.
  • A tree diagram is drawn or implied (with / without replacement). Multiply along branches for a path; add the relevant path products for a combined event. Check all paths sum to 11.
  • "Show that P()=P(\dots) = \dots". Write the intersection both ways, P(A)P(BA)=P(B)P(AB)P(A)\,P(B \mid A) = P(B)\,P(A \mid B), and solve for the unknown probability.
  • "Given BB, find the probability of AA" where BB is the second-stage outcome. This is reverse-conditional: favourable path divided by the total probability of BB.

Edge cases worth knowing

  • Selecting "at the same time" equals "without replacement". Picking two marbles together is not a new rule; it is two sequential draws with no replacement, and the order-free events combine the relevant ordered paths.
  • Mutually exclusive is not the same as independent. If AA and BB cannot both occur then P(AB)=0P(A \cap B) = 0, so (unless one has probability 00) they are actually dependent: knowing AA happened forces BB to be impossible.
  • Conditioning can raise or lower a probability. P(AB)P(A \mid B) may be larger or smaller than P(A)P(A); only when they are equal are the events independent.
  • The denominator in a conditional is the restricted world, not 11. Forgetting to divide by P(B)P(B) is the single most common slip in "given that" questions.
  • A "show that" almost always wants both orderings. P(A)P(BA)=P(B)P(AB)P(A)\,P(B \mid A) = P(B)\,P(A \mid B) lets you solve for whichever single probability is unknown.

Exam-style practice questions

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

2024 HSC Q91 marksA bag contains 2 red and 3 white marbles. Two marbles are selected at the same time. Given that one of the marbles selected is red, what is the probability that the other marble is also red?
Show worked answer →

Selecting two at once is the same as drawing without replacement. The tree gives P(RR)=2514=110P(\text{RR}) = \frac{2}{5}\cdot\frac{1}{4} = \frac{1}{10} and P(WW)=3524=310P(\text{WW}) = \frac{3}{5}\cdot\frac{2}{4} = \frac{3}{10}, so P(at least one red)=1310=710P(\text{at least one red}) = 1 - \frac{3}{10} = \frac{7}{10}.

"Given one is red" restricts the sample space to the at-least-one-red outcomes, so P(both redat least one red)=P(RR)P(at least one red)=1/107/10=17P(\text{both red} \mid \text{at least one red}) = \dfrac{P(\text{RR})}{P(\text{at least one red})} = \dfrac{1/10}{7/10} = \dfrac{1}{7}.

The answer is 17\frac{1}{7}. Markers reward recognising that the condition shrinks the sample space and dividing by the conditioning probability, not by 11.

2023 HSC Q315 marksFour students each have probability P(F)P(F) of being available on Friday and P(S)P(S) of being available on Saturday, with P(F)=310P(F) = \frac{3}{10}, P(SF)=13P(S\mid F) = \frac{1}{3} and P(FS)=18P(F\mid S) = \frac{1}{8}. (a) Is availability on Friday independent of availability on Saturday? (b) Show that P(S)=45P(S) = \frac{4}{5}. (c) Find the probability that at least one of the four students is NOT available on Saturday.
Show worked answer →

(a) P(FS)=P(F)P(SF)=31013=110P(F \cap S) = P(F)\,P(S\mid F) = \frac{3}{10}\cdot\frac{1}{3} = \frac{1}{10}. If the events were independent then P(SF)P(S\mid F) would equal P(S)P(S); since P(SF)=1345=P(S)P(S\mid F) = \frac13 \neq \frac45 = P(S) (from part b), they are not independent.

(b) The same intersection can be written two ways: P(FS)=P(S)P(FS)P(F \cap S) = P(S)\,P(F\mid S), so 110=P(S)18\frac{1}{10} = P(S)\cdot\frac{1}{8}, giving P(S)=810=45P(S) = \frac{8}{10} = \frac{4}{5}.

(c) "At least one not available" is the complement of "all four available". Availability is independent across students, so P(all four available)=(45)4=256625P(\text{all four available}) = \left(\frac45\right)^4 = \frac{256}{625} and P(at least one not available)=1256625=369625P(\text{at least one not available}) = 1 - \frac{256}{625} = \frac{369}{625}.

Markers reward writing the intersection both ways to unlock P(S)P(S), and using 1P(none)1 - P(\text{none}) for the "at least one" part rather than adding four cases.

Related dot points