Chapter 6 — Data Handling and Probability
Data Handling and Probability is one of the most calculation-light sections in the NBT, yet it has one of the highest rates of avoidable errors. The reason is that students know the vocabulary but not the precise definitions. The median is not the middle value of the data — it is the middle value of the sorted data. The IQR is not just any measure of spread — it is specifically . Probability questions are usually short, but they distinguish carefully between mutually exclusive events, independent events, and conditional events. Master these distinctions and this chapter becomes free marks.
Topics covered: mean · median · mode · grouped data · range · IQR · five-number summary · box-and-whisker plots · histograms · ogives · scatter plots · standard deviation · basic probability · complementary events · mutually exclusive and independent events · addition and multiplication rules · conditional probability · tree diagrams · contingency tables · fundamental counting principle · permutations · combinations · Venn diagrams
Section 6.1 — Measures of Central Tendency
The three measures of centre each tell you something different. The mean is sensitive to every value — one extreme outlier can pull it far from the bulk of the data. The median is resistant to outliers because it depends only on position, not on the actual size of extreme values. The mode is the only measure that can be used for non-numeric (categorical) data. In grouped data you can only estimate the mean using midpoints; the exact mean cannot be recovered from a frequency table.
Topic: Mean from raw data
Calculate the mean of the data set .
A) 5
B) 4.5
C) 6
D) 3.5
Show the worked solution
Answer: A
Explanation
Step 1 — Sum all values.
Step 2 — Divide by the count.
Why the distractors are wrong:
B) 4.5 — common error from dividing by 7 instead of 6 (the number of values, not the highest index).
C) 6 — results from including a phantom extra value or miscounting.
D) 3.5 — this is the minimum value divided by 1; a computation shortcut gone wrong.
Takeaway: Count the number of values carefully before dividing. With six data points you divide by 6, not by any other number.
Topic: Median from an odd-sized data set
Find the median of .
A) 3
B) 7
C) 5
D) 6
Show the worked solution
Answer: C
Explanation
Step 1 — Sort the data in ascending order.
Step 2 — Locate the middle position.
With values, the median is at position . The 4th value is .
Why the distractors are wrong:
A) 3 — the 3rd value, not the middle one.
B) 7 — the 5th value; the error of counting from the end rather than finding the exact middle.
D) 6 — this would be the mean of 7 and 5, which is the average of the two middle values in an even-sized set. There are 7 values here, so there is one exact middle value.
Takeaway: Always sort first, then find position for odd . Never find the median of unsorted data.
Topic: Mode of a data set
What is the mode of ?
A) 4
B) 2
C) 7
D) 4 and 2
Show the worked solution
Answer: B
Explanation
Step 1 — Count the frequency of each value.
| Value | Frequency |
|---|---|
| 2 | 3 |
| 4 | 2 |
| 7 | 2 |
| 9 | 1 |
Step 2 — Identify the highest frequency.
The value 2 appears 3 times — more than any other value. The mode is .
Why the distractors are wrong:
A) 4 — appears twice, less than 2.
C) 7 — also appears twice.
D) 4 and 2 — a data set is bimodal only when two values share the highest frequency. Here 2 has a strictly higher frequency (3 vs 2), so there is one mode only.
Takeaway: A data set has a unique mode only when one value appears strictly more often than all others. If two values are tied for most frequent, the set is bimodal.
Topic: Effect of an outlier on mean versus median
The data set has mean and median . The value 50 is added to the set. Which statement is correct?
A) Both the mean and median remain unchanged
B) Only the median increases significantly
C) Both increase by the same amount
D) The mean increases more than the median
Show the worked solution
Answer: D
Explanation
Step 1 — Compute the new mean.
The mean jumped from 6 to about 13.3 — an increase of over 7 units.
Step 2 — Find the new median.
Sorted set: . With , the median is the average of the 3rd and 4th values:
The median increased by only 0.5 — far less than the mean.
Why the distractors are wrong:
A) Adding 50 certainly changes the mean — it inflates the sum enormously.
B) The median barely moved (6 to 6.5); it is the mean that increased dramatically.
C) The mean increased by ~7.3, the median by 0.5 — very different amounts.
Takeaway: The mean is sensitive to outliers because it uses every value in its calculation. The median is resistant because only the middle position matters.
Topic: Estimated mean from a grouped frequency table
| Class interval | Midpoint () | Frequency () |
|---|---|---|
| 5 | 4 | |
| 15 | 6 | |
| 25 | 5 | |
| 35 | 5 |
What is the estimated mean of this data?
A) 20.5
B) 22
C) 19.5
D) 21
Show the worked solution
Answer: A
Explanation
Step 1 — Calculate for each row.
| Class | |||
|---|---|---|---|
| 5 | 4 | 20 | |
| 15 | 6 | 90 | |
| 25 | 5 | 125 | |
| 35 | 5 | 175 | |
| Total | 20 | 410 |
Step 2 — Divide by .
Why the others are wrong: B (22), D (21) and C (19.5) are each one bookkeeping slip away — a mis-multiplied row or a wrong column total. The table gives you two checkpoints: must match the number of data points, and . Verify both before dividing.
(Also resist averaging the four midpoints. That ignores the frequencies and only works if every class is equally full.)
Takeaway: Grouped mean using midpoints. It is an estimate — the exact mean was lost when the data was grouped — and the two column totals are your only defence against slips.
Section 6.2 — Measures of Spread
The range is easy to calculate but fragile — one extreme value changes it completely. The IQR is more robust because it focuses on the middle 50 % of the data. The five-number summary (minimum, , median, , maximum) provides a compact description of the entire distribution and is displayed graphically as a box-and-whisker plot. The outer fences and define the outlier boundaries.
Topic: Range
Calculate the range of .
A) 12
B) 19
C) 17
D) 15
Show the worked solution
Answer: B
Explanation
Why the others are wrong: the data are unsorted, and every wrong option is a scanning error —
- D (15) is : the maximum misidentified as 19, with the true maximum 23 overlooked further down the list.
- A (12) is : the minimum misidentified as 11 (4 hides in the middle).
- C (17) is a subtraction slip on the correct pair.
Takeaway: Range = max − min . With unsorted data, underline the max and min before subtracting — both scanning errors above are one glance from happening. And remember the range says nothing about the shape in between.
Topic: Interquartile range
The sorted data set is . Calculate the IQR.
A) 14
B) 6
C) 8
D) 10
Show the worked solution
Answer: C
Explanation
Step 1 — Split into lower and upper halves.
With values, split after the 4th:
- Lower half:
- Upper half:
Step 2 — Find and .
Step 3 — IQR.
Why the distractors are wrong:
A) 14 — this is , not the IQR.
B) 6 — this is , not the IQR.
D) 10 — results from using incorrect quartile positions (e.g., 2nd and 7th values).
Takeaway: Split the data at the median position, then find the median of each half. For an even number of values, each half contains values.
Topic: Five-number summary
Determine the five-number summary of the sorted data set:
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Min and Max: 2 and 25.
Median (): average the 5th and 6th values, .
Split into halves (the median belongs to neither): lower → ; upper →
Summary:
Why the others are wrong: all three agree on Min, Median and Max — the whole fight is over how to split the halves.
- A averages pairs, using a different quartile convention. With five values per half, each quartile is a single datum, never an average.
- B counted the quartile positions from the wrong ends.
- C splits the lower half wrongly but gets right — mixed conventions in one answer, always a red flag.
Takeaway: For even , each half has values and the quartiles are their medians. Write both halves out — quartile errors are nearly always splitting errors.
Topic: Box-and-whisker plot — IQR interpretation
A box-and-whisker plot is drawn for a data set. What percentage of the data values lie between and (inside the box)?
A) 50 %
B) 25 %
C) 75 %
D) 100 %
Show the worked solution
Answer: A
Explanation
By definition, is the value below which 25 % of the data falls, and is the value below which 75 % falls. Therefore the interval contains the middle of the data.
Why the distractors are wrong:
B) 25 % — this is the proportion in each whisker segment (from Min to , or from to Max).
C) 75 % — this is the proportion below , not between the two quartiles.
D) 100 % — only the full range (Min to Max) contains all the data.
Takeaway: The box in a box-and-whisker plot always represents 50 % of the data. Each whisker represents 25 %.
Topic: Outlier boundary (outer fence)
A data set has and . Using the rule , is the value 40 an outlier?
A) IQR = 12, and 40 is not an outlier
B) IQR = 12, and 40 is an outlier
C) IQR = 14, and 40 is not an outlier
D) IQR = 10, and 40 is an outlier
Show the worked solution
Answer: B
Explanation
Three short lines:
- IQR
- Upper fence
- Compare: , so 40 is an outlier.
Why the others are wrong:
- A gets IQR right but reverses the final comparison. Slow down at the finish line.
- C (IQR 14) counted 8 to 20 inclusively — a fencepost error. IQR is plain subtraction.
- D (IQR 10) is an arithmetic slip whose "outlier" verdict is only accidentally right — the NBT often pairs a wrong intermediate with a right-sounding conclusion.
Takeaway: Write all three lines. Each one is checkable on its own, and a right conclusion from a wrong intermediate still earns nothing.
Section 6.3 — Data Representation
Histograms, ogives, and scatter plots are the three graphical displays most likely to appear in NBT data questions. A histogram shows the shape of a distribution; an ogive (cumulative frequency curve) lets you estimate medians and percentiles; a scatter plot shows the relationship (correlation) between two variables.
Topic: Shape of a distribution from a frequency table
A data set is summarised in the table below:
| Class | Frequency |
|---|---|
| 3 | |
| 8 | |
| 12 | |
| 9 | |
| 4 |
The distribution is best described as:
A) Positively skewed
B) Uniform
C) Approximately symmetric
D) Negatively skewed
Show the worked solution
Answer: C
Explanation
The frequencies rise from 3 to a peak of 12 in the middle class , then fall back to 4 — a roughly symmetric bell shape. The rising and falling sides are nearly mirror images of each other.
Why the distractors are wrong:
A) Positively skewed — a positively skewed distribution has a long tail to the right (small peak at low values, trailing off slowly at high values). That is not the case here.
B) Uniform — a uniform distribution has roughly equal frequencies across all classes.
D) Negatively skewed — would peak near the high end and trail off to the left.
Takeaway: Visualise the bar heights: if they form a hill centred in the data range, the distribution is symmetric. A long tail to the right means positive skew; a long tail to the left means negative skew.
Topic: Estimating the median from a cumulative frequency table
| Upper boundary of class | Cumulative frequency |
|---|---|
| 20 | 5 |
| 40 | 15 |
| 60 | 30 |
| 80 | 42 |
| 100 | 50 |
The total number of values is 50. Estimate the median.
A) 40
B) 50
C) 45
D) 53
Show the worked solution
Answer: D
Explanation
Median position: the 25th value.
Which class holds it? 15 values by the 40 boundary, 30 by the 60 boundary — so the 25th sits in .
Interpolate:
Why the others are wrong:
- A (40) is the class's lower boundary — the interpolation never started.
- B (50) is both the class midpoint and an echo of "" — doubly baited, and it skips the arithmetic.
- C (45) mangled the fraction. Build it in words: how far into this class's 15 values does the 25th sit? Ten of fifteen.
Takeaway: Find the class straddling , then: boundary .
Topic: Describing correlation from a scatter plot
A scatter plot shows data points with no discernible pattern — the points are scattered randomly across the entire graph. This indicates:
A) No correlation
B) Strong positive correlation
C) Weak negative correlation
D) Perfect positive correlation
Show the worked solution
Answer: A
Explanation
Correlation measures the tendency for two variables to move together. If there is no pattern — points spread randomly — neither variable can predict the other. This is called no correlation (or zero correlation).
Why the distractors are wrong:
B) Strong positive correlation means as increases, clearly tends to increase — a visible upward trend.
C) Weak negative means a faint downward trend is visible.
D) Perfect positive correlation means all points lie exactly on an upward straight line.
Takeaway: The key question for any scatter plot is: "Is there a trend?" If yes, classify the direction (positive/negative) and strength (strong/weak). If no visible trend, the answer is no correlation.
Topic: Gradient of a line of best fit
A line of best fit passes through the points and . What is the gradient of this line?
A) 0.5
B) 1
C) 2
D) 1.5
Show the worked solution
Answer: B
Explanation
The equation of the line is .
Why the others are wrong: A (0.5), D (1.5) and C (2) all come from misreading one coordinate — halving, off-by-five, or doubling the rise or run. The defence is mechanical: write and on separate lines before dividing. A gradient never comes out of a single glance at two points.
Takeaway: : rises one unit per unit of , and the intercept 4 is the prediction at — so the line is . Compute the two differences explicitly, every time.
Topic: Effect of transformation on standard deviation
A data set has standard deviation . Which transformation changes ?
A) Adding 5 to every value
B) Subtracting 3 from every value
C) Multiplying every value by 2
D) Adding 5 to the mean but leaving all values unchanged
Show the worked solution
Answer: C
Explanation
Standard deviation measures spread around the mean. Adding or subtracting a constant shifts the entire data set by the same amount — the mean shifts, but the distances between values stay the same, so is unchanged.
Multiplying every value by a constant scales all distances. If the original values are , the new values are . The deviations from the new mean are all scaled by . Therefore the new standard deviation is .
Multiplying by 2 doubles .
Why D is wrong: You cannot add a constant to the mean without changing the individual values. The mean is derived from the values, not set independently.
Takeaway: Adding or subtracting a constant — no change to . Multiplying or dividing by a constant — is multiplied by .
Section 6.4 — Basic Probability
The probability of event is , where is the number of outcomes in and is the total number of equally likely outcomes in the sample space . Probability values always lie in .
Why the others are wrong: A and B shift every value by the same amount, so the mean moves with them and the gaps between the values are unchanged. D changes nothing about the data at all — the spread is computed from the values, not from the mean.
Topic: Probability from a sample space
A fair die is rolled once. What is the probability of rolling an even number?
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Sample space: , so .
Even numbers: , so .
Why the others are wrong:
- B () is the probability of one specific face — "even" admits three faces, not one.
- A () counts only two even faces (2 and 4, with 6 forgotten) — or divides the three categories {odd, even, …} carelessly.
- C () sweeps four faces into "even" — an odd face smuggled in. List the set: , exactly three.
Takeaway: : write out the favourable set before counting it. For a fair die, three even faces out of six gives — and explicit listing is what keeps 3 from becoming 2 or 4 under time pressure.
Topic: Complementary events
If , what is ?
A) 0.7
B) 0.3
C) 0.4
D) 1.3
Show the worked solution
Answer: A
Explanation
For any event and its complement :
Why the others are wrong:
- B (0.3) hands back unchanged — as if an event and its complement were equally likely by default. They are only equal at 0.5.
- C (0.4) subtracts 0.3 twice () — a "remove it from both sides" reflex with no rule behind it.
- D (1.3) adds the two — but no probability can exceed 1, which makes D self-refuting the moment you look at it. Options outside are free eliminations.
Takeaway: , always: complementary events are exhaustive and mutually exclusive. And scan the options for impossible probabilities first — examiners include them to reward students who know the boundaries.
Topic: Probability of a compound event
A card is drawn at random from a standard 52-card deck. What is the probability of drawing a red king?
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
There are 2 red kings in a deck: the king of hearts and the king of diamonds.
Why the distractors are wrong:
A) would be the probability of a specific single card, e.g. the king of hearts only.
C) is the probability of any king (4 kings out of 52).
D) is the probability of any red king or any other compound event with 8 favourable outcomes.
Takeaway: Count the favourable outcomes carefully. "Red king" is more specific than "any king" (4 outcomes) but less specific than "king of hearts" (1 outcome).
Topic: Mutually exclusive events — addition rule
Events and are mutually exclusive with and . Find .
A) 0.0875
B) 0.25
C) 0.60
D) 1.0
Show the worked solution
Answer: C
Explanation
Mutually exclusive means and cannot occur simultaneously, so .
Why the others are wrong:
- A (0.0875) is — the product rule, which belongs to independent events. Mutually exclusive events are the opposite of independent: if one happens, the other is impossible.
- B (0.25) echoes alone — the "or" was never processed.
- D (1.0) treats "A or B" as covering everything, but the two events only account for 60 % of the probability; the remaining 0.40 belongs to "neither".
Takeaway: Mutually exclusive ⇒ , nothing to subtract — and nothing to multiply. "Mutually exclusive" and "independent" are different (in fact incompatible) conditions; identify which one the question grants you before choosing a rule.
Topic: Inclusive (non-mutually-exclusive) events — addition rule
Events and are not mutually exclusive. , , . Find .
A) 0.7
B) 0.12
C) 0.1
D) 0.6
Show the worked solution
Answer: D
Explanation
The intersection is subtracted because those outcomes are counted twice if you simply add and .
Why the others are wrong:
- A (0.7) adds without subtracting — valid only for mutually exclusive events, and the question hands you a non-zero overlap precisely so that this shortcut fails.
- B (0.12) multiplies — importing the independence product rule where nothing says "independent" (and indeed , so these events are not independent).
- C (0.1) echoes the intersection itself — an ingredient posing as the meal.
Takeaway: , always; the overlap is counted twice in the sum, so subtract it once. When the intersection is given, use it — its value even tells you whether the events are independent ( vs : they aren't).
Topic: Independent events — multiplication rule
Events and are independent with and . Find .
A) 0.2
B) 0.9
C) 0.45
D) 0.5
Show the worked solution
Answer: A
Explanation
For independent events, the occurrence of one does not affect the probability of the other:
Why the others are wrong:
- B (0.9) adds the probabilities — the union-style move, and even then only correct for mutually exclusive events. "And" questions multiply.
- C (0.45) averages the two probabilities — a compromise with no probabilistic meaning.
- D (0.5) echoes — as if "and" meant "whichever is larger".
Takeaway: Independent: . Mutually exclusive: . Two completely different conditions — an event pair cannot be both (unless a probability is 0). Translate the English first: and ⇒ intersection ⇒ multiply (under independence); or ⇒ union ⇒ add-then-subtract.
Section 6.5 — Conditional Probability, Tree Diagrams and Contingency Tables
When events are not independent, the probability of the second event depends on what happened first. Conditional probability captures this: . Tree diagrams display multi-stage experiments visually; the probability along each branch is a conditional probability. Two-way tables (contingency tables) organise counts for two categorical variables and allow direct reading of conditional probabilities.
Topic: Dependent events — drawing without replacement
A bag contains 3 red, 4 blue, and 5 green balls (12 total). Two balls are drawn without replacement. What is the probability that both are red?
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
After drawing one red ball, 2 red balls remain in a bag of 11:
Why the others are wrong:
- A () is the with-replacement answer: — the bag never updated after the first draw.
- C () updates too hard: leaves only one red behind, but removing one of three reds leaves two.
- D () matches no consistent method — a plausible-sized decoy. Both legitimate routes agree on B: sequentially , or by combinations .
Takeaway: "Without replacement" shrinks both the favourable count and the total: numerator and denominator each drop by one for the second draw. When unsure, cross-check with the combinations route — two methods agreeing is proof against all four distractor styles.
Topic: Conditional probability formula
and . Calculate .
A) 0.048
B) 0.52
C) 0.3
D) 0.12
Show the worked solution
Answer: C
Explanation
Why the others are wrong:
- A (0.048) multiplies — running the multiplication rule when the formula calls for division.
- B (0.52) adds them () — no rule anywhere adds an intersection to a marginal.
- D (0.12) echoes unchanged — "given" ignored entirely. Conditioning must rescale: inside the world where happened (which has size 0.4), the slice where also happens (0.12) occupies .
Takeaway: — "given " shrinks the sample space to , and the division is that shrinkage. If your "conditional" probability equals the plain intersection, no conditioning has actually happened.
Topic: Two-way contingency table — reading probability
The table below shows data for 100 students:
| Plays sport | Does not play sport | |
|---|---|---|
| Studies maths | 30 | 20 |
| Does not study maths | 15 | 35 |
What is the probability that a randomly selected student plays sport?
A) 0.30
B) 0.55
C) 0.35
D) 0.45
Show the worked solution
Answer: D
Explanation
Total students who play sport .
Why the others are wrong: each is a different piece of the table posing as the answer —
- A (0.30) is only the top-left cell (sporty maths students) — the 15 sporty non-maths students got dropped.
- C (0.35) is the bottom-right cell (plays neither... i.e. non-maths non-sport) — the wrong region entirely.
- B (0.55) is the complement: the "does not play sport" column total (). Right technique, wrong column.
Takeaway: Probability from a table = (relevant column or row total) ÷ (grand total). Sum the full "plays sport" column first (), and reserve subtotals-as-denominators for questions that say "given that".
Topic: Conditional probability from a contingency table
Using the same table from Q24, what is ?
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
The condition "plays sport" restricts us to the 45 students in the sport column.
Of those 45, exactly 30 study maths.
Why the others are wrong:
- B () divides by the grand total — the "given that" was never applied. That computes , a different quantity.
- D () conditions on the wrong event: dividing by the maths row total gives — the reversed conditional. and are rarely equal, and the exam loves offering both.
- C () is a "half-ish" guess matching no cell-over-subtotal in the table.
Takeaway: "Given that X" ⇒ denominator = X's subtotal (here the 45 sport players). Say the fraction in words — "of the 45 who play sport, 30 study maths" — and the reversed conditional can't sneak in.
Topic: Dependent events — P(A and B) using conditional probability
A bag contains 4 white and 6 black balls. Two balls are drawn one after the other without replacement. What is the probability that the first is white and the second is black?
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
After removing one white ball, 9 balls remain (3 white + 6 black):
Why the others are wrong:
- A () is the with-replacement version: — the second denominator never dropped to 9.
- C () drops the denominator too far () — two balls removed after one draw.
- D () is mis-simplified ( territory) — a cancellation slip at the very last step. Reduce fractions in one careful move: .
Takeaway: Sequential dependent events: , with the second fraction rebuilt from the post-draw bag (9 balls: 3 white, 6 black). One draw removes exactly one ball — no more, no fewer.
Section 6.6 — Counting Principle, Permutations and Combinations
The Fundamental Counting Principle: if task 1 can be done in ways and task 2 in ways, then both can be done in ways. When order matters, use permutations: . When order does not matter, use combinations: .
Topic: Fundamental counting principle
A student can choose from 3 shirts, 4 pairs of trousers, and 2 pairs of shoes. How many different outfits are possible?
A) 9
B) 16
C) 24
D) 48
Show the worked solution
Answer: C
Explanation
Why the others are wrong:
- A (9) adds the choices (). Adding counts the ways to pick one item of one kind; an outfit needs one of each, and each shirt pairs with every trouser–shoe combination.
- D (48) doubles the true count — the "2 pairs of shoes" counted as 4 individual shoes, or a stage multiplied twice.
- B (16) mixes adding and multiplying () — a chain that changes rules midway.
Takeaway: Independent choices in sequence multiply: . The test for multiplying is the word each — "for each shirt, every pair of trousers; for each of those, both pairs of shoes."
Topic: Permutations — arrangements of distinct objects
In how many ways can 5 distinct books be arranged in a row on a shelf?
A) 25
B) 60
C) 100
D) 120
Show the worked solution
Answer: D
Explanation
For the first position there are 5 choices, for the second there are 4 (one book is placed), and so on.
Why the others are wrong:
- A (25) is — a "five times something" guess with no counting model.
- B (60) is — the factor chain abandoned two books early. All five books need placing, so all five factors belong.
- C (100) is round-number bait; factorials are rarely round.
Takeaway: Arranging all distinct objects gives — one shrinking factor per position, all the way down to 1. is worth instant recall (as are and ).
Topic: Permutations — selecting and arranging from
How many different 3-letter arrangements (no repetition) can be formed from the letters of the word MATHS?
A) 60
B) 10
C) 120
D) 20
Show the worked solution
Answer: A
Explanation
MATHS has 5 distinct letters. We want to select 3 and arrange them in order:
Why the others are wrong:
- C (120) is — arrangements of all five letters, but only three positions exist here.
- B (10) is — the combination count, which ignores order. Arrangements of letters are ordered (CAT ≠ ACT), so each trio counts times: .
- D (20) stops the factor chain early () — two slots filled, one abandoned.
Takeaway: "Arrangements" ⇒ order matters ⇒ , one factor per slot: . Count your factors against your slots before moving on.
Topic: Combinations
In how many ways can a committee of 3 students be chosen from a group of 8 (order does not matter)?
A) 336
B) 56
C) 24
D) 168
Show the worked solution
Answer: B
Explanation
Why the others are wrong:
- A (336) is — ordered selections. A committee has no first, second or third member, so each group of three is counted times over.
- D (168) divides those 336 by 2 instead of by — a half-hearted correction that remembers order matters but forgets how many orderings a trio has.
- C (24) is — the two visible numbers multiplied, with no counting structure behind them.
Takeaway: "Committee / group / selection" ⇒ order doesn't matter ⇒ = permutation count ÷ . The divisor is the factorial of the group size — a trio has six orderings, not two.
Section 6.7 — Venn Diagrams and Advanced Probability
Venn diagrams represent events as overlapping circles within a rectangle (the sample space). The overlap region is ; the combined shaded region is . The region outside both circles is .
Topic: Union of two events — Venn diagram
For events and : , , . Find .
A) 0.8
B) 0.9
C) 0.7
D) 0.5
Show the worked solution
Answer: C
Explanation
Why the others are wrong:
- B (0.9) adds without subtracting the overlap — the double-counted 0.2 left in place.
- A (0.8) subtracts only half the overlap — an arithmetic compromise with no rule behind it.
- D (0.5) echoes — as if the union were just "the bigger event".
Takeaway: , always — mutually exclusive events are merely the special case where the subtracted term is 0. If your union isn't larger than both individual probabilities yet smaller than their sum, something is off; use that squeeze as a sanity check.
Topic: Region in a Venn diagram — A only
Using the same values as Q31, find the probability that occurs but does not.
A) 0.2
B) 0.4
C) 0.5
D) 0.3
Show the worked solution
Answer: D
Explanation
" only" means , the part of that does not overlap with :
Why the others are wrong:
- C (0.5) hands back whole — but includes the overlap where also happens; "A but not B" requires carving that 0.2 out.
- A (0.2) is the overlap itself — the piece to be removed, presented as the remainder.
- B (0.4) echoes — the wrong circle altogether.
Takeaway: . Sketch the two circles and shade the crescent — Venn questions are region-labelling exercises, and every wrong option here is a different mislabelled region.
Topic: "At least one" probability — complement method
Events and are independent with and . Find the probability that at least one of or occurs.
A) 0.8
B) 0.7
C) 0.3
D) 0.6
Show the worked solution
Answer: A
Explanation
"At least one" is the complement of "neither":
Since and are independent, so are and :
Why the others are wrong:
- B (0.7) subtracts from 1 — the complement of the wrong event. "At least one" is the opposite of "neither".
- C (0.3) is , answering a different question.
- D (0.6) echoes . "At least one" must be bigger than either single probability, so 0.6 is too small on sight.
Takeaway: . Say out loud which event you are complementing before subtracting from 1 — that sentence is exactly where B goes wrong.
Topic: Venn diagram — neither event
In a class of 30 students: 18 play soccer, 12 play hockey, and 5 play both. How many students play neither sport?
A) 7
B) 5
C) 3
D) 10
Show the worked solution
Answer: B
Explanation
Why the others are wrong:
- A (7) is — a subtraction chain that removes "both" as if it were a third separate group. The 5 who play both are already inside the 18 and inside the 12.
- C (3) and D (10) are the same story with different mis-handlings of the overlap (subtracting it twice, or not at all, plus slips). All three die at the checkpoint: students in at least one sport , leaving exactly 5 outside.
Takeaway: Inclusion–exclusion first (), subtract from the total second. Better yet, fill in the Venn regions — 13 soccer-only, 5 both, 7 hockey-only — and confirm they sum with "neither" to 30 ✓.
Topic: Probability of a sum when rolling two dice
Two fair dice are rolled. What is the probability that the sum of the two numbers is 7?
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Total outcomes: ordered pairs.
Pairs summing to 7: — six.
Why the others are wrong:
- A () counted unordered pairs, halving the truth. and are different rolls.
- B () missed two pairs. List systematically — one for each value of the first die — and six is unmissable.
- D () put the target sum in the numerator. The favourable count is 6.
Takeaway: Two dice always give 36 ordered outcomes. Sum 7 has exactly one pair per value of the first die — six ways, the most of any sum.
Mixed Practice Questions — M1 to M30
These questions cover all six chapters. No explanations are given. Work through each one using the methods from earlier chapters.
Topic: Simplifying algebraic expressions
Simplify: for .
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — The numerator is a difference of squares: .
Step 2 — .
Step 3 — Cancel the common : .
Why the others are wrong:
-
B cancelled to the wrong factor.
-
C treated as if it did not factorise.
-
D cancelled nothing.
Takeaway: Factorise before cancelling. You may only cancel FACTORS — never individual terms out of a sum.
Topic: Ordering real numbers
Which list is in ascending order?
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Put everything in decimals.
Step 2 — , , , .
Step 3 — Ascending: .
Why the others are wrong:
-
A has before , but .
-
B starts above and then descends.
-
D descending order.
Takeaway: Convert every fraction to a decimal to the same number of places before comparing. and are close, and eyeballing them fails.
Topic: Reading a linear graph
The graph of crosses the -axis at:
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — A graph crosses the -axis where .
Step 2 — , so .
Step 3 — The point is .
Why the others are wrong:
-
A that is the -intercept, where .
-
B solved .
-
D read the coefficient as the intercept.
Takeaway: -intercept: set . -intercept: set . Swapping them is the usual slip.
Topic: SOHCAHTOA
In a right triangle, the side opposite angle has length 8 and the hypotenuse has length 10. What is ?
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — Sine is the opposite side divided by the hypotenuse.
Step 2 — .
Step 3 — .
Why the others are wrong:
-
A uses the third side, 6, as the opposite.
-
C — the two legs, which is .
-
D inverted; a sine cannot exceed 1.
Takeaway: The hypotenuse always goes on the bottom for sine and cosine, so both are at most 1. Only tangent can be bigger.
Topic: Angles in a triangle
Two angles of a triangle are and . What is the third angle?
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — The angles of a triangle add to .
Step 2 — .
Step 3 — .
Why the others are wrong:
-
B subtracted from .
-
C subtracted from .
-
D added the two angles as .
Takeaway: Add the two you have, then subtract from . Doing it in one step invites an arithmetic slip.
Topic: Mean of a data set
Find the mean of .
A) 10
B) 11
C) 12
D) 13
Show the worked solution
Answer: C
Explanation
Step 1 — Add the values: .
Step 2 — Divide by how many there are: 5.
Step 3 — .
Why the others are wrong:
-
A divided by 6.
-
B used a total of 55.
-
D used a total of 65.
Takeaway: Mean is total ÷ count. Count the values before dividing — miscounting is as common as mis-adding.
Topic: Basic probability
A bag has 5 red and 3 blue marbles. One is drawn at random.
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — There are marbles in total.
Step 2 — 3 of them are blue.
Step 3 — The probability of blue is .
Why the others are wrong:
-
A that is the probability of RED.
-
C compared blue to red rather than to the total.
-
D used 9 as the total.
Takeaway: The denominator of a probability is the TOTAL number of outcomes, not the number in the other category.
Topic: Solving a quadratic equation
Solve .
A) or
B) or
C) or
D) or
Show the worked solution
Answer: D
Explanation
Step 1 — Factorise: two numbers multiplying to 6 and adding to are and .
Step 2 — .
Step 3 — or .
Why the others are wrong:
-
A one sign wrong: expands to .
-
B both signs wrong.
-
C used factors of 6 that add to 7, not 5.
Takeaway: Both signs negative gives a positive product and a negative sum — which is exactly what and ask for.
Topic: Percentage
A price of R480 is increased by 15 %. What is the new price?
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — A 15% increase multiplies by .
Step 2 — .
Step 3 — .
Why the others are wrong:
-
B added roughly 3% instead of 15%.
-
C estimated rather than multiplied.
-
D used 12.5%.
Takeaway: Increase by % means multiply by . One multiplication beats working out the increase and adding it.
Topic: Parabola vertex
The function has a maximum value of:
A) 3
B)
C) 5
D)
Show the worked solution
Answer: C
Explanation
Step 1 — The squared term is negative, so the parabola opens downwards and the vertex is a MAXIMUM.
Step 2 — has vertex .
Step 3 — The maximum value is 5.
Why the others are wrong:
-
A 3 is the -coordinate of the vertex, not the maximum value.
-
B the sign belongs to the squared term, not to the 5.
-
D negated the -coordinate.
Takeaway: The maximum VALUE is the -coordinate of the vertex. The -coordinate tells you where it happens, not what it is.
Topic: Trigonometric identity
Which of the following is equal to ?
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — is DEFINED as .
Step 2 — So the quotient is .
Step 3 — Nothing needs simplifying.
Why the others are wrong:
-
A that is a product, not a quotient.
-
C is the reciprocal: .
-
D .
Takeaway: Sine over cosine is tangent; cosine over sine is cotangent. The order decides which.
Topic: Area of a triangle
A triangle has base 12 cm and height 7 cm. Its area is:
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Area of a triangle is base height.
Step 2 — .
Step 3 — cm².
Why the others are wrong:
-
A multiplied base by height without halving.
-
B halved twice.
-
C added the base and height.
Takeaway: The is what separates a triangle from the rectangle around it. Forgetting it doubles your answer.
Topic: Median of a data set
Find the median of .
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — Sort the data: .
Step 2 — There are six values, so the median is the average of the 3rd and 4th.
Step 3 — .
Why the others are wrong:
-
B took the 3rd value without averaging.
-
C took the 4th value without averaging.
-
D averaged the wrong pair.
Takeaway: SORT FIRST — the median of unsorted data is meaningless. With an even count the median is the average of the middle two, and need not be in the data.
Topic: Complementary probability
. Find .
A) 1.62
B) 0.62
C) 0.38
D) 0.5
Show the worked solution
Answer: C
Explanation
Step 1 — is the complement of : everything that is not .
Step 2 — .
Step 3 — .
Why the others are wrong:
-
A added instead of subtracting; a probability cannot exceed 1.
-
B repeated .
-
D assumed the complement is always a half.
Takeaway: Complementary probabilities add to 1. If your answer is above 1, you have added where you should have subtracted.
Topic: Factorisation — difference of two squares
Factorise .
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — This is a difference of squares: .
Step 2 — with and .
Step 3 — .
Why the others are wrong:
-
A that is — it has a middle term.
-
C expands to .
-
D expands to .
Takeaway: A difference of squares has NO middle term, and factorises into a matching pair with opposite signs. Expand to check: the middle terms must cancel.
Topic: Ratio and proportion
If and , what is ?
A) 18
B) 24
C) 16
D) 21
Show the worked solution
Answer: D
Explanation
Step 1 — with .
Step 2 — , so .
Step 3 — .
Why the others are wrong:
-
A used .
-
B used or similar.
-
C used of 28.
Takeaway: Cross-multiply: . Checking is instant — cancels to .
Topic: Exponential function
The function passes through the point:
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — Test each point by substituting its -value.
Step 2 — , so is on the graph ✓
Step 3 — (For comparison, and .)
Why the others are wrong:
-
B , not 2.
-
C , not 9.
-
D , not 6.
Takeaway: To test whether a point is on a graph, substitute its and see whether you get its . Four quick substitutions settle it.
Topic: Reduction formula
Evaluate .
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — lands in the second quadrant for acute .
Step 2 — Cosine is NEGATIVE in the second quadrant, and the reference angle is .
Step 3 — .
Why the others are wrong:
-
A misses the sign change.
-
B — a different identity.
-
D wrong function and wrong sign.
Takeaway: Subtracting from keeps the reference angle and moves you to Q2, where only sine stays positive. So sine keeps its sign and cosine flips.
Topic: Pythagoras' theorem
A right triangle has legs of length 9 and 12. What is the hypotenuse?
A) 21
B) 15
C) 18
D) 20
Show the worked solution
Answer: B
Explanation
Step 1 — Pythagoras: .
Step 2 — .
Step 3 — .
Why the others are wrong:
-
A added the legs.
-
C averaged something.
-
D used .
Takeaway: 9-12-15 is 3-4-5 scaled by 3. Spotting a scaled triple removes the arithmetic entirely.
Topic: Interquartile range from a five-number summary
A data set has the five-number summary: .
The IQR is:
A) 45
B) 12
C) 28
D) 20
Show the worked solution
Answer: D
Explanation
Step 1 — The five-number summary is min, , median, , max.
Step 2 — So and .
Step 3 — IQR .
Why the others are wrong:
-
A is the full RANGE, not the interquartile range.
-
B used the median minus .
-
C used minus the median, doubled.
Takeaway: IQR uses the two QUARTILES and ignores the extremes — that is the whole point of it. Range uses min and max.
Topic: Independent events
and , and , are independent. Find .
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — For independent events, .
Step 2 — .
Step 3 — .
Why the others are wrong:
-
B computed style addition minus something.
-
C added the two probabilities.
-
D reported .
Takeaway: Independent events MULTIPLY for 'and'. Adding gives the 'or' probability, and only when the events cannot both happen.
Topic: Simultaneous equations
Solve: and .
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Add the two equations to eliminate : .
Step 2 — , so .
Step 3 — Substitute back: , so .
Why the others are wrong:
-
A satisfies neither equation: ✓ but .
-
B ✓ but .
-
D .
Takeaway: When the terms are already and , ADD the equations. Always check your pair in BOTH equations — one of them can be satisfied by luck.
Topic: Surd comparison
Which is the largest?
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — Write each as a single square root.
Step 2 — , , , .
Step 3 — The largest number under the root wins: .
Why the others are wrong:
-
A .
-
C , the smallest of the four.
-
D .
Takeaway: Pull every coefficient inside the root: . Then one comparison of whole numbers settles it.
Topic: Domain of a function
What is the domain of ?
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — A square root needs a non-negative inside.
Step 2 — .
Step 3 — .
Why the others are wrong:
-
A excludes 4, but is defined.
-
B the values where the root is undefined.
-
C the wrong direction, and includes undefined values.
Takeaway: Include the endpoint unless the root sits in a denominator. Here it does not, so is allowed.
Topic: General solution
Find the general solution of .
A) or ,\
B) ,\
C) or
D) ,\
Show the worked solution
Answer: A
Explanation
Step 1 — has reference angle , and sine is positive in Q1 and Q2.
Step 2 — In one revolution: and .
Step 3 — Both repeat every : or .
Why the others are wrong:
-
B generates , where .
-
C gives only two angles and includes , which is wrong anyway.
-
D misses the whole second-quadrant family.
Takeaway: A general solution needs EVERY solution. Sine gives two families per revolution, so two expressions are required — one is never enough.
Topic: Similar triangles
Two similar triangles have corresponding sides in the ratio . If the area of the smaller triangle is , what is the area of the larger triangle?
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Areas scale with the square of the linear ratio.
Step 2 — Linear gives area .
Step 3 — cm².
Why the others are wrong:
-
A applied the linear ratio to the area.
-
B doubled the smaller area.
-
D used the CUBE ratio, which is for volumes.
Takeaway: Square the ratio for areas, cube it for volumes. , then — the arithmetic stays small if you divide first.
Topic: Standard deviation concept
Two data sets have the same mean of 50. Data set A has standard deviation 2; data set B has standard deviation 15. Which statement is correct?
A) Data set A is more spread out
B) Data set B has values closer to the mean
C) Data set A has values more tightly clustered around 50
D) Both data sets have the same spread
Show the worked solution
Answer: C
Explanation
Step 1 — Standard deviation measures spread: a small one means values sit close to the mean.
Step 2 — Set A has standard deviation 2; set B has 15.
Step 3 — So set A is the tightly clustered one.
Why the others are wrong:
-
A reverses it — the SMALLER deviation is the tighter set.
-
B set B has the larger deviation, so its values are further out.
-
D 2 and 15 are very different spreads.
Takeaway: Same mean says nothing about spread. A small standard deviation means clustered; a large one means scattered.
Topic: Tree diagram — three-stage experiment
A coin is flipped twice. What is the probability of getting exactly one head?
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Two flips give four equally likely outcomes: HH, HT, TH, TT.
Step 2 — Exactly one head happens in HT and TH — two of the four.
Step 3 — .
Why the others are wrong:
-
A counted only one of the two orders.
-
B that is the probability of AT LEAST one head.
-
C used three outcomes instead of four.
Takeaway: HT and TH are DIFFERENT outcomes. Listing all four is faster and safer than trying to reason about it.
Topic: Arithmetic sequence
The 5th term of an arithmetic sequence is 23 and the common difference is 4. What is the first term?
A) 7
B) 3
C) 11
D) 5
Show the worked solution
Answer: A
Explanation
Step 1 — , so .
Step 2 — .
Step 3 — .
Why the others are wrong:
-
B used .
-
C added instead of subtracting.
-
D used or mis-subtracted.
Takeaway: The 5th term is four steps from the first, so it uses . Off-by-one here is the classic sequence error.
Topic: Counting principle — restrictions
How many 3-digit numbers can be formed from the digits if no digit may be repeated and the number must be even?
A) 12
B) 18
C) 24
D) 20
Show the worked solution
Answer: C
Explanation
Step 1 — Even means the LAST digit must be 2 or 4 — 2 choices.
Step 2 — The first two digits come from the remaining four: .
Step 3 — .
Why the others are wrong:
-
A used only one choice for the last digit.
-
B used .
-
D counted some arrangements twice.
Takeaway: Fill the RESTRICTED position first. Choosing the last digit before the others is what keeps the count honest.