College Prep Mathematics

Algebra 2

All core units ยท 20 exam-style questions ยท Detailed solutions

๐Ÿ“ 20 Questions โฑ 40 Minutes ๐Ÿ“š All Units ๐ŸŽฏ Exam Style
Elapsed
40:00
REVIEW Core Concepts & Key Formulas
Unit 1
Polynomials & Factoring
A polynomial is a sum of terms \(a_nx^n + \cdots + a_0\). Key patterns to memorize:
\(a^2 - b^2 = (a+b)(a-b)\)
\(a^3 \pm b^3 = (a \pm b)(a^2 \mp ab + b^2)\)
\(ax^2+bx+c\): factor by grouping or quadratic formula
Example: Factor \(x^3 - 8\)
\(= x^3 - 2^3 = (x-2)(x^2+2x+4)\)
Answer: \((x-2)(x^2+2x+4)\)
ยท ยท ยท
Unit 2
Quadratic Equations & Complex Numbers
For \(ax^2+bx+c=0\), the discriminant \(\Delta = b^2-4ac\) determines root type. Complex unit: \(i = \sqrt{-1}\), so \(i^2=-1\).
Quadratic formula: \(x = \dfrac{-b \pm \sqrt{b^2-4ac}}{2a}\)

\(\Delta > 0\): 2 real ยท \(\Delta = 0\): 1 real ยท \(\Delta < 0\): 2 complex
Example: Solve \(x^2 + 4 = 0\)
\(x^2 = -4 \Rightarrow x = \pm 2i\)
Answer: \(x = 2i\) or \(x = -2i\)
ยท ยท ยท
Unit 3
Functions, Composition & Inverses
Composition: \((f \circ g)(x) = f(g(x))\). A function has an inverse iff it is one-to-one. To find \(f^{-1}\): swap \(x\) and \(y\), then solve for \(y\).
\(f(f^{-1}(x)) = x\) and \(f^{-1}(f(x)) = x\)
Example: \(f(x)=3x-6\). Find \(f^{-1}(x)\).
Swap: \(x=3y-6 \Rightarrow y=\frac{x+6}{3}\)
Answer: \(f^{-1}(x) = \dfrac{x+6}{3}\)
ยท ยท ยท
Unit 4
Polynomial Functions & Remainder Theorem
Remainder Theorem: \(p(x) \div (x-a)\) leaves remainder \(p(a)\). Factor Theorem: \((x-a)\) is a factor iff \(p(a)=0\).
Rational Root Theorem: possible rational roots \(= \pm\dfrac{p}{q}\)
where \(p\mid\text{const. term},\ q\mid\text{leading coeff.} \)
Example: \(p(x)=x^3-7x+6\). Is \(x=2\) a root?
\(p(2)=8-14+6=0\) โœ“
Yes โ€” \((x-2)\) is a factor.
ยท ยท ยท
Unit 5
Rational Functions & Asymptotes
Vertical asymptote: set denominator = 0. Horizontal asymptote: compare degrees of numerator \(n\) and denominator \(d\).
If \(n < d\): HA at \(y=0\)
If \(n = d\): HA at \(y = \dfrac{\text{leading coeff.}}{\text{leading coeff.}}\)
If \(n > d\): no HA (slant asymptote)
Example: HA of \(\dfrac{3x^2-1}{x^2+5}\)?
Equal degrees โ†’ \(y = 3/1 = 3\)
Answer: \(y = 3\)
ยท ยท ยท
Unit 6
Exponential & Logarithmic Functions
Log and exponential are inverses: \(\log_b(x)=y \Leftrightarrow b^y=x\). Memorize the log laws.
\(\log(ab)=\log a+\log b\)
\(\log\!\left(\dfrac{a}{b}\right)=\log a-\log b\)
\(\log(a^n)=n\log a\)
Change of base: \(\log_b x = \dfrac{\ln x}{\ln b}\)
Example: Solve \(2^{x+1}=16\)
\(2^{x+1}=2^4 \Rightarrow x+1=4 \Rightarrow x=3\)
Answer: \(x = 3\)
ยท ยท ยท
Unit 7
Radical Functions & Equations
To solve radical equations: isolate the radical, then square both sides. Always check for extraneous solutions!
\(\sqrt[n]{x} = x^{1/n}\qquad (x^m)^n = x^{mn}\)
Example: Solve \(\sqrt{2x+3}=5\)
Square: \(2x+3=25 \Rightarrow x=11\). Check: \(\sqrt{25}=5\) โœ“
Answer: \(x = 11\)
ยท ยท ยท
Unit 8
Sequences & Series
Arithmetic: constant difference \(d\). Geometric: constant ratio \(r\). Infinite geometric converges if \(|r|<1\).
Arithmetic \(n\)th term: \(a_n = a_1 + (n-1)d\)
Geometric \(n\)th term: \(a_n = a_1 \cdot r^{n-1}\)
Infinite geometric sum: \(S = \dfrac{a_1}{1-r},\; |r|<1\)
Example: 3rd term of geometric seq with \(a_1=4,\,r=3\)?
\(a_3 = 4 \cdot 3^2 = 36\)
Answer: \(36\)
ยท ยท ยท
Unit 9
Conic Sections
Four conics: circle, parabola, ellipse, hyperbola. Key standard forms to memorize:
Circle: \((x-h)^2+(y-k)^2=r^2\)
Ellipse: \(\dfrac{(x-h)^2}{a^2}+\dfrac{(y-k)^2}{b^2}=1\)
Hyperbola: \(\dfrac{x^2}{a^2}-\dfrac{y^2}{b^2}=1\)
Parabola: \(y=a(x-h)^2+k\)
Example: Center & radius of \(x^2+y^2-4x+6y-3=0\)?
Complete sq: \((x-2)^2+(y+3)^2=16\)
Center \((2,-3)\), radius \(4\)
ยท ยท ยท
Unit 10
Probability & Binomial Theorem
The binomial theorem expands \((a+b)^n\) without multiplying out. The \(k\)th term (0-indexed) uses combinations.
\((a+b)^n = \displaystyle\sum_{k=0}^{n}\binom{n}{k}a^{n-k}b^k\)

\(\binom{n}{k} = \dfrac{n!}{k!(n-k)!}\)
Example: 3rd term of \((x+2)^5\)?
\(k=2\): \(\binom{5}{2}x^3 \cdot 2^2 = 10 \cdot 4 \cdot x^3 = 40x^3\)
Answer: \(40x^3\)
๐Ÿ“ Practice Examination โ€” 20 Questions
1
Unit 2 ยท Quadratics
Easy
What is the discriminant of \(2x^2 - 5x + 3 = 0\), and what does it tell you about the roots?
A\(\Delta = 1\); two distinct real roots
B\(\Delta = -1\); two complex roots
C\(\Delta = 25\); two distinct real roots
D\(\Delta = 0\); exactly one real root
2
Unit 2 ยท Complex Numbers
Easy
Simplify: \((3+2i)(1-4i)\)
A\(11 - 10i\)
B\(3 - 8i^2\)
C\(-5 + 10i\)
D\(11 + 2i\)
3
Unit 1 ยท Factoring
Easy
Factor completely: \(8x^3 - 27\)
A\((2x-3)(4x^2+6x+9)\)
B\((2x+3)(4x^2-6x+9)\)
C\((2x-3)^3\)
D\((2x-3)(4x^2-9)\)
4
Unit 3 ยท Inverse Functions
Medium
If \(f(x) = \dfrac{2x+1}{x-3}\), find \(f^{-1}(x)\).
A\(f^{-1}(x) = \dfrac{3x+1}{x-2}\)
B\(f^{-1}(x) = \dfrac{x-3}{2x+1}\)
C\(f^{-1}(x) = \dfrac{2x-1}{x+3}\)
D\(f^{-1}(x) = \dfrac{3x-1}{x+2}\)
5
Unit 4 ยท Remainder Theorem
Medium
When \(p(x) = x^4 - 3x^2 + 2x - 5\) is divided by \((x+2)\), what is the remainder?
A\(-5\)
B\(-9\)
C\(7\)
D\(3\)
6
Unit 5 ยท Rational Functions
Medium
Which is the equation of the vertical asymptote(s) of \(\,f(x) = \dfrac{x^2 - 9}{x^2 - x - 6}\,\)?
A\(x = 3\) only
B\(x = -2\) only
C\(x = 3\) and \(x = -2\)
D\(x = -3\) and \(x = 2\)
7
Unit 6 ยท Logarithms
Medium
Solve for \(x\): \(\log_2(x+3) + \log_2(x-1) = 5\)
A\(x = 5\) only
B\(x = 5\) and \(x = -7\)
C\(x = -7\) only
D\(x = 7\)
8
Unit 6 ยท Exponential Equations
Medium
Solve: \(3^{2x-1} = 81\)
A\(x = 2\)
B\(x = \dfrac{5}{2}\)
C\(x = 3\)
D\(x = \dfrac{3}{2}\)
9
Unit 7 ยท Radical Equations
Medium
Solve: \(\sqrt{3x+4} - \sqrt{x} = 2\). Which value(s) of \(x\) satisfy the original equation?
A\(x = 0\) and \(x = 4\)
B\(x = 4\) only
C\(x = 0\) only
D\(x = 16\) only
10
Unit 8 ยท Arithmetic Sequences
Easy
The 5th term of an arithmetic sequence is 23, and the 11th term is 47. Find the common difference \(d\) and the first term \(a_1\).
A\(d = 4,\; a_1 = 7\)
B\(d = 6,\; a_1 = 3\)
C\(d = 4,\; a_1 = 3\)
D\(d = 3,\; a_1 = 5\)
11
Unit 8 ยท Infinite Geometric Series
Medium
Find the sum of the infinite geometric series: \(12 - 4 + \dfrac{4}{3} - \dfrac{4}{9} + \cdots\)
A\(9\)
B\(8\)
C\(36\)
D\(16\)
12
Unit 9 ยท Circle Equations
Medium
What is the center and radius of the circle given by \(x^2 + y^2 + 6x - 8y - 11 = 0\)?
ACenter \((-3, 4)\), radius \(6\)
BCenter \((3, -4)\), radius \(6\)
CCenter \((-3, 4)\), radius \(\sqrt{36}\)
DCenter \((-3, 4)\), radius \(36\)
13
Unit 10 ยท Binomial Theorem
Hard
What is the coefficient of \(x^3\) in the expansion of \((2x - 3)^5\)?
A\(-720\)
B\(720\)
C\(-1080\)
D\(240\)
14
Unit 3 ยท Composition of Functions
Medium
Let \(f(x) = x^2 + 1\) and \(g(x) = 2x - 3\). Find \((f \circ g)(x)\).
A\(2x^2 - 1\)
B\(4x^2 - 12x + 10\)
C\(4x^2 - 12x + 9\)
D\(2x^2 - 5\)
15
Unit 4 ยท Polynomial Roots
Hard
Find all roots of \(x^3 - 6x^2 + 11x - 6 = 0\).
A\(x = 1, 2, 3\)
B\(x = -1, -2, -3\)
C\(x = 1, -2, 3\)
D\(x = 2, 3, 6\)
16
Unit 9 ยท Ellipse
Hard
The equation \(\dfrac{(x-1)^2}{25} + \dfrac{(y+2)^2}{9} = 1\) represents an ellipse. What are its vertices along the major axis?
A\((-4, -2)\) and \((6, -2)\)
B\((1, -5)\) and \((1, 1)\)
C\((-5, -2)\) and \((5, -2)\)
D\((1, -2\pm 5)\)
17
Unit 6 ยท Log Equations
Hard
Solve for \(x\): \(\log_3(x^2 - 2x) = \log_3(8)\)
A\(x = 4\) only
B\(x = -2\) only
C\(x = 4\) or \(x = -2\)
D\(x = 8\)
18
Unit 5 ยท Rational Inequalities
Hard
Solve the inequality: \(\dfrac{x+1}{x-3} > 0\)
A\(x < -1\) or \(x > 3\)
B\(-1 < x < 3\)
C\(x < -1\) or \(x \geq 3\)
D\(x > -1\)
19
Unit 2 ยท Vertex Form
Medium
The quadratic \(f(x) = -2x^2 + 8x - 3\) is written in vertex form as \(f(x) = -2(x-h)^2 + k\). What is \(k\)?
A\(k = 5\)
B\(k = 13\)
C\(k = -3\)
D\(k = 11\)
20
Unit 8 ยท Geometric Sequences
Hard
A geometric sequence has \(a_1 = 5\) and \(a_4 = 135\). What is \(a_6\)?
A\(1215\)
B\(405\)
C\(3645\)
D\(675\)
0
out of 20
Well done!
Correct
0
Incorrect
0
Skipped
0
Time Used
โ€”