Skip to main content
VICMath MethodsSyllabus dot point

How are probabilities computed using counting and combinations?

Apply the rules of probability (addition, multiplication, conditional), the counting principles (permutations and combinations), and use these to find probabilities in compound experiments

A focused answer to the VCE Maths Methods Unit 1 dot point on probability and counting. States addition, multiplication and conditional probability rules, defines permutations (nPr^nP_r) and combinations (nCr^nC_r), and works the VCAA SAC-style card-and-committee problems.

Generated by Claude Opus 4.87 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. Probability rules
  3. Counting
  4. When to use which
  5. Independence versus mutual exclusivity
  6. Tree diagrams and Karnaugh tables
  7. In one sentence
  8. Examples in context
  9. Try this

What this dot point is asking

VCAA wants you to apply the rules of probability and the counting principles to compute probabilities of compound events, distinguishing situations where order matters (permutations) from those where it does not (combinations).

Probability rules

Probability of an event AA
P(A)=P(A) = favourable outcomes / total outcomes (for equally likely outcomes).
Complement
P(Ac)=1P(A)P(A^c) = 1 - P(A).
Addition rule (union of events)
P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). For mutually exclusive events, P(AB)=0P(A \cap B) = 0.
Multiplication rule (intersection)
P(AB)=P(A)P(BA)P(A \cap B) = P(A) \cdot P(B|A). For independent events, P(BA)=P(B)P(B|A) = P(B), so P(AB)=P(A)P(B)P(A \cap B) = P(A) P(B).
Conditional probability
P(BA)=P(AB)/P(A)P(B|A) = P(A \cap B)/P(A), the probability of BB given AA has occurred.

Counting

Multiplication principle. If task 11 has n1n_1 ways and task 22 has n2n_2 ways, then the combined task has n1n2n_1 \cdot n_2 ways.

Permutations (order matters). Arrangements of rr items from nn:

nPr=n!(nr)!^nP_r = \frac{n!}{(n-r)!}

Combinations (order doesn't matter). Selections of rr from nn:

nCr=(nr)=n!r!(nr)!^nC_r = \binom{n}{r} = \frac{n!}{r!(n-r)!}

When to use which

Scenario Counting tool
Arrange rr items in order nPr^nP_r
Choose rr items, order doesn't matter nCr^nC_r
Choose with replacement nrn^r
Distinct seating nPr^nP_r or n!n!
Distinct committees nCr^nC_r

Independence versus mutual exclusivity

Two terms are routinely confused. Events are mutually exclusive when they cannot both occur, so P(AB)=0P(A \cap B) = 0 and the addition rule simplifies to P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B). Events are independent when one occurring does not change the probability of the other, so P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B), equivalently P(BA)=P(B)P(B \mid A) = P(B). These are different (indeed almost opposite) ideas: two events with non-zero probabilities cannot be both mutually exclusive and independent, because mutual exclusivity forces P(AB)=0P(A \cap B) = 0 while independence forces P(AB)=P(A)P(B)>0P(A \cap B) = P(A)P(B) > 0. VCAA frequently asks you to test independence by comparing P(AB)P(A \cap B) with P(A)P(B)P(A)P(B).

Tree diagrams and Karnaugh tables

For multi-stage experiments, a tree diagram multiplies along branches (the multiplication rule) and adds across distinct paths (the addition rule). A two-by-two probability table (Karnaugh table) is the fastest tool for problems framed with "and", "or" and "given that", because the margins give P(A)P(A) and P(B)P(B) while the interior cells give the intersections. Filling the table from the information supplied, then reading off the required cell or margin, avoids most conditional-probability slips.

In one sentence

Probability is the ratio of favourable to total outcomes, governed by the addition rule (P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)), the multiplication rule (P(AB)=P(A)P(BA)P(A \cap B) = P(A) P(B|A)) and conditional probability (P(BA)=P(AB)/P(A)P(B|A) = P(A \cap B)/P(A)); counting uses the multiplication principle, permutations (nPr^nP_r when order matters) and combinations (nCr^nC_r when it does not).

Examples in context

Example 1. Selecting a sports squad. A coach picks a netball lineup of 77 from a squad of 1010. Order on the team sheet does not matter, so the number of possible lineups is 10C7=10!7!3!=120^{10}C_7 = \dfrac{10!}{7!\,3!} = 120. If exactly 33 specific players must be included, the remaining 44 are chosen from the other 77: 7C4=35^7C_4 = 35 lineups.

Example 2. Lottery-style probability. A simple draw selects 33 numbered balls from 2020 without replacement. The probability of matching a chosen set of 33 (order irrelevant) is 120C3=111400.00088\dfrac{1}{^{20}C_3} = \dfrac{1}{1140} \approx 0.00088. Using the multiplication rule directly: 320×219×118=66840=11140\dfrac{3}{20} \times \dfrac{2}{19} \times \dfrac{1}{18} = \dfrac{6}{6840} = \dfrac{1}{1140}, confirming the same result.

Try this

Q1. How many ways can 55 books be arranged on a shelf? [1 mark]

  • Cue. 5!=1205! = 120.

Q2. A committee of 33 is chosen from 55 teachers and 44 students. Find the probability it contains exactly 11 teacher. [3 marks]

  • Cue. 5C14C29C3=5×684=3084=514\dfrac{^5C_1 \cdot {}^4C_2}{^9C_3} = \dfrac{5 \times 6}{84} = \dfrac{30}{84} = \dfrac{5}{14}.

Q3. From 88 red and 22 white balls, 22 are drawn without replacement. Find P(at least one white)P(\text{at least one white}). [3 marks]

  • Cue. 1P(no white)=181079=15690=3490=17451 - P(\text{no white}) = 1 - \dfrac{8}{10}\cdot\dfrac{7}{9} = 1 - \dfrac{56}{90} = \dfrac{34}{90} = \dfrac{17}{45}.

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.

VCAA 2022 Exam 14 marksA committee of 44 is chosen from 66 men and 55 women. (a) How many possible committees are there? (b) What is the probability the committee has exactly 22 men and 22 women?
Show worked answer →

(a) Total committees. 11C4=11!4!7!=330^{11}C_4 = \dfrac{11!}{4! \cdot 7!} = 330.

(b) Exactly 22 men and 22 women. Choose 22 from 66 men and 22 from 55 women.

6C25C2=1510=150^6C_2 \cdot {}^5C_2 = 15 \cdot 10 = 150.

Probability: 150/330=5/110.455150/330 = 5/11 \approx 0.455.

Markers reward correct use of combinations (order does not matter), multiplication of the two choices, and probability as a ratio.

VCAA 2023 Exam 25 marksEvents AA and BB satisfy P(A)=0.5P(A) = 0.5, P(B)=0.4P(B) = 0.4 and P(AB)=0.7P(A \cup B) = 0.7. (a) Calculate P(AB)P(A \cap B). (b) Determine P(BA)P(B \mid A). (c) State, with justification, whether AA and BB are independent.
Show worked answer →

(a) By the addition rule, 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.

(b) P(BA)=P(AB)P(A)=0.20.5=0.4P(B \mid A) = \dfrac{P(A \cap B)}{P(A)} = \dfrac{0.2}{0.5} = 0.4.

(c) AA and BB are independent if P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B). Here P(A)P(B)=0.5×0.4=0.2P(A)P(B) = 0.5 \times 0.4 = 0.2, which equals P(AB)=0.2P(A \cap B) = 0.2, so the events are independent. (Equivalently, P(BA)=0.4=P(B)P(B \mid A) = 0.4 = P(B).)

Markers reward the addition rule rearrangement, the conditional-probability formula, and a correct independence test with the comparison stated.

Related dot points