Score 0 / 0

Algebra 2
Core Problems

Key topics · Tricky questions · Memory points included

Progress 0 / 10 answered
Q01 Quadratic Functions ★ Easy — Often Wrong
⚡ Memory Point VERTEX = opposite sign of h, same sign of k  ·  y = a(x−h)² + k
Which of the following is the vertex of the parabola \( y = 2(x - 3)^2 + 5 \)?
✓ Correct! Explanation In vertex form \(y = a(x-h)^2 + k\), the vertex is \((h, k)\). Here \(h = 3\) and \(k = 5\), so vertex = \((3, 5)\). Common mistake: students flip the sign of \(h\) because of the minus sign — remember \(x - 3 = 0\) gives \(x = 3\).
Q02 Solving Quadratics ★★ Tricky
⚡ Memory Point DISCRIMINANT tells the number of solutions: \(b^2 - 4ac\)  ·  + = 2 real, 0 = 1 real, − = 2 imaginary
How many real solutions does \( 3x^2 - 6x + 4 = 0 \) have?
Hint: calculate b² − 4ac first → 36 − 48 = ?
✓ Correct! Explanation \(b^2 - 4ac = (-6)^2 - 4(3)(4) = 36 - 48 = -12 < 0\). A negative discriminant means NO real solutions — the parabola never crosses the x-axis. The solutions are complex (imaginary).
Q03 Polynomial Functions ★★ Often Confused
⚡ Memory Point END BEHAVIOR: even degree → same direction both ends · odd degree → opposite directions
What is the end behavior of \( f(x) = -2x^4 + 3x^2 - 1 \)?
✓ Correct! Explanation Degree 4 is even, leading coefficient is −2 (negative). Even + negative → both ends go DOWN to \(-\infty\). Think of \(-x^4\) which is an upside-down U shape — both arms point down. Answer: B.
Q04 Rational Exponents ★★ Classic Trick
⚡ Memory Point POWER/ROOT: \(x^{m/n} = \sqrt[n]{x^m}\)  ·  denominator = index of root, numerator = power
Simplify: \( 27^{2/3} \)
✓ Correct! Explanation \(27^{2/3} = (\sqrt[3]{27})^2 = 3^2 = 9\). Step 1: cube root of 27 = 3. Step 2: square it = 9. Always take the root FIRST to keep numbers small. Answer: C.
Q05 Logarithms ★★ Frequently Missed
⚡ Memory Point LOG ↔ EXPONENT: \(\log_b x = y\) means \(b^y = x\)  ·  "base to what power = argument?"
Solve for \(x\):   \( \log_3(x) = 4 \)
✓ Correct! Explanation Convert to exponential form: \(\log_3(x) = 4 \Rightarrow 3^4 = x \Rightarrow x = 81\). The base (3) raised to the log value (4) equals the argument (x). Answer: C.
Q06 Exponential Functions ★★ Tricky Setup
⚡ Memory Point GROWTH vs DECAY: \(y = a \cdot b^x\) — if \(b > 1\) → growth, if \(0 < b < 1\) → decay
A population starts at 500 and doubles every year. Which equation models the population \(P\) after \(t\) years?
✓ Correct! Explanation Exponential growth: initial value × (growth factor)^time. Here: \(P = 500 \cdot 2^t\). After 1 year: 500·2=1000. After 2 years: 500·4=2000. Never add for doubling — always multiply. Answer: B.
Q07 Systems of Equations ★★ Classic Error
⚡ Memory Point SUBSTITUTION: isolate one variable → plug in → solve → back-substitute to find the other
Solve the system:   \( y = 2x + 1 \)   and   \( 3x + y = 16 \)
✓ Correct! Explanation Substitute \(y = 2x+1\) into \(3x + y = 16\): \(3x + (2x+1) = 16 \Rightarrow 5x = 15 \Rightarrow x = 3\). Then \(y = 2(3)+1 = 7\). Answer: A — \((3, 7)\). Always verify both equations!
Q08 Complex Numbers ★★★ High Error Rate
⚡ Memory Point \(i^2 = -1\)  ·  Cycle: \(i^1=i,\; i^2=-1,\; i^3=-i,\; i^4=1\) then repeats!
Simplify: \( (3 + 2i)(1 - 4i) \)
✓ Correct! Explanation Use FOIL: \((3)(1) + (3)(-4i) + (2i)(1) + (2i)(-4i)\) \(= 3 - 12i + 2i - 8i^2\) \(= 3 - 10i - 8(-1)\) \(= 3 - 10i + 8 = 11 - 10i\). Key: \(i^2 = -1\) turns into a REAL number! Answer: B.
Q09 Sequences & Series ★★ Formula Confusion
⚡ Memory Point GEOMETRIC sum: \(S_n = \dfrac{a_1(1 - r^n)}{1 - r}\)  ·  r = common ratio (multiply each time)
Find the sum of the first 4 terms of the geometric sequence:   \(2,\; 6,\; 18,\; 54,\;\ldots\)
✓ Correct! Explanation Just add the 4 terms: \(2 + 6 + 18 + 54 = 80\). Or use formula: \(S_4 = \frac{2(1-3^4)}{1-3} = \frac{2(-80)}{-2} = 80\). Common ratio \(r = 3\). Answer: B.
Q10 Conic Sections ★★★ Very High Error Rate
⚡ Memory Point ELLIPSE: \(\dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1\) — bigger denominator = longer axis direction!
Which is the equation of an ellipse with a horizontal major axis of length 10 and a vertical minor axis of length 6, centered at the origin?
✓ Correct! Explanation Major axis length 10 → \(a = 5\) → \(a^2 = 25\) (under x² because horizontal). Minor axis length 6 → \(b = 3\) → \(b^2 = 9\) (under y²). Answer: A. Trap: don't use the full length (10, 6) — use HALF (semi-axis: 5, 3).