🔢
Algebra 2
Questions 1–10 · Core Topics Most Frequently Missed
Question 1 Quadratic Formula
📖 Core Concept
The Quadratic Formula solves any equation of the form \(ax^2 + bx + c = 0\):
\[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \] The discriminant \(D = b^2 - 4ac\) tells you the nature of roots:
\(D > 0\): two real roots  |  \(D = 0\): one real root  |  \(D < 0\): two complex roots
✏️ Worked Example
Solve \(x^2 - 5x + 6 = 0\).
Here \(a=1, b=-5, c=6\).   \(D = 25 - 24 = 1\).
\(x = \dfrac{5 \pm 1}{2}\)  ⟹  \(x = 3\) or \(x = 2\). ✓
Your Turn
Solve \(2x^2 - 3x - 2 = 0\) using the quadratic formula. What are the solutions?
Question 2 Complex Numbers
📖 Core Concept
A complex number has the form \(a + bi\), where \(i = \sqrt{-1}\), so \(i^2 = -1\).
To multiply, use FOIL and replace \(i^2\) with \(-1\).
To divide, multiply numerator and denominator by the conjugate of the denominator.
✏️ Worked Example
Simplify \((3 + 2i)(1 - i)\).
\(= 3 - 3i + 2i - 2i^2 = 3 - i - 2(-1) = 3 - i + 2 = 5 - i\). ✓
Your Turn
Simplify \(\dfrac{3 + 2i}{1 + i}\). Express in the form \(a + bi\).
Question 3 Polynomial Remainder Theorem
📖 Core Concept
Remainder Theorem: When a polynomial \(p(x)\) is divided by \((x - k)\), the remainder equals \(p(k)\).
Factor Theorem: \((x - k)\) is a factor of \(p(x)\) if and only if \(p(k) = 0\).
✏️ Worked Example
Find the remainder when \(p(x) = x^3 - 2x + 1\) is divided by \((x - 2)\).
\(p(2) = 8 - 4 + 1 = 5\).   The remainder is \(5\). ✓
Your Turn
What is the remainder when \(p(x) = 3x^3 - 4x^2 + x - 2\) is divided by \((x - 2)\)?
Question 4 Logarithms
📖 Core Concept
Key log rules:
\(\log_b(xy) = \log_b x + \log_b y\)  |  \(\log_b\!\left(\dfrac{x}{y}\right) = \log_b x - \log_b y\)
\(\log_b(x^n) = n\log_b x\)  |  \(\log_b b = 1\)  |  \(\log_b 1 = 0\)
✏️ Worked Example
Solve \(\log_2(x+3) + \log_2(x-1) = 5\).
\(\log_2[(x+3)(x-1)] = 5\)  ⟹  \((x+3)(x-1) = 32\)
\(x^2 + 2x - 3 = 32\)  ⟹  \(x^2 + 2x - 35 = 0\)  ⟹  \((x+7)(x-5)=0\)
Since \(x-1 > 0\), we need \(x > 1\), so \(x = 5\). ✓
Your Turn
Solve \(\log_3(2x+1) = 3\). What is \(x\)?
Question 5 Rational Exponents
📖 Core Concept
A rational exponent: \(a^{m/n} = \left(\sqrt[n]{a}\right)^m = \sqrt[n]{a^m}\)
Properties: \(a^{-m/n} = \dfrac{1}{a^{m/n}}\),   \(a^{1/n} = \sqrt[n]{a}\)
✏️ Worked Example
Simplify \(27^{2/3}\).
\(27^{2/3} = (\sqrt[3]{27})^2 = 3^2 = 9\). ✓
Your Turn
Simplify \((-32)^{3/5}\).
Question 6 Systems of Equations
📖 Core Concept
For a system with a linear and a quadratic equation, substitute the linear equation into the quadratic, then solve. The number of intersection points equals the number of solutions.
✏️ Worked Example
Solve: \(y = x + 2\) and \(y = x^2\).
\(x^2 = x + 2\)  ⟹  \(x^2 - x - 2 = 0\)  ⟹  \((x-2)(x+1) = 0\)
\(x = 2\) or \(x = -1\). Solutions: \((2, 4)\) and \((-1, 1)\). ✓
Your Turn
Solve the system: \(y = 2x + 1\) and \(y = x^2 - 3x + 3\). Find the \(x\)-values of intersection.
Question 7 Sequences & Series
📖 Core Concept
Geometric Series Sum: For \(n\) terms with first term \(a\) and common ratio \(r \neq 1\):
\[ S_n = \frac{a(1 - r^n)}{1 - r} \] Infinite Geometric Series (if \(|r| < 1\)): \(S = \dfrac{a}{1 - r}\)
✏️ Worked Example
Find the sum of the first 5 terms of \(3, 6, 12, 24, \ldots\)
Here \(a = 3, r = 2\).  \(S_5 = \dfrac{3(1-2^5)}{1-2} = \dfrac{3(-31)}{-1} = 93\). ✓
Your Turn
Find the sum of the infinite geometric series: \(8 + 4 + 2 + 1 + \cdots\)
Question 8 Completing the Square
📖 Core Concept
To complete the square for \(ax^2 + bx + c\), rewrite as \(a(x + h)^2 + k\):
1. Factor out \(a\) from the \(x\)-terms
2. Take half the coefficient of \(x\), square it, add and subtract inside
The vertex form \(a(x-h)^2 + k\) gives vertex at \((h, k)\).
✏️ Worked Example
Convert \(y = x^2 - 6x + 5\) to vertex form.
\(y = (x^2 - 6x + 9) - 9 + 5 = (x-3)^2 - 4\). Vertex: \((3, -4)\). ✓
Your Turn
Write \(y = x^2 + 4x - 1\) in vertex form. What is the vertex?
Question 9 Inverse Functions
📖 Core Concept
To find the inverse \(f^{-1}(x)\) of a function \(f(x)\):
1. Replace \(f(x)\) with \(y\)
2. Swap \(x\) and \(y\)
3. Solve for \(y\) — that's \(f^{-1}(x)\)
Verify: \(f(f^{-1}(x)) = x\) and \(f^{-1}(f(x)) = x\).
✏️ Worked Example
Find \(f^{-1}(x)\) for \(f(x) = 2x - 3\).
\(y = 2x - 3\)  ⟹  swap: \(x = 2y - 3\)  ⟹  \(y = \dfrac{x+3}{2}\).
So \(f^{-1}(x) = \dfrac{x+3}{2}\). ✓
Your Turn
Find \(f^{-1}(x)\) if \(f(x) = \dfrac{3x + 1}{2}\).
Question 10 Exponential Growth & Decay
📖 Core Concept
Exponential model: \(A = A_0 \cdot b^t\)
Growth: \(b > 1\),   Decay: \(0 < b < 1\).
Common form: \(A = A_0(1 \pm r)^t\) where \(r\) is the rate.
✏️ Worked Example
A bacteria culture starts at 200 and doubles every 3 hours. How many after 9 hours?
\(A = 200 \cdot 2^{9/3} = 200 \cdot 2^3 = 200 \cdot 8 = 1600\). ✓
Your Turn
A radioactive substance decays at a rate of 20% per year. If the initial amount is 500 grams, how much remains after 3 years?
📐
Geometry
Questions 11–20 · Core Topics Most Frequently Missed
Question 11 Triangle Similarity
📖 Core Concept
Two triangles are similar (AA, SAS, SSS similarity) if corresponding angles are equal and sides are proportional.
If \(\triangle ABC \sim \triangle DEF\), then \(\dfrac{AB}{DE} = \dfrac{BC}{EF} = \dfrac{AC}{DF}\) (scale factor).
✏️ Worked Example
If \(\triangle ABC \sim \triangle DEF\) with \(AB = 6, DE = 9, BC = 4\), find \(EF\).
\(\dfrac{AB}{DE} = \dfrac{BC}{EF}\)  ⟹  \(\dfrac{6}{9} = \dfrac{4}{EF}\)  ⟹  \(EF = 6\). ✓
Your Turn
Triangles \(PQR\) and \(XYZ\) are similar. \(PQ = 10, XY = 15, QR = 8\). Find \(YZ\).
Question 12 Circle Theorems — Inscribed Angles
📖 Core Concept
Inscribed Angle Theorem: An inscribed angle is half the central angle that subtends the same arc.
\(\angle\text{inscribed} = \dfrac{1}{2} \times \text{arc}\)
A semicircle subtends a 90° inscribed angle.
✏️ Worked Example
An inscribed angle intercepts an arc of 110°. Find the inscribed angle.
Inscribed angle \(= \dfrac{110°}{2} = 55°\). ✓
Your Turn
In a circle, a central angle measures 144°. What is the measure of an inscribed angle that intercepts the same arc?
Question 13 Pythagorean Theorem & Distance
📖 Core Concept
In a right triangle with legs \(a, b\) and hypotenuse \(c\):
\[ a^2 + b^2 = c^2 \] Distance formula: \(d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\)
✏️ Worked Example
Find the diagonal of a rectangle with sides 6 and 8.
\(d = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10\). ✓
Your Turn
Point \(A = (1, 2)\) and point \(B = (7, 10)\). What is the distance \(AB\)?
Question 14 Area & Volume — Cylinder
📖 Core Concept
Cylinder:
Volume: \(V = \pi r^2 h\)
Lateral Surface Area: \(A_L = 2\pi r h\)
Total Surface Area: \(A_T = 2\pi r^2 + 2\pi r h = 2\pi r(r + h)\)
✏️ Worked Example
A cylinder has radius 3 and height 5. Find its volume.
\(V = \pi(3)^2(5) = 45\pi \approx 141.4\). ✓
Your Turn
A cylinder has a radius of 4 cm and height of 10 cm. What is its total surface area? (Leave answer in terms of \(\pi\).)
Question 15 Parallel Lines & Transversals
📖 Core Concept
When a transversal cuts parallel lines:
Alternate interior angles: equal   • Co-interior (same-side) angles: supplementary (\(=180°\))
Corresponding angles: equal   • Alternate exterior angles: equal
✏️ Worked Example
Two parallel lines are cut by a transversal. One co-interior angle is 65°. Find the other co-interior angle.
Co-interior angles sum to 180°, so the other is \(180° - 65° = 115°\). ✓
Your Turn
Two parallel lines are cut by a transversal. An alternate interior angle on one side measures \((3x + 15)°\) and the other measures \((5x - 7)°\). Find \(x\).
Question 16 Coordinate Geometry — Midpoint
📖 Core Concept
The midpoint of segment with endpoints \((x_1, y_1)\) and \((x_2, y_2)\) is:
\[ M = \left(\frac{x_1 + x_2}{2},\ \frac{y_1 + y_2}{2}\right) \] If \(M\) is known and one endpoint is known, use algebra to find the other.
✏️ Worked Example
Midpoint of \((2, -4)\) and \((6, 8)\):
\(M = \left(\dfrac{2+6}{2}, \dfrac{-4+8}{2}\right) = (4, 2)\). ✓
Your Turn
The midpoint of segment \(AB\) is \(M = (3, 1)\). If \(A = (-1, 5)\), find the coordinates of \(B\).
Question 17 Triangle Congruence
📖 Core Concept
Congruence criteria (two triangles are congruent if):
SSS: three pairs of equal sides
SAS: two sides and the included angle equal
ASA: two angles and the included side equal
AAS: two angles and a non-included side equal
HL: hypotenuse and leg equal (right triangles only)
✏️ Worked Example
\(\triangle ABC\) and \(\triangle DEF\): \(AB = DE\), \(\angle A = \angle D\), \(AC = DF\). Are they congruent?
Yes — by SAS (two sides and the included angle). ✓
Your Turn
In two triangles, you know that two pairs of angles are equal and one pair of non-included sides are equal. Which congruence postulate applies?
Question 18 Trigonometry — Right Triangles
📖 Core Concept
For a right triangle with angle \(\theta\):
\[\sin\theta = \frac{\text{opp}}{\text{hyp}}, \quad \cos\theta = \frac{\text{adj}}{\text{hyp}}, \quad \tan\theta = \frac{\text{opp}}{\text{adj}}\] Mnemonic: SOH-CAH-TOA
✏️ Worked Example
A right triangle has legs 5 and 12, hypotenuse 13. Find \(\sin\theta\) where \(\theta\) is the angle opposite the leg of length 5.
\(\sin\theta = \dfrac{5}{13}\). ✓
Your Turn
In right triangle \(ABC\) with the right angle at \(C\), \(AB = 17\) (hypotenuse) and \(BC = 8\). Find \(\sin A\).
Question 19 Polygon Interior Angles
📖 Core Concept
Sum of interior angles of an \(n\)-gon: \(S = (n-2) \times 180°\)
Each interior angle of a regular \(n\)-gon: \(\dfrac{(n-2) \times 180°}{n}\)
Each exterior angle of a regular \(n\)-gon: \(\dfrac{360°}{n}\)
✏️ Worked Example
Each interior angle of a regular hexagon:
\(\dfrac{(6-2) \times 180°}{6} = \dfrac{720°}{6} = 120°\). ✓
Your Turn
A regular polygon has each interior angle equal to 150°. How many sides does it have?
Question 20 Coordinate Geometry — Equation of a Circle
📖 Core Concept
Equation of a circle with center \((h, k)\) and radius \(r\):
\[ (x - h)^2 + (y - k)^2 = r^2 \] Standard form can be obtained by completing the square in \(x\) and \(y\).
✏️ Worked Example
Find center and radius of \((x-2)^2 + (y+3)^2 = 25\).
Center: \((2, -3)\), Radius: \(\sqrt{25} = 5\). ✓
Your Turn
Find the center and radius of the circle \(x^2 + y^2 - 6x + 4y - 12 = 0\).
🎓 Session Complete!
Here's how you did
out of 20 questions
✅ Correct
❌ Incorrect
⏱ Time Taken
❌ Incorrect Answers — Review These!