Unit 1

VICMath MethodsSyllabus dot point

What probability and counting principles does VCE Math Methods Unit 1 introduce?

Counting principles (multiplication principle, permutations and combinations), set notation, simple probability, conditional probability and the addition / multiplication rules

A focused answer to the VCE Math Methods Unit 1 key-knowledge point on probability and counting. The multiplication principle, permutations and combinations, set notation, simple probability, conditional probability $P(A|B)$, and the addition and multiplication rules; foundation for Unit 3 discrete random variables and Unit 4 sampling.

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 apply counting principles (multiplication, permutations, combinations) to count outcomes in probability problems, use set notation to describe events, and compute simple probabilities, conditional probabilities and combined probabilities via the addition and multiplication rules.

Counting principles

The multiplication principle

If an event can occur in mm ways followed by another in nn ways, the combined event can occur in m×nm \times n ways.

Example. A menu has 4 mains and 3 desserts. The number of main-plus-dessert combinations is 4×3=124 \times 3 = 12.

Permutations

A permutation is an arrangement of items in order. The number of ways to arrange nn distinct items in order is:

n!=n×(n1)×(n2)××2×1n! = n \times (n-1) \times (n-2) \times \ldots \times 2 \times 1

The number of ways to choose and arrange kk items from nn (order matters) is:

P(n,k)=n!(nk)!P(n, k) = \frac{n!}{(n-k)!}

Example. Number of ways to award gold, silver, bronze from 8 finalists: P(8,3)=8!/5!=876=336P(8, 3) = 8! / 5! = 8 \cdot 7 \cdot 6 = 336.

Combinations

A combination is a selection without regard to order. The number of ways to choose kk items from nn (order does not matter) is:

(nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k! (n-k)!}

Example. Number of ways to choose 5 students from 30: (305)=142,506\binom{30}{5} = 142,506.

Set notation for events

In probability, an event is a set of outcomes.

  • Sample space SS: the set of all possible outcomes.
  • Event AA: a subset of SS.
  • Union ABA \cup B: outcomes in AA or BB (or both).
  • Intersection ABA \cap B: outcomes in both AA and BB.
  • Complement AA' or Aˉ\bar{A}: outcomes not in AA.

Simple probability

For a sample space with equally likely outcomes:

P(A)=AS=number of outcomes in Atotal number of outcomesP(A) = \frac{|A|}{|S|} = \frac{\text{number of outcomes in } A}{\text{total number of outcomes}}

Properties:

  • IMATH_30 .
  • IMATH_31 .
  • IMATH_32 .

The addition rule

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

For mutually exclusive events (no overlap), P(AB)=0P(A \cap B) = 0, so 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:

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

(provided P(B)>0P(B) > 0).

Interpretation: conditional probability restricts attention to outcomes where BB has occurred.

The multiplication rule

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)

For independent events, P(AB)=P(A)P(A | B) = P(A), so P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B).

Independence test

Events AA and BB are independent if and only if P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B). Equivalently, P(AB)=P(A)P(A | B) = P(A).

Worked example: conditional probability

In a class of 30 students, 18 study Maths, 12 study Physics, and 8 study both.

P(Maths)=18/30=0.6P(\text{Maths}) = 18/30 = 0.6.

P(Physics)=12/30=0.4P(\text{Physics}) = 12/30 = 0.4.

P(Both)=8/300.267P(\text{Both}) = 8/30 \approx 0.267.

P(PhysicsMaths)=P(Both)/P(Maths)=(8/30)/(18/30)=8/180.444P(\text{Physics} | \text{Maths}) = P(\text{Both}) / P(\text{Maths}) = (8/30) / (18/30) = 8/18 \approx 0.444.

Among Maths students, the conditional probability of also doing Physics is about 0.444.

Worked example: tree diagrams

A box contains 5 red and 3 blue balls. Two are drawn without replacement.

P(both red)=P(first red)P(second redfirst red)=(5/8)(4/7)=20/56=5/14P(\text{both red}) = P(\text{first red}) \cdot P(\text{second red} | \text{first red}) = (5/8) \cdot (4/7) = 20/56 = 5/14.

P(first red, second blue)=(5/8)(3/7)=15/56P(\text{first red, second blue}) = (5/8) \cdot (3/7) = 15/56.

Tree diagrams help visualise: at each node, the conditional probability depends on what has been drawn already.

Common errors

Confusing permutations and combinations. Permutations: order matters. Combinations: order does not.

Forgetting the overlap. P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). Forgetting the subtraction double-counts.

Conditional probability backwards. P(AB)P(A | B) is generally not equal to P(BA)P(B | A). Bayes's theorem relates the two.

Treating dependent events as independent. Drawing without replacement: the second draw depends on the first. Always check whether sampling is with or without replacement.

Misreading the question. "At least one" usually means "1 - none". "Exactly one" is different from "at least one".

In one sentence

Unit 1 probability combines counting principles (multiplication rule, permutations, combinations), set notation for events, simple probability (P=A/SP = |A|/|S| for equally likely outcomes), the addition rule (P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)), conditional probability (P(AB)=P(AB)/P(B)P(A|B) = P(A \cap B)/P(B)), and the multiplication rule, with independence (P(AB)=P(A)P(B)P(A \cap B) = P(A) P(B)) as a special case that simplifies many calculations.

Past exam questions, worked

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

Year 11 SAC4 marksFrom a class of 30 students (18 male, 12 female), 5 are chosen at random. (a) How many ways can the 5 be chosen? (b) What is the probability that exactly 3 are female?
Show worked answer →

(a) Total ways. Choose 5 from 30: (305)=142,506\binom{30}{5} = 142,506.

(b) Probability exactly 3 female.

Ways to choose 3 female from 12: (123)=220\binom{12}{3} = 220.

Ways to choose 2 male from 18: (182)=153\binom{18}{2} = 153.

Total favourable: 220×153=33,660220 \times 153 = 33,660.

Probability: 33,660/142,5060.23633,660 / 142,506 \approx 0.236.

Markers reward the combination formulas, the multiplication principle to combine the gender selections, and a probability with sensible precision.

Related dot points