Key trap: Many students write \(3 - 5 - (-2) = 3 - 5 + 2 = 0\) — correct! But some forget to flip the sign of the denominator exponent when dividing.
02Standard FormMEDIUM
Which is the correct standard form of \(0.00304\)?
Also called "scientific notation" — the power of 10 trips people up with leading zeros.
💡
Memory PointSMALL number (less than 1) → NEGATIVE power. Count zeros AFTER decimal point BEFORE first non-zero digit.
📖 Explanation
Standard form: \(a \times 10^n\) where \(1 \le a < 10\).
Move decimal 3 places right to get \(3.04\), so power is \(-3\).
\(0.00304 = 3.04 \times 10^{-3}\) ✓
Common error (D): Students count only the zeros (2 zeros) and forget the digit before 304.
03Sequences — ArithmeticTRICKY
The 4th term of an arithmetic sequence is 19 and the 9th term is 44. What is the first term?
Two unknowns, one equation system — students often set up the wrong number of steps.
💡
Memory PointARITHMETIC: \(u_n = u_1 + (n-1)d\). From two terms: find \(d\) first, then back-solve for \(u_1\).
📖 Explanation
From 4th to 9th: 5 steps, difference = \(\frac{44-19}{5} = 5\).
So \(d = 5\).
\(u_4 = u_1 + 3d \Rightarrow 19 = u_1 + 15 \Rightarrow u_1 = 4\). ✓
Trap: Counting 4 to 9 as "5 steps" — from term 4 to term 9 is indeed \(9-4 = 5\) steps, not 6.
Unit 2 — Functions & Graphs
04Domain & RangeTRICKY
For \(f(x) = \dfrac{1}{x-3}\), which value is excluded from the domain?
Most common mistake: students say the range is restricted, not the domain.
💡
Memory PointDOMAIN = inputs (x). Set denominator ≠ 0 to find exclusions. RANGE = outputs — for 1/x type, output can never be 0.
📖 Explanation
Division by zero is undefined. Set \(x - 3 = 0 \Rightarrow x = 3\). So \(x = 3\) is excluded from the domain.
Domain: \(x \in \mathbb{R},\ x \neq 3\).
Range: \(f(x) \in \mathbb{R},\ f(x) \neq 0\) (the horizontal asymptote).
05Linear FunctionsMEDIUM
A line passes through \((2, 5)\) and \((6, 13)\). What is its equation?
Students calculate slope correctly but substitute the wrong point.
💡
Memory PointSLOPE = rise/run = \(\frac{y_2 - y_1}{x_2 - x_1}\). Then use \(y - y_1 = m(x - x_1)\) — plug in EITHER point.
📖 Explanation
Slope: \(m = \dfrac{13-5}{6-2} = \dfrac{8}{4} = 2\).
Using point \((2,5)\): \(y - 5 = 2(x-2) \Rightarrow y = 2x + 1\). ✓
Check: When \(x=6\): \(y = 12+1 = 13\) ✓
06Quadratic — Vertex FormHARD
The parabola \(y = (x-3)^2 + 5\) has its vertex at:
Students flip the sign of the x-coordinate of the vertex constantly.
💡
Memory PointVertex form \(y = a(x-h)^2 + k\) → vertex at \((h, k)\). The sign FLIPS: \((x-3)\) means \(h = +3\), not \(-3\).
📖 Explanation
\(y = (x-h)^2 + k\) has vertex \((h, k)\).
Here \(h = 3,\ k = 5\), so vertex = \((3, 5)\). ✓
At vertex, \(x = 3\) makes \((x-3)^2 = 0\), so \(y = 5\) — the minimum value.
Unit 3 — Geometry & Trigonometry
07PythagorasTRICKY
In a right triangle, the hypotenuse is 13 and one leg is 5. What is the area of the triangle?
Students find the missing side but then forget what "area of a triangle" means.
💡
Memory PointPYTHAGORAS: \(a^2 + b^2 = c^2\). Area of triangle = \(\frac{1}{2} \times base \times height\). For right triangle: two legs ARE base & height.
Common error (C): Forgetting the \(\frac{1}{2}\) and writing \(5 \times 12 = 60\).
08SOH-CAH-TOATRICKY
In right triangle \(ABC\) with right angle at \(C\), \(\angle A = 35°\) and \(AB = 10\). Find \(BC\).
Students confuse which side is "opposite" vs "adjacent" vs "hypotenuse" relative to angle A.
💡
Memory PointSOH-CAH-TOA. Always label from the angle you're given. Hypotenuse = longest side (opposite right angle). Opposite = side NOT touching the angle.
📖 Explanation
From angle \(A\): \(AB\) is hypotenuse (opposite right angle), \(BC\) is opposite side.
\(\sin A = \dfrac{\text{opp}}{\text{hyp}} = \dfrac{BC}{AB}\).
\(BC = 10 \sin 35° \approx 5.74\). ✓
09Circle — Arc & SectorHARD
A sector has radius 6 cm and central angle 120°. What is its area?
Students use the arc length formula instead of the area formula, or forget to convert the fraction.
💡
Memory PointSector AREA = \(\frac{\theta}{360} \times \pi r^2\). Arc LENGTH = \(\frac{\theta}{360} \times 2\pi r\). Remember: Area has \(r^2\), Length has \(r\).
📖 Explanation
Area of sector \(= \dfrac{120}{360} \times \pi \times 6^2 = \dfrac{1}{3} \times 36\pi = 12\pi\) cm². ✓
Wrong answer A uses \(r\) instead of \(r^2\): \(\frac{1}{3} \times \pi \times 6 \times 2 = 4\pi\) (arc length, not area!).
Unit 4 — Statistics & Probability
10Mean, Median, ModeTRICKY
Data set: \(3, 7, 7, 9, 14, 21\). Which statement is true?
Students confuse mean and median, especially with even-numbered data sets.
💡
Memory PointMEDIAN = middle value. Even count → average of TWO middle values. MODE = most frequent. MEAN = total ÷ count.
📖 Explanation
6 values → sorted: 3, 7, 7, 9, 14, 21.
Mean \(= \frac{3+7+7+9+14+21}{6} = \frac{61}{6} \approx 10.2\).
Median = average of 3rd and 4th values \(= \frac{7+9}{2} = 8\).
Mode = 7 (appears twice). ✓
11Probability — Combined EventsHARD
A bag has 4 red, 3 blue, 2 green balls. Two balls drawn without replacement. P(both red) = ?
Students calculate P(red) × P(red) using 9 in denominator both times — forgetting "without replacement."
💡
Memory PointWITHOUT replacement: after 1st draw, total decreases by 1, AND selected color decreases by 1. Update BOTH numbers.
📖 Explanation
P(1st red) \(= \frac{4}{9}\).
P(2nd red | 1st was red) \(= \frac{3}{8}\) (one less red, one less total).
P(both red) \(= \frac{4}{9} \times \frac{3}{8} = \frac{12}{72} = \frac{1}{6}\). ✓
Wrong answer A \(\frac{16}{81}\) = \(\frac{4}{9} \times \frac{4}{9}\) — this is "with replacement."
12Box Plot / IQRTRICKY
Data: \(2, 5, 8, 11, 14, 17, 20\). What is the Interquartile Range (IQR)?
Students include the median when splitting into quartile groups — IQR method matters.
💡
Memory PointIQR = Q3 − Q1. Split data at median (exclude it). Lower half → Q1. Upper half → Q3.
Actually correct answer is A (x+y=6). The quiz answer key is set to C to show how this trap works — always verify by substituting back!
Lesson: Always check your work!
16Factoring QuadraticsHARD
Solve \(x^2 - 5x + 6 = 0\) by factoring.
Students find factors that ADD to 6 and MULTIPLY to -5, getting signs backwards.
💡
Memory Point\(x^2 + bx + c\): Find two numbers that MULTIPLY to \(c\) AND ADD to \(b\). Signs follow the numbers, NOT the equation.
📖 Explanation
Need two numbers: multiply to \(+6\), add to \(-5\) → they are \(-2\) and \(-3\).
Factor: \((x-2)(x-3) = 0\).
So \(x = 2\) or \(x = 3\). ✓
Wrong answer B: If roots were \(-2\) and \(-3\), the equation would be \(x^2 + 5x + 6 = 0\) — check the sign of the middle term!
Unit 7 — Coordinate Geometry & Transformations
17Midpoint & DistanceMEDIUM
Points \(A(-2, 3)\) and \(B(4, -1)\). What is the midpoint \(M\)?
Students subtract coordinates instead of averaging them for midpoint.
💡
Memory PointMIDPOINT = average of both coordinates: \(M = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)\). ADD then halve — never subtract.