๐Ÿฆ• Dino Algebra 2
20 Essential Problems ยท All Major Units
๐Ÿ“ Exam-Style ๐ŸŽฏ Multiple Choice ๐Ÿ“Š Instant Feedback
Hi! I'm Dino ๐Ÿฆ• Let's ace Algebra 2 together!
00:00
Score: 0/20
0 / 20 answered
1
Quadratic Functions Q1โ€“Q2
๐Ÿ“˜ Concept
A quadratic function has the form $f(x)=ax^2+bx+c$. Quadratic Formula: $x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ The discriminant $\Delta = b^2 - 4ac$ tells you the nature of roots:
โ€ข $\Delta > 0$: two real roots  โ€ข $\Delta = 0$: one real root  โ€ข $\Delta < 0$: no real roots
๐ŸŒŸ Memorize
  • Vertex: $\left(-\dfrac{b}{2a},\; f\!\left(-\dfrac{b}{2a}\right)\right)$
  • Vertex form: $f(x)=a(x-h)^2+k$, vertex at $(h,k)$
  • Sum of roots = $-b/a$; Product of roots = $c/a$
๐Ÿ“ Example
Solve $2x^2 - 3x - 2 = 0$.
$x = \dfrac{3 \pm \sqrt{9+16}}{4} = \dfrac{3 \pm 5}{4}$ โ†’ $x = 2$ or $x = -\dfrac{1}{2}$
Question 1 Medium
The quadratic equation $3x^2 - 6x + k = 0$ has exactly one real solution. What is the value of $k$?
A$k = 1$
B$k = 2$
C$k = 3$
D$k = 6$
Question 2 Hard
If the vertex of $f(x) = 2x^2 - 8x + 7$ is at $(h, k)$, which of the following is true?
A$h=2,\; k=-1$
B$h=4,\; k=-1$
C$h=2,\; k=1$
D$h=-2,\; k=7$
2
Polynomials Q3โ€“Q4
๐Ÿ“˜ Concept
Remainder Theorem: The remainder when $p(x)$ is divided by $(x-c)$ equals $p(c)$.
Factor Theorem: $(x-c)$ is a factor of $p(x)$ if and only if $p(c)=0$.
End Behavior: Determined by the leading term $a_n x^n$.
๐ŸŒŸ Memorize
  • Sum of $n$ roots = $-a_{n-1}/a_n$ (by Vieta's formulas)
  • A degree-$n$ polynomial has at most $n$ real zeros
  • Multiplicity: even โ†’ touches x-axis; odd โ†’ crosses x-axis
๐Ÿ“ Example
If $p(x) = x^3 - 4x^2 + x + 6$, find the remainder when divided by $(x - 3)$.
$p(3) = 27 - 36 + 3 + 6 = 0$  โ†’  Remainder = $0$ (so $(x-3)$ is a factor)
Question 3 Medium
When $p(x) = 2x^3 - 3x^2 + x - 5$ is divided by $(x - 2)$, what is the remainder?
A$-5$
B$1$
C$3$
D$5$
Question 4 Hard
The polynomial $p(x) = x^3 + ax^2 - 4x - 4$ has $(x + 2)$ as a factor. What is the value of $a$?
A$a = -1$
B$a = 1$
C$a = 2$
D$a = 3$
3
Rational Functions Q5โ€“Q6
๐Ÿ“˜ Concept
$f(x) = \dfrac{p(x)}{q(x)}$ where $p, q$ are polynomials, $q(x) \ne 0$.
Vertical asymptote: where $q(x) = 0$ (after cancelling common factors).
Horizontal asymptote:
โ€ข deg($p$) $<$ deg($q$): $y = 0$  โ€ข deg($p$) $=$ deg($q$): $y = \frac{\text{leading coefficients ratio}}{}$  โ€ข deg($p$) $>$ deg($q$): oblique asymptote
๐ŸŒŸ Memorize
  • Hole (removable discontinuity): factor cancels in both numerator & denominator
  • Domain: all real $x$ where denominator $\ne 0$
๐Ÿ“ Example
Find the vertical asymptote(s) of $f(x) = \dfrac{x+1}{x^2-x-6}$.
$x^2-x-6=(x-3)(x+2)$ โ†’ vertical asymptotes at $x=3$ and $x=-2$
Question 5 Medium
What is the horizontal asymptote of $f(x) = \dfrac{4x^2 - 3}{2x^2 + 5x}$?
A$y = 0$
B$y = 2$
C$y = -3/5$
DNo horizontal asymptote
Question 6 Hard
The function $f(x) = \dfrac{x^2 - 9}{x^2 - x - 6}$ has which of the following features?
AA vertical asymptote at $x = 3$ and a hole at $x = -2$
BA hole at $x = 3$ and a vertical asymptote at $x = -2$
CVertical asymptotes at both $x = 3$ and $x = -2$
DNo asymptotes or holes
4
Radical & Rational Exponents Q7โ€“Q8
๐Ÿ“˜ Concept
$a^{m/n} = \left(\sqrt[n]{a}\right)^m = \sqrt[n]{a^m}$ $\sqrt[n]{a}\cdot\sqrt[n]{b} = \sqrt[n]{ab}$,   $\dfrac{\sqrt[n]{a}}{\sqrt[n]{b}} = \sqrt[n]{\dfrac{a}{b}}$ To solve radical equations: isolate the radical, then raise both sides to the appropriate power. Always check for extraneous solutions!
๐ŸŒŸ Memorize
  • $x^{1/2} = \sqrt{x}$;  $x^{1/3} = \sqrt[3]{x}$;  $x^{-n} = 1/x^n$
  • Domain of $\sqrt[n]{f(x)}$: $f(x) \ge 0$ when $n$ is even
๐Ÿ“ Example
Solve: $\sqrt{2x+3} = x - 1$
Square both sides: $2x+3 = x^2-2x+1$ โ†’ $x^2-4x-2=0$... Wait โ€” let's use simpler: $x^2-4x-2=0$, $x=2\pm\sqrt{6}$. Check: only $x=2+\sqrt{6}\approx4.45$ satisfies $x\ge1$. โœ“
Question 7 Easy
Simplify: $\left(27x^6\right)^{2/3}$
A$9x^4$
B$9x^3$
C$3x^4$
D$27x^4$
Question 8 Medium
Solve for $x$: $\sqrt{3x - 2} = x - 2$. Which value(s) of $x$ are valid solutions?
A$x = 2$ only
B$x = 6$ only
C$x = 2$ and $x = 6$
DNo valid solution
5
Exponential Functions Q9โ€“Q10
๐Ÿ“˜ Concept
$f(x)=ab^x$: $a$ = initial value, $b$ = base ($b>0, b\ne1$).
โ€ข $b>1$: exponential growth  โ€ข $0Compound Interest: $A = P\!\left(1+\frac{r}{n}\right)^{nt}$,   Continuous: $A = Pe^{rt}$
๐ŸŒŸ Memorize
  • $b^x = b^y \Leftrightarrow x = y$ (same base property)
  • Domain: all reals; Range: $(0,\infty)$ for $f(x)=b^x$
  • $e \approx 2.718$ (Euler's number)
๐Ÿ“ Example
Solve: $4^{x+1} = 32$
$2^{2(x+1)} = 2^5$ โ†’ $2x+2=5$ โ†’ $x = \dfrac{3}{2}$
Question 9 Easy
Solve for $x$: $2^{3x-1} = 64$
A$x = 2$
B$x = \dfrac{7}{3}$
C$x = 3$
D$x = \dfrac{5}{3}$
Question 10 Medium
A population of bacteria doubles every 3 hours. Starting with 500 bacteria, which expression gives the population after $t$ hours?
A$P = 500 \cdot 2^{t}$
B$P = 500 \cdot 2^{t/3}$
C$P = 500 \cdot 3^{t/2}$
D$P = 500 \cdot 2^{3t}$
6
Logarithmic Functions Q11โ€“Q12
๐Ÿ“˜ Concept
$\log_b x = y \;\Leftrightarrow\; b^y = x$  ($b>0,\, b\ne1,\, x>0$) Product: $\log_b(mn)=\log_b m+\log_b n$
Quotient: $\log_b\!\left(\frac{m}{n}\right)=\log_b m-\log_b n$
Power: $\log_b(m^r)=r\log_b m$
Change of Base: $\log_b x = \dfrac{\ln x}{\ln b}$
๐ŸŒŸ Memorize
  • $\log_{10}10 = 1$;  $\ln e = 1$;  $\log_b 1 = 0$;  $\log_b b = 1$
  • $b^{\log_b x} = x$;  $\log_b(b^x) = x$ (inverse relationship)
๐Ÿ“ 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$ โ†’ $x=5$ (reject $x=-7$ since $x-1<0$) โœ“
Question 11 Medium
Solve for $x$: $\log_3(2x - 1) = 4$
A$x = 40$
B$x = 41$
C$x = 81$
D$x = \dfrac{83}{2}$
Question 12 Hard
Which expression is equivalent to $\log_2 \dfrac{8\sqrt{x}}{y^3}$?
A$3 + \dfrac{1}{2}\log_2 x - 3\log_2 y$
B$8 + \log_2 x - 3\log_2 y$
C$3 + 2\log_2 x - 3\log_2 y$
D$3 + \dfrac{1}{2}\log_2 x + 3\log_2 y$
7
Complex Numbers Q13โ€“Q14
๐Ÿ“˜ Concept
$i = \sqrt{-1}$,  $i^2 = -1$,  $i^3 = -i$,  $i^4 = 1$ (cycle of 4)
Complex number: $a + bi$ where $a$ = real part, $b$ = imaginary part. Conjugate: $\overline{a+bi} = a-bi$   Modulus: $|a+bi|=\sqrt{a^2+b^2}$ To divide: multiply numerator & denominator by the conjugate of the denominator.
๐ŸŒŸ Memorize
  • $i^{4k}=1$, $i^{4k+1}=i$, $i^{4k+2}=-1$, $i^{4k+3}=-i$
  • $(a+bi)(a-bi) = a^2+b^2$ (always real!)
๐Ÿ“ Example
Simplify: $\dfrac{3+2i}{1-i}$
Multiply by $\dfrac{1+i}{1+i}$: $\dfrac{(3+2i)(1+i)}{1+1} = \dfrac{3+3i+2i+2i^2}{2} = \dfrac{3+5i-2}{2} = \dfrac{1+5i}{2} = \dfrac{1}{2}+\dfrac{5}{2}i$
Question 13 Easy
What is the value of $i^{47}$?
A$1$
B$-1$
C$i$
D$-i$
Question 14 Medium
Which of the following is equal to $\dfrac{2-3i}{1+2i}$?
A$-\dfrac{4}{5} - \dfrac{7}{5}i$
B$\dfrac{4}{5} - \dfrac{7}{5}i$
C$-\dfrac{4}{5} + \dfrac{7}{5}i$
D$\dfrac{4}{5} + \dfrac{7}{5}i$
8
Sequences & Series Q15โ€“Q16
๐Ÿ“˜ Concept
Arithmetic: $a_n = a_1 + (n-1)d$;   $S_n = \dfrac{n}{2}(a_1+a_n)$
Geometric: $a_n = a_1 \cdot r^{n-1}$;   $S_n = a_1\cdot\dfrac{1-r^n}{1-r}$ ($r\ne1$) Infinite Geometric Sum (only if $|r|<1$): $S = \dfrac{a_1}{1-r}$
๐ŸŒŸ Memorize
  • Arithmetic: common difference $d = a_{n+1} - a_n$
  • Geometric: common ratio $r = a_{n+1}/a_n$
  • If $|r| \ge 1$, infinite geometric series diverges (no finite sum)
๐Ÿ“ Example
Find the sum of the infinite geometric series: $12 + 4 + \dfrac{4}{3} + \cdots$
$r = 4/12 = 1/3$;  $S = \dfrac{12}{1-1/3} = \dfrac{12}{2/3} = 18$
Question 15 Medium
The first term of a geometric sequence is $5$ and the common ratio is $-2$. What is the $6^{\text{th}}$ term?
A$160$
B$-160$
C$320$
D$-320$
Question 16 Hard
The sum of the first $n$ terms of an arithmetic sequence is $S_n = 3n^2 + 2n$. What is the $10^{\text{th}}$ term?
A$57$
B$59$
C$320$
D$61$
9
Conic Sections Q17โ€“Q18
๐Ÿ“˜ Concept
Circle: $(x-h)^2+(y-k)^2=r^2$, center $(h,k)$, radius $r$
Ellipse: $\dfrac{(x-h)^2}{a^2}+\dfrac{(y-k)^2}{b^2}=1$
Parabola: $y-k=a(x-h)^2$ or $x-h=a(y-k)^2$
Hyperbola: $\dfrac{(x-h)^2}{a^2}-\dfrac{(y-k)^2}{b^2}=1$
๐ŸŒŸ Memorize
  • Circle: $a^2=b^2$; Ellipse: $a^2>b^2$ (horizontal major axis when $a$ under $x$)
  • Complete the square to convert general form โ†’ standard form
  • Hyperbola asymptotes: $y-k = \pm\dfrac{b}{a}(x-h)$
๐Ÿ“ Example
Write in standard form: $x^2+y^2-6x+4y-3=0$
$(x^2-6x+9)+(y^2+4y+4)=3+9+4$ โ†’ $(x-3)^2+(y+2)^2=16$. Circle, center $(3,-2)$, $r=4$.
Question 17 Medium
The equation $\dfrac{(x-2)^2}{16}+\dfrac{(y+1)^2}{9}=1$ represents which conic, and what is its center?
AEllipse, center $(2, -1)$
BCircle, center $(-2, 1)$
CHyperbola, center $(2, -1)$
DEllipse, center $(-2, 1)$
Question 18 Hard
The equation $x^2 - 4x - y^2 + 6y = 6$, when written in standard form, represents which conic?
AEllipse centered at $(2, 3)$
BCircle centered at $(2, 3)$
CHyperbola centered at $(2, 3)$
DParabola with vertex at $(2, 3)$
10
Systems of Equations Q19โ€“Q20
๐Ÿ“˜ Concept
Methods: Substitution, Elimination, Matrices.
For a system $Ax=b$: unique solution if $\det(A)\ne0$.
A system of linear & quadratic equations can have $0$, $1$, or $2$ intersection points.
๐ŸŒŸ Memorize
  • Consistent & independent: exactly one solution
  • Consistent & dependent: infinitely many solutions
  • Inconsistent: no solution (parallel lines)
๐Ÿ“ Example
Solve: $y = x^2 - 3$ and $y = x + 1$
$x^2-3=x+1$ โ†’ $x^2-x-4=0$ โ†’ $x=\dfrac{1\pm\sqrt{17}}{2}$. Two intersection points.
Question 19 Medium
How many solutions does the system $\begin{cases}y = x^2 - 4x + 4\\y = 2x - 4\end{cases}$ have?
A$0$
B$1$
C$2$
DInfinitely many
Question 20 Hard
For what value of $k$ does the system $\begin{cases}3x - ky = 7\\6x - 4y = 14\end{cases}$ have infinitely many solutions?
A$k = 1$
B$k = 2$
C$k = 3$
D$k = 4$
๐Ÿฆ•

Quiz Complete!

0/20

๐Ÿ“– Answer Key & Full Solutions
Detailed step-by-step explanations for all 20 questions
Q1 โ€” Quadratic Discriminant
โœ… Correct Answer: C โ€” $k = 3$
For exactly one real solution, the discriminant must equal zero: $\Delta = b^2 - 4ac = 0$. Here $a=3,\; b=-6,\; c=k$: $(-6)^2 - 4(3)(k) = 0$ $36 - 12k = 0 \;\Rightarrow\; k = 3$ โœ“
Q2 โ€” Vertex of a Quadratic
โœ… Correct Answer: A โ€” $h=2,\; k=-1$
The $x$-coordinate of the vertex: $h = -\dfrac{b}{2a} = -\dfrac{-8}{2(2)} = 2$. $k = f(2) = 2(4) - 8(2) + 7 = 8 - 16 + 7 = -1$ Vertex: $(2, -1)$ โœ“
Q3 โ€” Remainder Theorem
โœ… Correct Answer: B โ€” $1$
By the Remainder Theorem, the remainder when $p(x)$ is divided by $(x-2)$ equals $p(2)$. $p(2) = 2(2)^3 - 3(2)^2 + (2) - 5 = 16 - 12 + 2 - 5 = 1$ โœ“
Q4 โ€” Factor Theorem
โœ… Correct Answer: B โ€” $a = 1$
If $(x+2)$ is a factor, then $p(-2) = 0$. $p(-2) = (-2)^3 + a(-2)^2 - 4(-2) - 4 = -8 + 4a + 8 - 4 = 4a - 4$ $4a - 4 = 0 \;\Rightarrow\; a = 1$ โœ“
Q5 โ€” Horizontal Asymptote
โœ… Correct Answer: B โ€” $y = 2$
Degrees of numerator and denominator are both $2$ (equal). The horizontal asymptote is the ratio of leading coefficients. Leading coefficient of numerator: $4$; of denominator: $2$ Horizontal asymptote: $y = \dfrac{4}{2} = 2$ โœ“
Q6 โ€” Holes vs. Asymptotes
โœ… Correct Answer: B โ€” Hole at $x=3$, vertical asymptote at $x=-2$
Factor both numerator and denominator: Numerator: $x^2-9 = (x-3)(x+3)$ Denominator: $x^2-x-6 = (x-3)(x+2)$ $(x-3)$ cancels โ†’ hole at $x=3$; $(x+2)$ remains โ†’ vertical asymptote at $x=-2$ โœ“
Q7 โ€” Rational Exponents
โœ… Correct Answer: A โ€” $9x^4$
Apply the exponent to each factor: $(27)^{2/3} = \left(3^3\right)^{2/3} = 3^2 = 9$ $(x^6)^{2/3} = x^{6 \cdot 2/3} = x^4$ Result: $9x^4$ โœ“
Q8 โ€” Radical Equations
โœ… Correct Answer: B โ€” $x = 6$ only
Square both sides (requires $x-2 \ge 0$, so $x \ge 2$): $3x - 2 = (x-2)^2 = x^2 - 4x + 4$ $x^2 - 7x + 6 = 0 \;\Rightarrow\; (x-1)(x-6) = 0 \;\Rightarrow\; x=1 \text{ or } x=6$ Check $x=1$: $\sqrt{1}\ne -1$ โœ— (extraneous). Check $x=6$: $\sqrt{16}=4=6-2$ โœ“ Valid solution: $x = 6$ only โœ“
Q9 โ€” Exponential Equations (Same Base)
โœ… Correct Answer: B โ€” $x = \dfrac{7}{3}$
Write $64 = 2^6$, so $2^{3x-1} = 2^6$. Set exponents equal: $3x - 1 = 6$ $3x = 7 \;\Rightarrow\; x = \dfrac{7}{3}$ โœ“
Q10 โ€” Exponential Growth Model
โœ… Correct Answer: B โ€” $P = 500 \cdot 2^{t/3}$
The population doubles every 3 hours. After $t$ hours, the number of doubling periods is $t/3$. $P(t) = 500 \cdot 2^{t/3}$ Check: $P(3) = 500 \cdot 2^1 = 1000$ โœ“ (doubled after 3 hours)
Q11 โ€” Logarithmic Equation
โœ… Correct Answer: A โ€” $x = 41$
Convert to exponential form: $\log_3(2x-1)=4 \;\Rightarrow\; 2x-1=3^4$. $2x - 1 = 81$ $2x = 82 \;\Rightarrow\; x = 41$ โœ“
Q12 โ€” Log Properties (Expansion)
โœ… Correct Answer: A โ€” $3 + \dfrac{1}{2}\log_2 x - 3\log_2 y$
$\log_2\dfrac{8\sqrt{x}}{y^3} = \log_2 8 + \log_2 x^{1/2} - \log_2 y^3$ $= \log_2 2^3 + \tfrac{1}{2}\log_2 x - 3\log_2 y$ $= 3 + \tfrac{1}{2}\log_2 x - 3\log_2 y$ โœ“
Q13 โ€” Powers of $i$
โœ… Correct Answer: D โ€” $-i$
The powers of $i$ cycle with period 4: $i^1=i,\; i^2=-1,\; i^3=-i,\; i^4=1$. $47 \div 4 = 11$ remainder $3$, so $i^{47} = i^3 = -i$ โœ“
Q14 โ€” Complex Division
โœ… Correct Answer: A โ€” $-\dfrac{4}{5} - \dfrac{7}{5}i$
Multiply numerator and denominator by the conjugate $1 - 2i$: $\dfrac{(2-3i)(1-2i)}{(1+2i)(1-2i)} = \dfrac{2-4i-3i+6i^2}{1+4} = \dfrac{2-7i-6}{5} = \dfrac{-4-7i}{5}$ $= -\dfrac{4}{5} - \dfrac{7}{5}i$ โœ“
Q15 โ€” Geometric Sequence
โœ… Correct Answer: B โ€” $-160$
$a_n = a_1 \cdot r^{n-1}$, with $a_1=5$, $r=-2$, $n=6$: $a_6 = 5 \cdot (-2)^5 = 5 \cdot (-32) = -160$ โœ“
Q16 โ€” Finding the $n$th Term from $S_n$
โœ… Correct Answer: B โ€” $59$
The $n$th term is $a_n = S_n - S_{n-1}$. $S_{10} = 3(100)+2(10) = 320$ $S_9 = 3(81)+2(9) = 243+18 = 261$ $a_{10} = 320 - 261 = 59$ โœ“ Alternative: Since $S_n=3n^2+2n$, the general term is $a_n=S_n-S_{n-1}=6n-1$, so $a_{10}=59$.
Q17 โ€” Identifying Conics
โœ… Correct Answer: A โ€” Ellipse, center $(2, -1)$
The equation $\dfrac{(x-2)^2}{16}+\dfrac{(y+1)^2}{9}=1$ is in ellipse standard form (sum of two squared terms over different positive constants equals 1). Center: $(h, k) = (2, -1)$; $a^2=16$, $b^2=9$ (not equal, so ellipse not circle) โœ“
Q18 โ€” Completing the Square for Conics
โœ… Correct Answer: C โ€” Hyperbola centered at $(2, 3)$
Complete the square for $x$ and $y$: $(x^2-4x+4) - (y^2-6y+9) = 6 + 4 - 9 = 1$ $(x-2)^2 - (y-3)^2 = 1$ This is $\dfrac{(x-2)^2}{1}-\dfrac{(y-3)^2}{1}=1$: a hyperbola centered at $(2,3)$ โœ“
Q19 โ€” System: Linear & Quadratic
โœ… Correct Answer: C โ€” $2$ solutions
Set the expressions equal: $x^2 - 4x + 4 = 2x - 4$. $x^2 - 4x + 4 - 2x + 4 = 0 \;\Rightarrow\; x^2 - 6x + 8 = 0$ $(x-2)(x-4) = 0 \;\Rightarrow\; x = 2$ or $x = 4$ Two distinct real solutions. Discriminant $= 36 - 32 = 4 > 0$ โœ“
Q20 โ€” Infinitely Many Solutions (Systems)
โœ… Correct Answer: B โ€” $k = 2$
For infinitely many solutions, the two equations must be identical (proportional). Multiply equation 1 by $2$: $6x - 2ky = 14$ Compare with equation 2: $6x - 4y = 14$ For these to be identical: $2k = 4 \;\Rightarrow\; k = 2$ โœ“