I
Algebra 2
Questions 1 – 10  ·  Frequently missed core topics
01
Quadratic Formula
📖 Concept
For any equation \(ax^2 + bx + c = 0\), the solutions are given by the Quadratic Formula: \[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \] The expression \(D = b^2 - 4ac\) is called the discriminant. If \(D > 0\): two real roots; \(D = 0\): one root; \(D < 0\): no real roots.
✏️ 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. Which pair of values is correct?
02
Complex Numbers
📖 Concept
A complex number is written as \(a + bi\), where \(i = \sqrt{-1}\), so \(i^2 = -1\).
To divide complex numbers, multiply numerator and denominator by the conjugate of the denominator. The conjugate of \(a+bi\) is \(a-bi\), and \((a+bi)(a-bi) = a^2 + b^2\).
✏️ Example
Simplify \((3+2i)(1-i)\).
\(= 3 - 3i + 2i - 2i^2 = 3 - i + 2 = 5 - i\) ✓
▸ Your Turn
Simplify \(\dfrac{3 + 2i}{1 + i}\). Express in \(a + bi\) form.
03
Remainder Theorem
📖 Concept
Remainder Theorem: When 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\).
✏️ Example
Remainder when \(x^3 - 2x + 1\) is divided by \((x-2)\):
\(p(2) = 8 - 4 + 1 = 5\) ✓
▸ Your Turn
What is the remainder when \(p(x) = 3x^3 - 4x^2 + x - 2\) is divided by \((x - 2)\)?
04
Logarithms
📖 Concept
\(\log_b x = y\) means \(b^y = x\). Key rules:
\(\log_b(xy) = \log_b x + \log_b y\)   \(\log_b(x^n) = n\log_b x\)
\(\log_b b = 1\)   \(\log_b 1 = 0\)
✏️ Example
Solve \(\log_2(x-1) = 4\).
Convert: \(2^4 = x - 1\)  ⟹  \(16 = x - 1\)  ⟹  \(x = 17\) ✓
▸ Your Turn
Solve for \(x\):   \(\log_3(2x + 1) = 3\)
05
Rational Exponents
📖 Concept
\(a^{m/n} = \left(\sqrt[n]{a}\right)^m = \sqrt[n]{a^m}\)
For negative bases, odd roots are defined: \(\sqrt[n]{-a} = -\sqrt[n]{a}\) when \(n\) is odd.
✏️ Example
Simplify \(27^{2/3}\):
\((\sqrt[3]{27})^2 = 3^2 = 9\) ✓
▸ Your Turn
Simplify \((-32)^{3/5}\).
06
Completing the Square
📖 Concept
To complete the square for \(y = x^2 + bx + c\):
Add and subtract \(\left(\dfrac{b}{2}\right)^2\) to create a perfect square trinomial.
Result: \(y = \left(x + \dfrac{b}{2}\right)^2 + \left(c - \dfrac{b^2}{4}\right)\).
The vertex is at \(\left(-\dfrac{b}{2},\ c - \dfrac{b^2}{4}\right)\).
✏️ 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?
07
Geometric Series
📖 Concept
An infinite geometric series \(a + ar + ar^2 + \cdots\) converges when \(|r| < 1\):
\[ S = \frac{a}{1 - r} \] If \(|r| \geq 1\), the series diverges (no finite sum).
✏️ Example
Sum of \(6 + 3 + 1.5 + \cdots\):   \(a = 6,\ r = \tfrac{1}{2}\)
\(S = \dfrac{6}{1 - \frac{1}{2}} = 12\) ✓
▸ Your Turn
Find the sum of the infinite geometric series:   \(8 + 4 + 2 + 1 + \cdots\)
08
Inverse Functions
📖 Concept
To find \(f^{-1}(x)\): ① replace \(f(x)\) with \(y\), ② swap \(x\) and \(y\), ③ solve for \(y\).
Verify: \(f(f^{-1}(x)) = x\).
✏️ Example
Find \(f^{-1}(x)\) for \(f(x) = 2x - 3\).
Swap: \(x = 2y - 3\)  ⟹  \(y = \dfrac{x+3}{2}\)  ⟹  \(f^{-1}(x) = \dfrac{x+3}{2}\) ✓
▸ Your Turn
Find \(f^{-1}(x)\) if \(f(x) = \dfrac{3x + 1}{2}\).
09
Systems of Equations
📖 Concept
For a linear-quadratic system, substitute the linear equation into the quadratic, then solve the resulting quadratic. Each solution gives one intersection point.
✏️ 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\) ✓
▸ Your Turn
Find the \(x\)-values where \(y = x + 6\) and \(y = x^2 - 2x\) intersect.
10
Exponential Decay
📖 Concept
Exponential decay: \(A = A_0(1 - r)^t\)
where \(A_0\) = initial amount, \(r\) = decay rate (as a decimal), \(t\) = time.
✏️ Example
A car loses 15% of its value per year. Starting value: $20,000. Value after 2 years:
\(A = 20000(0.85)^2 = 20000 \times 0.7225 = \$14{,}450\) ✓
▸ Your Turn
A substance decays at 20% per year. Initial amount: 500 g. How much remains after 3 years?
II
Geometry
Questions 11 – 20  ·  Frequently missed core topics
11
Triangle Similarity
📖 Concept
If \(\triangle ABC \sim \triangle DEF\), then corresponding sides are proportional:
\[\frac{AB}{DE} = \frac{BC}{EF} = \frac{AC}{DF} = k \quad \text{(scale factor)}\]
✏️ Example
\(\triangle ABC \sim \triangle DEF\), \(AB=6, DE=9, BC=4\). Find \(EF\).
\(\dfrac{6}{9} = \dfrac{4}{EF}\)  ⟹  \(EF = 6\) ✓
▸ Your Turn
\(\triangle PQR \sim \triangle XYZ\). Given \(PQ = 10,\ XY = 15,\ QR = 8\), find \(YZ\).
12
Inscribed Angles
📖 Concept
Inscribed Angle Theorem: An inscribed angle equals half the central angle subtending the same arc.
\[\angle_{\text{inscribed}} = \frac{1}{2} \times \angle_{\text{central}}\]
✏️ Example
Arc = 110°.   Inscribed angle = \(\tfrac{110°}{2} = 55°\) ✓
▸ Your Turn
A central angle measures 144°. What is the inscribed angle intercepting the same arc?
13
Distance Formula
📖 Concept
Distance between \((x_1, y_1)\) and \((x_2, y_2)\):
\[d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\] This is the Pythagorean theorem applied to coordinates.
✏️ Example
Distance from \((0,0)\) to \((3,4)\):
\(d = \sqrt{9 + 16} = \sqrt{25} = 5\) ✓
▸ Your Turn
Find the distance between \(A = (1,\ 2)\) and \(B = (7,\ 10)\).
14
Cylinder — Surface Area
📖 Concept
Cylinder: radius \(r\), height \(h\)
Volume: \(V = \pi r^2 h\)
Total Surface Area: \(A = 2\pi r^2 + 2\pi r h = 2\pi r(r + h)\)
✏️ Example
\(r = 3, h = 5\):   \(A = 2\pi(3)(3+5) = 2\pi(3)(8) = 48\pi\) ✓
▸ Your Turn
A cylinder has \(r = 4\) cm and \(h = 10\) cm. Find the total surface area (leave in terms of \(\pi\)).
15
Parallel Lines
📖 Concept
When a transversal cuts two parallel lines:
Alternate interior angles are equal.
Corresponding angles are equal.
Co-interior (same-side) angles are supplementary (sum = 180°).
✏️ Example
Co-interior angle = 65°. The other co-interior angle = \(180° - 65° = 115°\) ✓
▸ Your Turn
Alternate interior angles measure \((3x + 15)°\) and \((5x - 7)°\). Find \(x\).
16
Midpoint Formula
📖 Concept
Midpoint of segment with endpoints \((x_1, y_1)\) and \((x_2, y_2)\):
\[M = \left(\frac{x_1 + x_2}{2},\ \frac{y_1 + y_2}{2}\right)\]
✏️ Example
Midpoint of \((2,-4)\) and \((6,8)\):
\(M = \left(\dfrac{2+6}{2},\dfrac{-4+8}{2}\right) = (4, 2)\) ✓
▸ Your Turn
Midpoint of \(AB\) is \(M = (3, 1)\). If \(A = (-1, 5)\), find \(B\).
17
Triangle Congruence
📖 Concept
SSS — three pairs of equal sides
SAS — two sides and the included angle
ASA — two angles and the included side
AAS — two angles and a non-included side
HL — hypotenuse and leg (right triangles only)
✏️ Example
\(AB = DE,\ \angle A = \angle D,\ AC = DF\): two sides with the angle between them → SAS
▸ Your Turn
Two pairs of angles are equal, and one pair of non-included sides are equal. Which postulate proves the triangles congruent?
18
Right Triangle Trig
📖 Concept
For angle \(\theta\) in a right triangle — SOH-CAH-TOA:
\[\sin\theta = \frac{\text{opp}}{\text{hyp}}, \quad \cos\theta = \frac{\text{adj}}{\text{hyp}}, \quad \tan\theta = \frac{\text{opp}}{\text{adj}}\]
✏️ Example
Legs 5 and 12, hypotenuse 13. Angle opposite leg 5:
\(\sin\theta = \dfrac{5}{13}\) ✓
▸ Your Turn
Right triangle \(ABC\) with right angle at \(C\). \(AB = 17\) (hypotenuse), \(BC = 8\). Find \(\sin A\).
19
Polygon Angles
📖 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: \(\dfrac{360°}{n}\)
✏️ 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?
20
Equation of a Circle
📖 Concept
Circle with center \((h, k)\) and radius \(r\):
\[(x - h)^2 + (y - k)^2 = r^2\] To find center and radius from general form, complete the square in both \(x\) and \(y\).
✏️ Example
\((x-2)^2 + (y+3)^2 = 25\):
Center \((2,\ -3)\), radius \(\sqrt{25} = 5\) ✓
▸ Your Turn
Find center and radius:   \(x^2 + y^2 - 6x + 4y - 12 = 0\)
Session Complete
✅ Correct
❌ Incorrect
⏱ Time
❌ Review Your Mistakes