Math · Algebra 2 ★★★ Hard UNIT 3 OF 0

Quadratic Functions — Free Algebra 2 Review Games.

This unit covers vertex form, completing the square, discriminant and complex numbers — essential concepts for Algebra 2. Use our interactive study games to test your understanding, or review questions in traditional format below.

📋 200 questions ⏱ ~30 min
Math Beast
Practice arena

Pick a mode. Play.

Answer questions as fast as you can. 2 minutes on the clock. Build streaks for bonus points!

Plain-text mode

Don't want to play?

All 200 questions below, each with the worked answer and a written explanation. Click any question to expand it.

Q1. What is the vertex form of a quadratic?
A y = a(x - h)^2 + k
B y = ax^2 + bx + c
C y = mx + b
D y = a(x - r)(x - s)

Vertex form is y = a(x-h)^2 + k where (h,k) is the vertex.

Q2. What is the vertex of y = (x - 3)^2 + 2?
A (3, 2)
B (-3, 2)
C (3, -2)
D (-3, -2)

In vertex form y = (x-h)^2+k, vertex is (h,k) = (3,2).

Q3. Does \(y = -x^2 + 4\) open up or down?
A Down
B Up
C Left
D Right

Negative leading coefficient means the parabola opens downward.

Q4. What is the axis of symmetry of \(y = x^2 - 6x + 5\)?
A \(x = 3\)
B \(x = -3\)
C \(x = 5\)
D \(x = 1\)

Axis \(= -b/(2a) = 6/2 = 3\).

Q5. What is i^2?
A -1
B 1
C i
D -i

By definition, i is the imaginary unit where i^2 = -1.

Q6. Complete the square: \(x^2 + 8x + \_\_\_\)
A 16
B 64
C 4
D 8

Take half of 8 (which is 4) and square it: 16.

Q7. Find the discriminant of 2x^2 - 3x + 5 = 0.
A -31
B 49
C 31
D -49

D = b^2-4ac = 9-40 = -31.

Q8. If the discriminant is negative, the roots are:
A Complex (non-real)
B Two real roots
C One repeated root
D No roots

A negative discriminant means two complex conjugate roots.

Q9. Simplify: \(\sqrt{-16}\)
A \(4i\)
B \(-4\)
C \(4\)
D \(-4i\)

\(\sqrt{-16} = \sqrt{16}\sqrt{-1} = 4i\).

Q10. Convert \(y = x^2 - 4x + 7\) to vertex form.
A \(y = (x - 2)^2 + 3\)
B \(y = (x + 2)^2 + 3\)
C \(y = (x - 2)^2 - 3\)
D \(y = (x - 4)^2 + 7\)

Complete the square: \(x^2-4x+4+3 = (x-2)^2+3\).

Q11. Solve: \(x^2 + 4 = 0\)
A \(x = 2i\) or \(x = -2i\)
B \(x = 2\) or \(x = -2\)
C No solution
D \(x = 4i\)

\(x^2 = -4\), \(x = \pm 2i\).

Q12. Multiply: (3 + 2i)(1 - i)
A 5 - i
B 3 - 2i
C 1 + 5i
D 5 + i

3-3i+2i-2i^2 = 3-i+2 = 5-i.

Q13. Find the vertex of y = 2x^2 + 12x + 7.
A (-3, -11)
B (3, -11)
C (-3, 11)
D (3, 61)

x = -12/(2*2) = -3. y = 2(9)+12(-3)+7 = 18-36+7 = -11.

Q14. If one root of \(x^2 - 6x + k = 0\) is \(2\), find \(k\).
A 8
B 10
C 4
D 12

Substitute \(x=2\): \(4-12+k=0\), \(k=8\).

Q15. Simplify: (2 + 3i) / (1 - i)
A (-1/2) + (5/2)i
B (2+3i)/(1-i)
C 5/2 + 1/2i
D (-1+5i)/2

Multiply by conjugate: (2+3i)(1+i)/((1-i)(1+i)) = (2+2i+3i+3i^2)/(1+1) = (-1+5i)/2.

Q16. What is i^3 equal to?
A -i
B i
C -1
D 1

Using the cycle of powers of i: i^1 = i, i^2 = -1, i^3 = i^2 · i = (-1)(i) = -i. A common mistake is stopping at i^2 and choosing -1, but the exponent is 3, not 2.

Q17. What is the y-intercept of y = (x - 2)^2 + 5?
A (0, 9)
B (0, 5)
C (0, 1)
D (0, 4)

Substitute x = 0: y = (0 - 2)^2 + 5 = 4 + 5 = 9. A common error is reading off the vertex value k = 5 as the y-intercept, but the y-intercept requires setting x = 0, not reading the vertex.

Q18. What is the axis of symmetry of y = (x + 3)^2 - 7?
A x = -3
B x = 3
C x = -7
D x = 7

In vertex form y = a(x - h)^2 + k, the axis of symmetry is x = h. Rewriting: y = (x - (-3))^2 - 7, so h = -3 and the axis is x = -3. The distractor x = 3 is a sign error caused by ignoring that (x + 3) means h = -3.

Q19. How many real solutions does a quadratic equation have when its discriminant equals zero?
A Exactly one repeated real solution
B Exactly two distinct real solutions
C No real solutions
D Infinitely many real solutions

When b^2 - 4ac = 0, the quadratic formula gives x = -b / (2a), which is a single value repeated. This is called a double root. Two distinct real solutions require discriminant > 0, and no real solutions occur when discriminant < 0.

Q20. Which of the following parabolas opens upward?
A \(y = 2(x - 1)^2 + 3\)
B \(y = -3(x + 2)^2 - 1\)
C \(y = -x^2 + 5\)
D \(y = -(x - 4)^2 + 2\)

A parabola opens upward when the leading coefficient \(a\) is positive. In \(y = 2(x - 1)^2 + 3\), \(a = 2 > 0\), so it opens upward. All three other choices have a negative leading coefficient, causing them to open downward.

Q21. What is the minimum value of y = (x + 1)^2 - 4?
A -4
B 4
C -1
D 1

In vertex form y = a(x - h)^2 + k, the vertex is (h, k) and k is the minimum value when a > 0. Here a = 1 > 0 and k = -4, so the minimum value is -4. The distractor 4 ignores the negative sign, and -1 confuses h with k.

Q22. What is i^4 equal to?
A 1
B -1
C i
D -i

i^4 = (i^2)^2 = (-1)^2 = 1. Equivalently, the powers of i cycle every 4 steps: i, -1, -i, 1. The fourth step always returns to 1. The distractor -1 is the value of i^2, not i^4.

Q23. What term completes the square in \(x^2 - 10x + \_\_\_\)?
A 25
B 100
C 5
D 20

To complete the square for \(x^2 + bx\), add \((b/2)^2\). Here \(b = -10\), so \((-10/2)^2 = (-5)^2 = 25\). The distractor 100 is \(b^2 = (-10)^2\), a common error of squaring \(b\) without first dividing by 2.

Q24. Convert \(y = x^2 + 6x + 11\) to vertex form.
A \(y = (x + 3)^2 + 2\)
B \(y = (x - 3)^2 + 2\)
C \(y = (x + 3)^2 - 2\)
D \(y = (x + 6)^2 + 11\)

Complete the square: \(x^2 + 6x = (x + 3)^2 - 9\). Substitute: \(y = (x + 3)^2 - 9 + 11 = (x + 3)^2 + 2\). The distractor \((x - 3)^2 + 2\) is a sign error; because \((x + 3)^2 = (x - (-3))^2\), the vertex is at \(x = -3\).

Q25. Find the discriminant of \(x^2 + 5x + 7 = 0\).
A -3
B 3
C 53
D -53

Discriminant \(= b^2 - 4ac = (5)^2 - 4(1)(7) = 25 - 28 = -3\). The distractor 53 comes from adding instead of subtracting: \(25 + 28 = 53\). Since the discriminant is negative, this equation has no real roots.

Q26. If the discriminant of a quadratic is positive and a perfect square, what describes the roots?
A Two distinct rational real roots
B Two distinct irrational real roots
C One repeated real root
D Two complex conjugate roots

A positive discriminant guarantees two distinct real roots. When the discriminant is also a perfect square, its square root is a rational number, so no radical remains in the answer — the roots are rational. Irrational roots arise when the discriminant is positive but not a perfect square.

Q27. Simplify: i^5
A i
B -i
C 1
D -1

Divide the exponent by 4 and use the remainder: 5 = 4(1) + 1, so i^5 = i^1 = i. Equivalently, i^5 = i^4 · i = 1 · i = i. The distractor -i is the value of i^3, not i^5.

Q28. Add: (4 - 3i) + (-1 + 7i)
A 3 + 4i
B 3 - 4i
C 5 + 10i
D -3 + 4i

Add real parts and imaginary parts separately: (4 + (-1)) + (-3 + 7)i = 3 + 4i. The distractor 3 - 4i incorrectly subtracts the imaginary parts instead of adding them. The distractor 5 + 10i adds absolute values without regard to signs.

Q29. What is the product (2i)(5i)?
A -10
B 10
C -10i
D 10i

(2i)(5i) = 10i^2 = 10(-1) = -10. Because i^2 = -1, multiplying two pure imaginary numbers produces a real number. The distractor 10i forgets to apply i^2 = -1 and treats the product as a single imaginary term.

Q30. To complete the square on \(x^2 + 5x\), what value must be added?
A \(25/4\)
B \(5/2\)
C 25
D 10

The formula is \((b/2)^2\) where \(b = 5\): \((5/2)^2 = 25/4\). The distractor \(5/2\) takes half of \(b\) without squaring. The distractor 25 squares \(b\) without dividing by 2 first. Note that completing the square often produces fractions when \(b\) is odd.

Q31. What is the range of y = 2(x + 1)^2 - 3?
A y >= -3
B y <= -3
C y >= 2
D All real numbers

The vertex is at (-1, -3) and a = 2 > 0, so the parabola opens upward and the vertex is a minimum. The output value is at least -3, giving range y >= -3. If a were negative, the parabola would open downward and the range would be y <= k.

Q32. For what value(s) of \(b\) does \(x^2 + bx + 9 = 0\) have exactly one real solution?
A \(b = 6\) or \(b = -6\)
B \(b = 3\) or \(b = -3\)
C \(b = 9\) or \(b = -9\)
D \(b = 18\) or \(b = -18\)

Set the discriminant to zero: \(b^2 - 4(1)(9) = 0\), so \(b^2 = 36\) and \(b = \pm 6\). The distractor \(b = \pm 3\) comes from \(\sqrt{9} = 3\) without multiplying by 4 first. The distractor \(b = \pm 9\) misidentifies \(4ac\) as just \(c = 9\).

Q33. How many distinct real roots does 3x^2 - 6x + 3 = 0 have?
A Exactly one (a repeated root)
B Exactly two
C No real roots
D Three

Discriminant = (-6)^2 - 4(3)(3) = 36 - 36 = 0. A discriminant of zero means exactly one repeated real root. Factoring confirms: 3x^2 - 6x + 3 = 3(x - 1)^2 = 0, so x = 1 is the only solution. Confusing this with two roots is a common mistake.

Q34. Solve \(x^2 - 4x + 13 = 0\) using the quadratic formula. What are the solutions?
A \(x = 2 \pm 3i\)
B \(x = -2 \pm 3i\)
C \(x = 2 \pm 6i\)
D \(x = 4 \pm 3i\)

Discriminant \(= (-4)^2 - 4(1)(13) = 16 - 52 = -36\). Then \(x = (4 \pm \sqrt{-36}) / 2 = (4 \pm 6i) / 2 = 2 \pm 3i\). The distractor \(2 \pm 6i\) forgets to divide \(\sqrt{-36} = 6i\) by \(2a = 2\), keeping the full numerator term.

Q35. Simplify (1 + i)^2 and express in standard form a + bi.
A 2i
B 2 + 2i
C 1 + 2i
D 2

Expand: (1 + i)^2 = 1 + 2i + i^2 = 1 + 2i + (-1) = 2i. The real parts cancel: 1 + (-1) = 0. The distractor 2 + 2i is the most common error — students compute 1 + 2i + 1 by treating i^2 as +1 instead of -1.

Q36. Write (2 - i)^2 in standard form a + bi.
A 3 - 4i
B 3 + 4i
C 5 - 4i
D 4 - 4i

Expand using FOIL: (2 - i)^2 = 4 - 4i + i^2 = 4 - 4i + (-1) = 3 - 4i. The distractor 3 + 4i incorrectly writes +4i for the middle term. The distractor 5 - 4i fails to substitute i^2 = -1, leaving 4 + 1 = 5 instead of 4 - 1 = 3.

Q37. Find all values of \(k\) for which \(x^2 + kx + 16 = 0\) has exactly one real solution.
A \(k = 8\) or \(k = -8\)
B \(k = 4\) or \(k = -4\)
C \(k = 16\) or \(k = -16\)
D \(k = 32\) or \(k = -32\)

Set the discriminant to zero: \(k^2 - 4(1)(16) = 0\), so \(k^2 = 64\) and \(k = \pm 8\). The distractor \(k = \pm 4\) comes from \(\sqrt{16} = 4\) while ignoring the factor of 4 in \(4ac\). The distractor \(k = \pm 16\) squares \(c\) instead of computing \(4ac\) correctly.

Q38. A parabola has vertex (-2, 5) and passes through (0, 1). What is its equation in vertex form?
A y = -(x + 2)^2 + 5
B y = (x + 2)^2 + 5
C y = -(x - 2)^2 + 5
D y = -1/4(x + 2)^2 + 5

Start with y = a(x + 2)^2 + 5. Substitute the point (0, 1): 1 = a(2)^2 + 5 = 4a + 5, so 4a = -4 and a = -1. The equation is y = -(x + 2)^2 + 5. The distractor a = -1/4 comes from incorrectly computing -4 / 16 instead of -4 / 4.

Q39. Solve \(x^2 - 6x + 13 = 0\) by completing the square.
A \(x = 3 \pm 2i\)
B \(x = -3 \pm 2i\)
C \(x = 3 \pm 4i\)
D \(x = 6 \pm 2i\)

Complete the square: \(x^2 - 6x + 9 = -13 + 9 = -4\), so \((x - 3)^2 = -4\). Taking the square root: \(x - 3 = \pm \sqrt{-4} = \pm 2i\), giving \(x = 3 \pm 2i\). The distractor \(3 \pm 4i\) incorrectly uses \(\sqrt{4} = 4\) instead of \(\sqrt{-4} = 2i\).

Q40. The roots of a quadratic equation are 2 + 3i and 2 - 3i. What is the product of the roots?
A 13
B 4
C 9
D -5

The product of complex conjugates (a + bi)(a - bi) = a^2 + b^2 = (2)^2 + (3)^2 = 4 + 9 = 13. By Vieta's formulas, this product equals c/a in the quadratic ax^2 + bx + c. The distractor 4 only squares the real part, and 9 only squares the imaginary part.

Q41. What is the vertex of the parabola y = (x - 3)^2 + 4?
A (3, 4)
B (-3, 4)
C (3, -4)
D (-3, -4)

In vertex form y = a(x - h)^2 + k, the vertex is (h, k). Here h = 3 and k = 4, so the vertex is (3, 4). A common error is negating h to get (-3, 4), but the expression (x - 3) already signals h = 3 directly.

Q42. What is the axis of symmetry of the parabola y = (x + 2)^2 - 5?
A x = 5
B x = 2
C x = -2
D x = -5

Rewrite as y = (x - (-2))^2 - 5, so h = -2 and the axis of symmetry is x = -2. Choosing x = 2 is a sign error: the vertex form (x - h)^2 means (x + 2) corresponds to h = -2, not h = 2.

Q43. What is the value of \(i^2\)?
A 1
B \(i\)
C \(-i\)
D -1

By definition, \(i = \sqrt{-1}\), so \(i^2 = -1\). This is the foundational identity for complex numbers. Confusing \(i^2\) with \(i^0 = 1\) or leaving it as \(i\) are common errors when students first encounter the imaginary unit.

Q44. In the complex number 6 - 9i, what is the real part?
A -9
B 9
C 6
D -6

A complex number in standard form is a + bi, where a is the real part and b is the imaginary part. In 6 - 9i, the real part is 6 and the imaginary part is -9. The imaginary part is the coefficient of i, not the entire term.

Q45. Which of the following is the vertex form of a quadratic function?
A y = ax^2 + bx + c
B y = a(x - r)(x - s)
C y = a(x - h)^2 + k
D y = (ax + b)(cx + d)

Vertex form is y = a(x - h)^2 + k, where (h, k) is the vertex. Standard form is y = ax^2 + bx + c, and factored form is y = a(x - r)(x - s) where r and s are x-intercepts. Each form highlights different features of the parabola.

Q46. Does the parabola y = -(x - 1)^2 + 6 open upward or downward?
A Upward, because the vertex is at (1, 6)
B Downward, because the coefficient of the squared term is negative
C Upward, because the constant term is positive
D Downward, because the x-value of the vertex is positive

The direction a parabola opens is determined solely by the sign of a. Here a = -1 < 0, so the parabola opens downward and has a maximum. The position of the vertex and the sign of the constant have no bearing on the direction of opening.

Q47. What is the minimum value of y = (x - 4)^2 + 7?
A 4
B -7
C -4
D 7

Since a = 1 > 0, the parabola opens upward and reaches a minimum at the vertex (4, 7). The minimum value of y is k = 7. Note that x = 4 is the input where the minimum occurs, not the minimum output value itself.

Q48. What is \(\sqrt{-36}\) expressed using the imaginary unit \(i\)?
A 6
B -6
C \(6i\)
D \(-6i\)

\(\sqrt{-36} = \sqrt{36 \cdot (-1)} = \sqrt{36} \cdot \sqrt{-1} = 6 \cdot i = 6i\). By convention, the principal square root takes the positive value, so the result is \(6i\) rather than \(-6i\). The result is imaginary, not real.

Q49. Convert \(y = x^2 - 6x + 11\) to vertex form.
A \(y = (x + 3)^2 + 2\)
B \(y = (x - 3)^2 + 2\)
C \(y = (x - 3)^2 - 2\)
D \(y = (x - 6)^2 + 11\)

Complete the square: take half of \(-6\) to get \(-3\), square it to get 9, then rewrite as \(y = (x^2 - 6x + 9) + 11 - 9 = (x - 3)^2 + 2\). Choice A has the wrong sign inside the parentheses. Choice C subtracts 9 twice instead of compensating by adding 9 back.

Q50. Subtract: (5 + 2i) - (3 - 4i)
A 2 - 2i
B 2 + 6i
C 8 + 6i
D 8 - 2i

Distribute the subtraction sign: (5 + 2i) - (3 - 4i) = 5 + 2i - 3 + 4i = (5 - 3) + (2 + 4)i = 2 + 6i. The critical step is that subtracting -4i yields +4i. Choice A incorrectly subtracts the imaginary part instead of adding it.

Q51. Multiply: (3 + i)(2 - i)
A 6 - i
B 5 - i
C 7 + i
D 7 - i

Use FOIL: (3)(2) + (3)(-i) + (i)(2) + (i)(-i) = 6 - 3i + 2i - i^2 = 6 - i - (-1) = 7 - i. The key step is replacing i^2 with -1, which increases the real part by 1. Choice A (6 - i) forgets this correction from i^2.

Q52. What is the discriminant of 2x^2 - 3x + 5 = 0?
A -31
B 31
C -11
D 1

The discriminant is b^2 - 4ac with a = 2, b = -3, c = 5. Compute (-3)^2 - 4(2)(5) = 9 - 40 = -31. Choice C (-11) results from using a = 1 instead of 2. Choice D (1) comes from computing b^2 - 4a instead of b^2 - 4ac.

Q53. For the parabola y = -2(x + 3)^2 + 8, what is the maximum value of y?
A -3
B -8
C 3
D 8

Since a = -2 < 0, the parabola opens downward and reaches a maximum at the vertex. In vertex form y = a(x - h)^2 + k, the vertex is (-3, 8), so the maximum y-value is k = 8. The value -3 is the x-coordinate of the vertex, not the maximum output.

Q54. Simplify i^10.
A i
B -i
C 1
D -1

Powers of i repeat with period 4: i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1. Divide: 10 = 4(2) + 2, so i^10 = i^2 = -1. Equivalently, i^10 = (i^4)^2 * i^2 = 1 * (-1) = -1. The remainder when dividing the exponent by 4 determines the result.

Q55. Solve \(x^2 + 8x + 7 = 0\) by completing the square.
A \(x = 1\) or \(x = 7\)
B \(x = -1\) or \(x = 7\)
C \(x = 1\) or \(x = -7\)
D \(x = -1\) or \(x = -7\)

Move the constant: \(x^2 + 8x = -7\). Add \((8/2)^2 = 16\) to both sides: \((x + 4)^2 = 9\). Take square roots: \(x + 4 = \pm 3\). So \(x = -1\) or \(x = -7\). Both roots are negative because the sum of the roots equals \(-8\) (a negative number) for this equation.

Q56. What does a negative discriminant (b^2 - 4ac < 0) indicate about the solutions of a quadratic equation with real coefficients?
A There are two distinct real solutions
B There is exactly one real solution (a repeated root)
C There are two complex conjugate solutions that have no real part
D There are two non-real complex conjugate solutions

When b^2 - 4ac < 0, the quadratic formula produces sqrt of a negative number, yielding two complex non-real conjugate solutions of the form p ± qi where q is not 0. Choice C is incorrect: the solutions do have a real part equal to -b/(2a), which is generally nonzero.

Q57. What are the x-intercepts of y = 2(x - 1)^2 - 8?
A x = 1 and x = -1
B x = 3 and x = -1
C x = 5 and x = -3
D x = 4 and x = -2

Set y = 0: 2(x - 1)^2 = 8, so (x - 1)^2 = 4, giving x - 1 = ±2. Thus x = 3 or x = -1. Choice D (4 and -2) results from forgetting to divide by 2 first, taking the square root of 8 directly instead of 4.

Q58. Divide (3 + 4i) / (1 - 2i) and express in standard form a + bi.
A -1 - 2i
B 1 + 2i
C -1 + 2i
D (11/5) + (2/5)i

Multiply numerator and denominator by the conjugate (1 + 2i): numerator = (3 + 4i)(1 + 2i) = 3 + 6i + 4i + 8i^2 = 3 + 10i - 8 = -5 + 10i; denominator = 1^2 + 2^2 = 5. Result: (-5 + 10i)/5 = -1 + 2i. Multiplying by the conjugate eliminates the imaginary part of the denominator.

Q59. For what values of \(c\) does \(x^2 - 10x + c = 0\) have two distinct real roots?
A \(c > 25\)
B \(c < 25\)
C \(c = 25\)
D \(c > -25\)

For two distinct real roots, the discriminant must be strictly positive: \(b^2 - 4ac > 0\). With \(a = 1\) and \(b = -10\): \(100 - 4c > 0\), so \(c < 25\). At \(c = 25\) the discriminant is zero (one repeated root); for \(c > 25\) the roots are non-real complex numbers.

Q60. Write a monic quadratic (leading coefficient 1) in standard form whose only roots are \(3 + i\) and \(3 - i\).
A \(x^2 + 6x + 10\)
B \(x^2 - 6x - 10\)
C \(x^2 - 6x + 10\)
D \(x^2 + 6x - 10\)

Sum of roots \(= (3 + i) + (3 - i) = 6\); product of roots \(= (3 + i)(3 - i) = 9 - i^2 = 9 + 1 = 10\). A monic quadratic is \(x^2 - (\text{sum})x + (\text{product}) = x^2 - 6x + 10\). Choice A has the wrong sign on the linear term; choice B has the wrong sign on the constant.

Q61. A ball is thrown upward and its height in feet after t seconds is h(t) = -16t^2 + 64t + 5. What is the maximum height the ball reaches?
A 64 feet
B 128 feet
C 69 feet
D 85 feet

The maximum occurs at the vertex: t = -b/(2a) = -64 / (2 * (-16)) = 2 seconds. Evaluate: h(2) = -16(4) + 64(2) + 5 = -64 + 128 + 5 = 69 feet. Choice A (64) is the initial upward velocity coefficient, not the maximum height. Choice D incorrectly adds the initial height to the launch velocity.

Q62. Solve \(2x^2 + x + 3 = 0\). What are the solutions?
A \(x = (-1 \pm \sqrt{23}) / 4\)
B \(x = (1 \pm i\sqrt{23}) / 4\)
C \(x = (-1 \pm i\sqrt{23}) / 4\)
D \(x = (-1 \pm i\sqrt{23}) / 2\)

With \(a = 2\), \(b = 1\), \(c = 3\): discriminant \(= 1 - 4(2)(3) = 1 - 24 = -23\). So \(x = (-1 \pm \sqrt{-23}) / 4 = (-1 \pm i\sqrt{23}) / 4\). Choice A omits the imaginary unit \(i\). Choice D uses denominator 2 instead of \(2a = 4\).

Q63. Simplify (2 + 3i) / (2 - 3i) and express in standard form a + bi.
A 1
B (-5/13) + (12/13)i
C (5/13) - (12/13)i
D (-5/13) - (12/13)i

Multiply numerator and denominator by the conjugate (2 + 3i): numerator = (2 + 3i)^2 = 4 + 12i + 9i^2 = 4 + 12i - 9 = -5 + 12i; denominator = 2^2 + 3^2 = 13. Result: -5/13 + (12/13)i. Choice A (1) is incorrect; a complex number divided by its conjugate equals 1 only if the modulus is 1.

Q64. A quadratic function has its vertex at (2, -3) and passes through the point (4, 5). What is the value of a in y = a(x - h)^2 + k?
A a = 1/2
B a = 4
C a = -2
D a = 2

Substitute the vertex (h, k) = (2, -3) and the point (4, 5) into vertex form: 5 = a(4 - 2)^2 - 3 = 4a - 3. Solving gives 4a = 8, so a = 2. Choice A (a = 1/2) would produce y = 2(0.25) - 3 = -2.5 at x = 4, not 5.

Q65. A quadratic equation with real coefficients has one root \(x = 1 + 2i\). Which equation in standard form with leading coefficient 1 has this root?
A \(x^2 - 2x + 5 = 0\)
B \(x^2 + 2x + 5 = 0\)
C \(x^2 - 2x - 5 = 0\)
D \(x^2 + 2x - 5 = 0\)

For a quadratic with real coefficients, complex roots come in conjugate pairs, so the other root is \(1 - 2i\). Sum of roots \(= 2\); product \(= (1 + 2i)(1 - 2i) = 1 + 4 = 5\). The equation is \(x^2 - (\text{sum})x + (\text{product}) = x^2 - 2x + 5 = 0\). Choice B has the wrong sign on the linear term.

Q66. What is the vertex of the parabola y = (x - 4)^2 + 7?
A (-4, 7)
B (4, -7)
C (4, 7)
D (-4, -7)

In vertex form y = a(x - h)^2 + k, the vertex is (h, k). Here the expression is (x - 4), which means h = +4, and k = 7, giving the vertex (4, 7). Choice A is a common error: students see the minus sign in (x - 4) and write h = -4, but the form subtracts h, so (x - 4) means h = 4.

Q67. What is the value of \(i^2\)?
A 1
B -1
C \(i\)
D \(-i\)

By definition, \(i\) is the imaginary unit where \(i = \sqrt{-1}\), so \(i^2 = -1\). This is the foundational property of complex numbers. Choice A (1) is incorrect — that is the value of \(i^0\) or \(i^4\), not \(i^2\).

Q68. What is the axis of symmetry of the parabola y = 3(x + 2)^2 - 5?
A x = -2
B x = 2
C x = -5
D x = 5

In vertex form y = a(x - h)^2 + k, the axis of symmetry is x = h. Rewriting: y = 3(x - (-2))^2 - 5 shows h = -2. So the axis of symmetry is x = -2. Choice B (x = 2) is wrong because (x + 2) must be read as (x - (-2)), making h = -2, not +2.

Q69. If the discriminant b^2 - 4ac equals zero, the quadratic equation has:
A two distinct real solutions
B no real solutions
C exactly one real solution (a repeated root)
D infinitely many solutions

The discriminant controls the number and type of roots. When b^2 - 4ac = 0, the quadratic formula reduces to x = -b / (2a), producing a single value called a repeated or double root. Choice A requires discriminant greater than 0; Choice B requires discriminant less than 0.

Q70. What is the real part of the complex number 5 - 3i?
A -3
B 3
C 5
D -5

Every complex number in standard form a + bi has a as the real part and b as the imaginary part. For 5 - 3i, the real part is 5 and the imaginary part is -3. Choice A (-3) is the imaginary part, not the real part.

Q71. Which of the following equations is written in vertex form?
A \(y = x^2 + 6x + 9\)
B \(y = (x + 3)^2\)
C \(y = 2x^2 - 4x + 1\)
D \(y = x^3 - 4x + 1\)

Vertex form is \(y = a(x - h)^2 + k\). Choice B, \(y = (x + 3)^2\), matches this pattern with \(a = 1\), \(h = -3\), and \(k = 0\). Choice A is written in standard form (even though it happens to be a perfect square trinomial). Choice C is also standard form.

Q72. What is the value of i^4?
A -1
B i
C -i
D 1

Powers of i follow a cycle of 4: i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1. You can also compute directly: i^4 = (i^2)^2 = (-1)^2 = 1. Choice A (-1) is the value of i^2, not i^4.

Q73. Which is the vertex form of \(y = x^2 - 6x + 11\)?
A \(y = (x - 3)^2 + 2\)
B \(y = (x + 3)^2 - 2\)
C \(y = (x - 3)^2 - 2\)
D \(y = (x + 3)^2 + 2\)

Complete the square: \(y = x^2 - 6x + 11 = (x^2 - 6x + 9) + 11 - 9 = (x - 3)^2 + 2\). The vertex is \((3, 2)\). Choice C is wrong because \(11 - 9 = +2\), not \(-2\). Choice B uses \(h = -3\), which would require \((x + 3)\), but \((x - 3)\) gives \(h = +3\).

Q74. What is the sum (4 + 3i) + (2 - 5i)?
A 6 - 2i
B 2 + 8i
C 6 + 8i
D 2 - 2i

Add real parts and imaginary parts separately: (4 + 2) + (3 + (-5))i = 6 + (-2)i = 6 - 2i. Choice C (6 + 8i) incorrectly adds the absolute values of the imaginary parts (3 + 5 = 8) rather than treating -5i as a subtraction.

Q75. What is the discriminant of \(x^2 + 6x + 9 = 0\), and what does it tell you about the roots?
A 0; the equation has one repeated real root
B 72; the equation has two distinct real roots
C -72; the equation has two complex roots
D 0; the equation has no real roots

With \(a = 1\), \(b = 6\), \(c = 9\): discriminant \(= 6^2 - 4(1)(9) = 36 - 36 = 0\). A discriminant of 0 means exactly one real solution (a repeated root). Indeed, \(x^2 + 6x + 9 = (x + 3)^2 = 0\) gives \(x = -3\) as a double root. Choice D is wrong: discriminant \(= 0\) means one real root, not no real roots.

Q76. When solving \(x^2 - 4x - 12 = 0\) by completing the square, which equation correctly shows the completed square?
A \((x - 2)^2 = 16\)
B \((x - 4)^2 = 28\)
C \((x - 2)^2 = 4\)
D \((x + 2)^2 = 16\)

Rearrange: \(x^2 - 4x = 12\). Half of \(-4\) is \(-2\), and \((-2)^2 = 4\). Add 4 to both sides: \(x^2 - 4x + 4 = 16\), giving \((x - 2)^2 = 16\). Taking square roots: \(x - 2 = \pm 4\), so \(x = 6\) or \(x = -2\). Choice D uses \((x + 2)^2\), which would require the middle term to be \(+4x\), not \(-4x\).

Q77. For a quadratic y = a(x - h)^2 + k, the parabola opens downward when:
A k < 0
B h < 0
C a < 0
D a > 0

The leading coefficient a determines whether the parabola opens upward (a > 0) or downward (a < 0). The values h and k only shift the vertex location and do not affect the direction of opening. Choice D (a > 0) describes an upward-opening parabola.

Q78. What is the vertex of \(y = x^2 + 10x + 21\)?
A \((-5, -4)\)
B \((5, -4)\)
C \((-5, 4)\)
D \((5, 4)\)

Complete the square: \(y = (x^2 + 10x + 25) + 21 - 25 = (x + 5)^2 - 4\). The vertex is \((-5, -4)\). Alternatively, \(x = -\frac{b}{2a} = -\frac{10}{2} = -5\), then \(y = 25 - 50 + 21 = -4\). Choice C has the right x-coordinate but the wrong sign for the k-value.

Q79. What is the simplified form of i^23?
A 1
B -1
C i
D -i

Divide the exponent by 4 to find the remainder: 23 = 4 times 5 + 3, so the remainder is 3. Therefore i^23 = i^3 = -i. The cycle is i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1. Choice C (i) would be correct for an exponent with remainder 1.

Q80. For y = 2(x - 3)^2 + 1, what is the minimum value of y?
A 3
B 2
C -1
D 1

Since a = 2 > 0, the parabola opens upward and has a minimum at its vertex. The vertex is at (3, 1), so the minimum value of y is 1. Choice A (3) is the x-coordinate of the vertex, not the minimum y-value.

Q81. What is (6 - 2i) - (3 + 4i)?
A 3 + 2i
B 9 - 6i
C 3 - 6i
D 9 + 2i

Distribute the minus sign: (6 - 2i) - (3 + 4i) = 6 - 2i - 3 - 4i = (6 - 3) + (-2 - 4)i = 3 - 6i. Choice A (3 + 2i) is wrong because subtracting +4i from -2i gives -6i, not +2i.

Q82. What is the discriminant of \(3x^2 + 6x + 3 = 0\)?
A 72
B 36
C -36
D 0

With \(a = 3\), \(b = 6\), \(c = 3\): discriminant \(= b^2 - 4ac = 36 - 4(3)(3) = 36 - 36 = 0\). This means one repeated root. Dividing the equation by 3 gives \(x^2 + 2x + 1 = (x + 1)^2 = 0\), confirming \(x = -1\) is a double root. Choice A (72) incorrectly computes \(4ac\) as something other than 36.

Q83. What constant must be added to \(x^2 + 12x\) to create a perfect square trinomial?
A 6
B 36
C 144
D 24

To complete the square for \(x^2 + bx\), add \((b/2)^2\). Here \(b = 12\), so \((12/2)^2 = 6^2 = 36\). This gives \(x^2 + 12x + 36 = (x + 6)^2\). Choice A (6) is only half of 12 — you must square that half-value to get the correct constant.

Q84. For what value of k does kx^2 - 4x + 1 = 0 have exactly one real solution?
A k = 4
B k = -4
C k = 16
D k = 2

For exactly one real solution, set the discriminant equal to zero. With a = k, b = -4, c = 1: (-4)^2 - 4(k)(1) = 0, so 16 - 4k = 0 and k = 4. Choice C (k = 16) gives discriminant 16 - 64 = -48 < 0, which produces no real solutions, not one.

Q85. A quadratic function has its vertex at (-1, 4) and passes through the point (0, 2). Which equation represents this function?
A y = -2(x + 1)^2 + 4
B y = 2(x - 1)^2 + 4
C y = -2(x - 1)^2 + 4
D y = 2(x + 1)^2 + 4

Start with vertex form using h = -1 and k = 4: y = a(x + 1)^2 + 4. Substitute the point (0, 2): 2 = a(0 + 1)^2 + 4 = a + 4, so a = -2. The equation is y = -2(x + 1)^2 + 4. Choice D (a = +2) gives y(0) = 2(1) + 4 = 6, which does not pass through (0, 2).

Q86. If z = 1 + 2i, what is z^2?
A 1 + 4i
B -3 + 4i
C 3 + 4i
D -3 - 4i

Expand using FOIL: (1 + 2i)^2 = 1^2 + 2(1)(2i) + (2i)^2 = 1 + 4i + 4i^2 = 1 + 4i + 4(-1) = 1 - 4 + 4i = -3 + 4i. Choice C (3 + 4i) is a common error from treating i^2 as +1 instead of -1, giving 1 + 4 = 5... wait that would be 5 + 4i, not 3 + 4i. Choice C arises from computing (2i)^2 = +4 and getting 1 + 4 + 4i = 5 + 4i — actually choice C likely comes from forgetting to apply i^2 = -1 to get -4 and instead using just 4i^2 without substituting, resulting in sign errors.

Q87. For what values of \(k\) does \(x^2 + kx + 4 = 0\) have two distinct real roots?
A \(k > 4\)
B \(k < -4\) or \(k > 4\)
C \(-4 < k < 4\)
D \(k = 4\) or \(k = -4\)

Two distinct real roots require a positive discriminant: \(k^2 - 4(1)(4) > 0\), so \(k^2 - 16 > 0\), meaning \(k^2 > 16\). This gives \(k > 4\) or \(k < -4\). Choice A only captures the positive case, missing \(k < -4\). Choice D (\(k = 4\) or \(k = -4\)) gives discriminant \(= 0\), which is one repeated root, not two distinct roots.

Q88. What are the solutions to \(2x^2 - 4x + 5 = 0\)?
A \(x = 1 \pm \frac{\sqrt{6}}{2}i\)
B \(x = 1 \pm \sqrt{6}i\)
C \(x = 2 \pm \frac{\sqrt{6}}{2}i\)
D \(x = 1 \pm \frac{\sqrt{6}}{4}i\)

Apply the quadratic formula with \(a = 2\), \(b = -4\), \(c = 5\): \(x = \frac{4 \pm \sqrt{16 - 40}}{4} = \frac{4 \pm \sqrt{-24}}{4} = \frac{4 \pm 2i\sqrt{6}}{4} = 1 \pm \frac{\sqrt{6}}{2}i\). Choice B incorrectly simplifies \(2i\sqrt{6}/4\) as \(\sqrt{6}i\) instead of \(\frac{\sqrt{6}}{2}i\), failing to divide the radical by 2.

Q89. A quadratic opens upward, has vertex (2, -5), and passes through (4, 3). What is the value of a in y = a(x - 2)^2 - 5?
A a = 2
B a = 1
C a = 1/2
D a = 3

Substitute the point (4, 3) into the vertex form: 3 = a(4 - 2)^2 - 5 = a(4) - 5 = 4a - 5. Solving: 4a = 8, so a = 2. Since a = 2 > 0, the parabola indeed opens upward as required. Choice C (a = 1/2) gives y(4) = (1/2)(4) - 5 = 2 - 5 = -3, which does not match the given point.

Q90. What is the product of (5 + 2i) and its complex conjugate (5 - 2i)?
A 21
B 25 + 4i
C 29
D 23

Using the difference of squares pattern: (5 + 2i)(5 - 2i) = 5^2 - (2i)^2 = 25 - 4i^2 = 25 - 4(-1) = 25 + 4 = 29. Choice A (21) results from the error 25 - 4 = 21, which forgets that i^2 = -1 turns the subtraction into addition. The product of any complex number and its conjugate always yields a real number equal to a^2 + b^2.

Q91. What is the vertex of the parabola y = (x - 4)^2 + 7?
A (4, 7)
B (-4, 7)
C (4, -7)
D (-4, -7)

In vertex form y = (x - h)^2 + k, the vertex is (h, k). Here (x - 4) means h = 4, and k = 7, so the vertex is (4, 7). A common error is to read the sign directly from inside the parentheses and write h = -4; since the form is (x - h), the sign flips.

Q92. What is the axis of symmetry of y = (x + 6)^2 - 3?
A x = 6
B x = -6
C x = 3
D x = -3

Rewrite (x + 6) as (x - (-6)), which gives h = -6. The axis of symmetry is always the vertical line x = h, so x = -6. Choosing x = 6 is a sign error from reading the number inside the parentheses without accounting for the subtraction in the standard vertex form.

Q93. What is the value of i^2?
A 1
B i
C -1
D -i

By definition, i is the imaginary unit satisfying i^2 = -1. This is the foundational property of complex numbers. The powers of i cycle with period 4: i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1. Choosing 1 confuses i^2 with i^4.

Q94. What is the simplified form of \(\sqrt{-25}\)?
A -5
B 5i
C -5i
D 25i

\(\sqrt{-25} = \sqrt{25} \cdot \sqrt{-1} = 5 \cdot i = 5i\). The imaginary unit \(i = \sqrt{-1}\) converts a negative radicand into a real result times \(i\). The principal square root is positive, so the answer is \(5i\), not \(-5i\). Choosing \(25i\) incorrectly uses \(-25\) as the coefficient without taking the square root of 25.

Q95. In vertex form y = a(x - h)^2 + k, which variable is the y-coordinate of the vertex?
A h
B a
C k
D -h

The vertex is the point (h, k). When x = h, the squared term equals zero and y = k, making k the y-coordinate of the vertex. The variable a determines the direction and width of the parabola, and h is the x-coordinate of the vertex.

Q96. If the discriminant b^2 - 4ac of a quadratic equation equals zero, how many distinct real solutions does the equation have?
A Zero
B One
C Two
D Infinitely many

When the discriminant is zero, the quadratic formula gives x = -b / (2a), a single repeated root. Geometrically, the parabola is tangent to the x-axis at exactly one point. A negative discriminant yields zero real solutions, and a positive discriminant yields two distinct real solutions.

Q97. What is the real part of the complex number -5 + 3i?
A 3
B -3
C -5
D 5

A complex number written as a + bi has real part a and imaginary part b. For -5 + 3i, the real part is -5 and the imaginary coefficient is 3. Choosing 3 confuses the imaginary coefficient with the real part.

Q98. What is the discriminant of \(x^2 - 5x + 6 = 0\)?
A 1
B -1
C 49
D 25

With \(a = 1\), \(b = -5\), \(c = 6\): discriminant \(= b^2 - 4ac = (-5)^2 - 4(1)(6) = 25 - 24 = 1\). Because the discriminant is positive, there are two distinct real roots. Choosing 25 omits the subtraction of \(4ac\). Choosing 49 results from adding \(4ac\) instead of subtracting: \(25 + 24 = 49\).

Q99. What constant must be added to \(x^2 + 8x\) to create a perfect square trinomial?
A 4
B 8
C 16
D 64

To complete the square, take half the coefficient of \(x\) and square it: \((8/2)^2 = 4^2 = 16\). Adding 16 gives \(x^2 + 8x + 16 = (x + 4)^2\). A common mistake is to add 4 (half of 8 without squaring) or to add 64 (squaring 8 without first halving it).

Q100. Which of the following is the vertex form of \(y = x^2 - 6x + 5\)?
A \(y = (x - 3)^2 - 4\)
B \(y = (x + 3)^2 - 4\)
C \(y = (x - 3)^2 + 4\)
D \(y = (x - 6)^2 + 5\)

Complete the square: \(x^2 - 6x + 5 = (x^2 - 6x + 9) - 9 + 5 = (x - 3)^2 - 4\). The vertex is \((3, -4)\). Choosing \((x + 3)^2 - 4\) reverses the sign of \(h\). Choosing \((x - 3)^2 + 4\) incorrectly adds the correction term instead of subtracting it.

Q101. What is (3 + 2i) + (1 - 5i)?
A 4 - 3i
B 2 + 7i
C 4 + 7i
D 2 - 3i

Add real parts and imaginary parts separately: (3 + 1) + (2 + (-5))i = 4 + (-3)i = 4 - 3i. A common mistake is to add absolute values of the imaginary coefficients without considering the sign: 2 + 5 = 7 incorrectly yields 4 + 7i.

Q102. For y = -3(x - 2)^2 + 6, what is the maximum value of y?
A -3
B 2
C 6
D -6

Since a = -3 < 0, the parabola opens downward and reaches its maximum at the vertex. The vertex is (h, k) = (2, 6), so the maximum value of y is 6. Choosing -3 mistakes the leading coefficient for the maximum, and choosing 2 gives the x-coordinate of the vertex rather than the y-coordinate.

Q103. What is the product (2 + i)(3 - 2i)?
A 6 - i
B 8 + i
C 8 - i
D 4 - i

Use FOIL: (2)(3) + (2)(-2i) + (i)(3) + (i)(-2i) = 6 - 4i + 3i - 2i^2. Since i^2 = -1, the last term becomes -2(-1) = 2. Combining: (6 + 2) + (-4 + 3)i = 8 - i. Forgetting to replace i^2 with -1 leaves the product as 6 - i, which is choice A.

Q104. What is the discriminant of 2x^2 - 3x + 5 = 0, and what does it reveal about the equation's real solutions?
A Discriminant = -31; no real solutions
B Discriminant = -11; no real solutions
C Discriminant = 31; two distinct real solutions
D Discriminant = -31; two distinct real solutions

With a = 2, b = -3, c = 5: discriminant = (-3)^2 - 4(2)(5) = 9 - 40 = -31. A negative discriminant means there are no real solutions; the equation has two complex conjugate roots. Choice B results from using a = 1 instead of a = 2: 9 - 4(1)(5) = -11.

Q105. What is the simplified form of i^10?
A i
B -i
C 1
D -1

Powers of i cycle with period 4: i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1. Divide the exponent: 10 = 4(2) + 2, so i^10 = (i^4)^2 * i^2 = 1 * (-1) = -1. Choosing 1 confuses i^10 with i^8, which does equal 1 since 8 is divisible by 4.

Q106. A parabola has its vertex at (2, 3) and opens upward. Which equation could represent this parabola?
A y = -(x - 2)^2 + 3
B y = (x + 2)^2 + 3
C y = (x - 2)^2 + 3
D y = (x - 2)^2 - 3

An upward-opening parabola requires a > 0, and vertex (2, 3) requires h = 2 and k = 3. Choice C fits: y = (x - 2)^2 + 3 has a = 1 > 0 and vertex (2, 3). Choice A has a = -1, so it opens downward. Choice B has vertex (-2, 3) due to the sign error in h. Choice D places the vertex at (2, -3).

Q107. What is the vertex of y = 3x^2 + 6x - 1?
A (-1, -4)
B (1, -4)
C (-1, 2)
D (-2, -1)

Find h using h = -b / (2a) = -6 / (2 * 3) = -1. Substitute x = -1 to find k: k = 3(-1)^2 + 6(-1) - 1 = 3 - 6 - 1 = -4. The vertex is (-1, -4). Choice D results from the common mistake of using h = -b / a = -6 / 3 = -2, omitting the factor of 2 in the denominator.

Q108. What is (2 + 3i) / (1 + i) expressed in standard form a + bi?
A 5/2 + (1/2)i
B 2 + 3i
C 5/2 - (1/2)i
D -1/2 + (5/2)i

Multiply numerator and denominator by the conjugate of the denominator, (1 - i): numerator becomes (2 + 3i)(1 - i) = 2 - 2i + 3i - 3i^2 = 2 + i + 3 = 5 + i; denominator becomes (1)^2 + (1)^2 = 2. Result: (5 + i) / 2 = 5/2 + (1/2)i. Choice D results from multiplying by (1 + i) instead of the conjugate (1 - i).

Q109. For \(x^2 + bx + 25 = 0\) to have exactly one real solution, which of the following must be true?
A \(b = 10\) only
B \(b = \pm 5\)
C \(b = \pm 10\)
D \(b = \pm 50\)

Exactly one real solution requires the discriminant to equal zero: \(b^2 - 4(1)(25) = 0\), so \(b^2 = 100\), giving \(b = \pm 10\). Both values work: \(x^2 + 10x + 25 = (x + 5)^2\) and \(x^2 - 10x + 25 = (x - 5)^2\). Choosing \(\pm 5\) incorrectly uses \(\sqrt{25}\) rather than solving \(b^2 = 100\). Only listing \(b = 10\) ignores the symmetric negative case.

Q110. A quadratic equation with real coefficients has roots \(-2 + i\) and \(-2 - i\). Which of the following is the quadratic in standard form?
A \(x^2 - 4x + 5\)
B \(x^2 + 4x + 5\)
C \(x^2 + 4x + 3\)
D \(x^2 - 4x + 3\)

Build the quadratic from its roots: \((x - (-2 + i))(x - (-2 - i)) = (x + 2 - i)(x + 2 + i) = (x + 2)^2 - i^2 = x^2 + 4x + 4 - (-1) = x^2 + 4x + 5\). Alternatively, the sum of roots is \(-4\) so the linear coefficient is \(+4\), and the product of roots is \((-2)^2 + 1^2 = 5\). Choice A incorrectly uses \(-4x\) for the linear term.

Q111. What is the value of (1 + i)^4?
A 4
B -4
C 4i
D 2i

Square in two steps. First: (1 + i)^2 = 1 + 2i + i^2 = 1 + 2i - 1 = 2i. Then: (2i)^2 = 4i^2 = 4(-1) = -4. Choice A forgets that i^2 = -1, giving 4 instead of -4. Choice D stops at the intermediate result (1 + i)^2 = 2i without squaring again.

Q112. Which of the following is the vertex form of \(3x^2 - 12x + 7\)?
A \(3(x - 2)^2 - 5\)
B \(3(x - 2)^2 + 7\)
C \(3(x + 2)^2 - 5\)
D \(3(x - 2)^2 - 12\)

Factor 3 from the first two terms: \(3(x^2 - 4x) + 7\). Complete the square: \(3(x^2 - 4x + 4 - 4) + 7 = 3(x - 2)^2 - 12 + 7 = 3(x - 2)^2 - 5\). Choice B omits the \(-12\) correction, incorrectly leaving \(+7\). Choice D adds the correction inside but forgets to add 7 back, stopping at \(3(x - 2)^2 - 12\).

Q113. A parabola has vertex (-2, 5) and passes through the point (0, 1). What is the value of a in y = a(x + 2)^2 + 5?
A a = -1
B a = 1
C a = -2
D a = 4

Substitute the point (0, 1): 1 = a(0 + 2)^2 + 5 = 4a + 5. Solving: 4a = -4, so a = -1. The negative value is consistent with the parabola opening downward, since the given point y = 1 is below the vertex y = 5. Choosing a = 1 would give y = 4(1) + 5 = 9 at x = 0, not 1.

Q114. What are the solutions to \(x^2 + 4x + 13 = 0\)?
A \(x = 2 \pm 3i\)
B \(x = -2 \pm 3i\)
C \(x = -2 \pm 6i\)
D \(x = -4 \pm 3i\)

The discriminant is \(4^2 - 4(1)(13) = 16 - 52 = -36\). Using the quadratic formula: \(x = \frac{-4 \pm \sqrt{-36}}{2} = \frac{-4 \pm 6i}{2} = -2 \pm 3i\). Choice C forgets to divide by 2, giving \(\pm 6i\) instead of \(\pm 3i\). Choice A uses the wrong sign for the real part, writing \(+2\) instead of \(-2\).

Q115. The graph of \(y = x^2\) is transformed to produce \(y = -2(x + 3)^2 + 5\). Which of the following correctly describes all transformations applied to \(y = x^2\)?
A Reflected over x-axis, vertically compressed by factor 2, shifted left 3 and up 5
B Reflected over x-axis, vertically stretched by factor 2, shifted left 3 and up 5
C Reflected over x-axis, vertically stretched by factor 2, shifted right 3 and up 5
D Reflected over y-axis, vertically stretched by factor 2, shifted left 3 and up 5

The coefficient \(a = -2\) causes two effects: the negative sign reflects the graph over the x-axis, and \(|a| = 2 > 1\) stretches it vertically by factor 2 (a compression would require \(0 < |a| < 1\)). The expression \((x + 3)\) equals \((x - (-3))\), so \(h = -3\) and the shift is 3 units left, not right. Finally \(k = 5\) shifts the graph up 5 units. Choice C incorrectly states the horizontal shift direction.

Q116. What is the value of i^2?
A -1
B 1
C i
D -i

By definition, i is the imaginary unit where i = √(-1), so i^2 = -1. This is the foundational property of imaginary numbers. The distractor 1 is incorrect — i^4 = 1, not i^2. The cycle of powers is i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1.

Q117. What is the vertex of the parabola y = (x - 5)^2 + 3?
A (-5, 3)
B (5, 3)
C (5, -3)
D (-5, -3)

In vertex form y = (x - h)^2 + k, the vertex is (h, k). Here h = 5 and k = 3, giving vertex (5, 3). A common error is choosing (-5, 3) by not accounting for the sign in (x - h): since the expression is (x - 5), h = +5, not -5.

Q118. What is the axis of symmetry for y = 4(x + 3)^2 - 7?
A x = 3
B x = -7
C x = -3
D x = 7

Rewrite in standard vertex form: y = 4(x - (-3))^2 - 7, so h = -3. The axis of symmetry is always x = h, giving x = -3. The distractor x = 3 results from ignoring the sign: (x + 3) means h = -3, not +3.

Q119. In vertex form y = a(x - h)^2 + k, if the value of a is negative, the parabola:
A Opens upward and has a minimum value
B Opens downward and has a minimum value
C Has no vertex
D Opens downward and has a maximum value

When a < 0, the squared term is negated, so the parabola opens downward. A downward-opening parabola reaches a highest point called a maximum, not a minimum. When a > 0, the parabola opens upward and has a minimum. A downward-opening parabola extends infinitely downward and cannot have a minimum.

Q120. What is √(-36) expressed as an imaginary number?
A 6i
B -6i
C 6
D -6

√(-36) = √(36 × (-1)) = √36 × √(-1) = 6 × i = 6i. The principal square root is positive, so the answer is 6i, not -6i. Choices 6 and -6 are real numbers, but the square root of a negative number is not a real number — it requires the imaginary unit i.

Q121. The imaginary part of the complex number 7 - 2i is:
A 2
B -2
C -2i
D 7

For a complex number a + bi, the imaginary part is b — the coefficient of i, not including the i itself. For 7 - 2i, b = -2, so the imaginary part is -2 (a real number). The distractor -2i includes the unit i, which makes it the imaginary term, not the imaginary part. The value 7 is the real part.

Q122. In the quadratic formula, the expression b^2 - 4ac is the discriminant. What does its value determine?
A The x-coordinate of the vertex
B The sum of the two solutions
C The number and type of solutions
D The y-intercept of the parabola

The discriminant b^2 - 4ac determines the nature of roots: positive means two distinct real roots, zero means one repeated real root, and negative means two complex conjugate roots. The x-coordinate of the vertex is -b/(2a), the y-intercept is the value c (when x = 0), and the sum of the solutions is -b/a by Vieta's formulas.

Q123. What is (4 - 3i) - (2 + 5i)?
A 2 - 8i
B 2 + 2i
C 6 - 8i
D 2 + 8i

Subtract real and imaginary parts separately: real part = 4 - 2 = 2; imaginary part = -3 - 5 = -8. Result: 2 - 8i. A common error is adding the imaginary parts instead of subtracting: -3 + 5 = 2, yielding 2 + 2i. Another error is adding the real parts: 4 + 2 = 6, yielding 6 - 8i.

Q124. What value of \(c\) makes \(x^2 + 10x + c\) a perfect square trinomial?
A 100
B 5
C 20
D 25

To complete the square, take half the coefficient of \(x\) and square it: \((10/2)^2 = 5^2 = 25\). Then \(x^2 + 10x + 25 = (x + 5)^2\). The distractor 100 comes from squaring 10 directly without halving first. The distractor 5 comes from halving without squaring. The value 20 has no systematic basis.

Q125. When the discriminant of a quadratic equation equals exactly zero, the equation has:
A No real solutions
B Exactly one real solution (a repeated root)
C Two distinct real solutions
D Two complex conjugate solutions

When b^2 - 4ac = 0, the quadratic formula gives x = -b/(2a), a single value — called a repeated or double root. The parabola is tangent to the x-axis at exactly one point. A negative discriminant gives two complex conjugate solutions; a positive discriminant gives two distinct real solutions.

Q126. What is the vertex form of \(y = x^2 - 6x + 11\)?
A \(y = (x - 3)^2 + 2\)
B \(y = (x + 3)^2 + 2\)
C \(y = (x - 3)^2 - 9\)
D \(y = (x - 6)^2 - 25\)

Complete the square: \(x^2 - 6x + 11 = (x^2 - 6x + 9) - 9 + 11 = (x - 3)^2 + 2\). The vertex is \((3, 2)\). Choice \((x + 3)^2 + 2\) has the wrong sign for \(h\). Choice \((x - 3)^2 - 9\) omits the original constant \(+11\). Choice \((x - 6)^2 - 25\) incorrectly uses 6 as \(h\) without halving the coefficient.

Q127. What is the modulus (absolute value) of the complex number 5 + 12i?
A 17
B 7
C 13
D 169

The modulus of a + bi is √(a^2 + b^2) = √(25 + 144) = √169 = 13. This uses the Pythagorean triple (5, 12, 13). The distractor 17 comes from simply adding 5 + 12. The distractor 169 is the value before taking the square root. Always take the square root at the final step.

Q128. What is the complex conjugate of -4 + 9i?
A 4 - 9i
B -4 - 9i
C 4 + 9i
D -4 + 9i

The complex conjugate of a + bi is a - bi: only the sign of the imaginary part changes; the real part stays the same. For -4 + 9i, the conjugate is -4 - 9i. The distractor 4 - 9i incorrectly negates the real part as well. The conjugate is used to eliminate the imaginary part when dividing complex numbers.

Q129. What is i^19?
A i
B 1
C -1
D -i

Powers of i cycle with period 4: i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1. Divide 19 by 4: 19 = 4 × 4 + 3, giving remainder 3. Therefore i^19 = i^3 = -i. The distractor i corresponds to remainder 1 (that would be i^17). A remainder of 0 gives 1, and a remainder of 2 gives -1.

Q130. For y = -2(x - 1)^2 + 6, which correctly describes the range of the function?
A y ≤ 6
B y ≥ 6
C y ≤ -2
D All real numbers

Since a = -2 < 0, the parabola opens downward and the vertex at (1, 6) is the maximum point. The output can be at most 6 and decreases without bound, so the range is y ≤ 6. The range y ≥ 6 describes upward-opening parabolas. The value -2 is the leading coefficient, not a boundary for the output.

Q131. What is the product (2 + 3i)(2 - 3i)?
A -5
B 4 + 9i
C 13
D 4 - 9i

These are complex conjugates, so (a + bi)(a - bi) = a^2 + b^2 = 4 + 9 = 13. Expanding directly: 4 - 6i + 6i - 9i^2 = 4 - 9(-1) = 13. The distractor -5 results from computing 4 - 9 = -5, incorrectly treating i^2 as +1 instead of -1. Multiplying conjugate pairs always yields a real number.

Q132. How many x-intercepts does the parabola \(y = x^2 + 3x + 5\) have?
A 0
B 1
C 2
D Cannot be determined

Compute the discriminant: \(b^2 - 4ac = 9 - 4(1)(5) = 9 - 20 = -11\). Since the discriminant is negative, \(x^2 + 3x + 5 = 0\) has no real solutions, so the parabola never crosses the x-axis — it has 0 x-intercepts. With \(a = 1 > 0\), the parabola opens upward and its minimum sits entirely above the x-axis.

Q133. What is the minimum value of y = 3(x + 1)^2 - 7?
A 3
B -7
C -1
D 7

In vertex form y = a(x - h)^2 + k with a = 3 > 0, the parabola opens upward and the vertex is the minimum point. The vertex is at h = -1 and k = -7, so the minimum value of y is k = -7. The value 3 is the leading coefficient (vertical stretch), and -1 is the x-coordinate of the vertex — neither is the minimum y-value.

Q134. By completing the square, what is the vertex of the parabola \(y = 2x^2 - 12x + 7\)?
A \((3, -11)\)
B \((-3, -11)\)
C \((3, 7)\)
D \((6, -11)\)

Factor 2 from the quadratic terms: \(y = 2(x^2 - 6x) + 7\). Complete the square inside: add and subtract 9, giving \(y = 2(x^2 - 6x + 9) - 2(9) + 7 = 2(x - 3)^2 - 18 + 7 = 2(x - 3)^2 - 11\). Vertex: \((3, -11)\). The critical error many students make is subtracting 9 instead of \(2(9) = 18\), forgetting to account for the leading coefficient outside the parentheses.

Q135. For \(x^2 - 8x + k = 0\) to have two distinct real solutions, which condition on \(k\) must hold?
A \(k > 16\)
B \(k = 16\)
C \(k \le 16\)
D \(k < 16\)

Two distinct real solutions require a strictly positive discriminant: \(b^2 - 4ac > 0\). With \(a = 1\), \(b = -8\), \(c = k\): \(64 - 4k > 0\), so \(k < 16\). If \(k = 16\), the discriminant equals 0 — one repeated root, not two distinct roots. Therefore \(k \le 16\) is too broad for the strict requirement of two distinct solutions.

Q136. What is (3 - i) / (1 + 2i) expressed in standard form a + bi?
A (1 + 7i) / 5
B (1 - 7i) / 5
C (5 - 7i) / 5
D (5 + 7i) / 5

Multiply numerator and denominator by the conjugate of the denominator, (1 - 2i). Numerator: (3 - i)(1 - 2i) = 3 - 6i - i + 2i^2 = 3 - 7i + 2(-1) = 1 - 7i. Denominator: (1 + 2i)(1 - 2i) = 1 + 4 = 5. Result: (1 - 7i)/5. The distractor (1 + 7i)/5 arises from a sign error when combining -6i - i = -7i — some students mistakenly get +7i.

Q137. A parabola has its vertex at (-1, 4) and passes through the point (1, -4). What is its equation in vertex form?
A y = -2(x + 1)^2 + 4
B y = 2(x + 1)^2 + 4
C y = -2(x - 1)^2 + 4
D y = -2(x + 1)^2 - 4

Write vertex form with h = -1, k = 4: y = a(x + 1)^2 + 4. Substitute the point (1, -4): -4 = a(2)^2 + 4 = 4a + 4, giving 4a = -8 and a = -2. The equation is y = -2(x + 1)^2 + 4. The negative a is consistent — the vertex is the highest point (y = 4) while the parabola passes through a lower point (y = -4). Choice y = -2(x - 1)^2 + 4 uses h = +1 instead of h = -1.

Q138. A quadratic equation with real coefficients has one solution of 4 + 3i. What is the product of both solutions?
A 8
B 16
C 25
D -7

For quadratics with real coefficients, complex roots occur in conjugate pairs. The other solution must be 4 - 3i. The product of the roots is (4 + 3i)(4 - 3i) = 4^2 + 3^2 = 16 + 9 = 25. By Vieta's formulas, this equals c/a. The distractor 8 is the sum of the roots — (4 + 3i) + (4 - 3i) = 8 — not the product. The distractor 16 forgets to add b^2 = 9.

Q139. What is i^48 + i^30?
A 0
B 2
C -2
D 1 + i

Use the cycle i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1. For i^48: 48 ÷ 4 = 12 with remainder 0, so i^48 = i^4 = 1. For i^30: 30 ÷ 4 = 7 with remainder 2, so i^30 = i^2 = -1. Sum: 1 + (-1) = 0. The distractor 2 results from incorrectly computing both powers as 1. A remainder of 0 maps to i^4 = 1, not i^0 — treat remainder 0 as the same as remainder 4.

Q140. A quadratic function has its vertex at (3, 2) and passes through the origin (0, 0). What is the value of 'a' in the vertex form?
A 2/9
B -9/2
C 9/2
D -2/9

Write vertex form: y = a(x - 3)^2 + 2. Substitute the origin (0, 0): 0 = a(0 - 3)^2 + 2 = 9a + 2. Solving: 9a = -2, so a = -2/9. The negative sign is consistent — the vertex is at y = 2, which is above the origin at y = 0, so the parabola must open downward. The distractor -9/2 inverts the fraction, as if the equation were solved for 1/a instead of a.

Q141. What is the vertex of the parabola y = (x - 3)^2 + 5?
A (3, 5)
B (-3, 5)
C (3, -5)
D (-3, -5)

In vertex form y = (x - h)^2 + k, the vertex is (h, k). Here h = 3 and k = 5, giving vertex (3, 5). A common error is reading (x - 3) as h = -3 due to sign confusion — the subtraction inside the parentheses means h is positive 3.

Q142. What is the value of \(i^2\), where \(i\) is the imaginary unit?
A 1
B -i
C i
D -1

By definition, \(i = \sqrt{-1}\), so \(i^2 = -1\). This is the foundational property of the imaginary unit. Do not confuse with \(i^4 = 1\) or \(i^1 = i\). Every higher power of \(i\) is derived from this single fact.

Q143. In the vertex form y = a(x - h)^2 + k, what does the constant k represent?
A The x-coordinate of the vertex
B The y-intercept of the parabola
C The y-coordinate of the vertex
D The vertical stretch factor

In vertex form, the vertex is the point (h, k), so k is the y-coordinate of the vertex. The y-intercept is found by substituting x = 0, which equals ah^2 + k — generally different from k unless h = 0. The vertical stretch factor is a, not k.

Q144. Which of the following equations is written in vertex form?
A \(y = x^2 - 4x + 9\)
B \(y = (x + 1)(x - 3)\)
C \(y = (x - 2)^2 + 1\)
D \(y = 3x^2 + 6x - 2\)

Vertex form is \(y = a(x - h)^2 + k\). Choice C matches this structure with \(a = 1\), \(h = 2\), and \(k = 1\). Choice A is standard form, choice B is factored (intercept) form, and choice D is also standard form. Only choice C is already expressed as a squared binomial plus a constant.

Q145. What is the simplified value of i^4?
A -1
B i
C -i
D 1

The powers of i cycle with period 4: i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1. Since the exponent 4 is divisible by 4, i^4 = 1. Do not confuse this with i^2 = -1. Any multiple of 4 as an exponent returns a value of 1.

Q146. What is the equation of the axis of symmetry of the parabola y = (x + 2)^2 - 3?
A x = 2
B y = -3
C x = -2
D y = 2

The axis of symmetry passes through the vertex. Rewriting y = (x - (-2))^2 - 3 reveals h = -2, so the axis of symmetry is x = -2. A common sign error is reading (x + 2) as h = +2 rather than h = -2. The line y = -3 is horizontal and represents the minimum value, not the axis of symmetry.

Q147. If the discriminant b^2 - 4ac of a quadratic equation equals 0, how many distinct real solutions does the equation have?
A 0
B 1
C 2
D Infinitely many

When the discriminant equals 0, the quadratic formula gives x = -b / (2a), a single repeated root. Graphically, the parabola is tangent to the x-axis at its vertex. A positive discriminant gives 2 distinct real solutions, and a negative discriminant gives 0 real solutions (2 complex solutions instead).

Q148. What is the sum (3 + 2i) + (1 - 5i)?
A 4 + 7i
B 2 + 7i
C 4 - 3i
D 2 - 3i

Add real parts and imaginary parts separately: (3 + 1) + (2 + (-5))i = 4 + (-3)i = 4 - 3i. A common error is subtracting the real parts (giving 2) or adding the imaginary parts without accounting for the negative sign on -5i, giving 4 + 7i instead.

Q149. By completing the square, what is the vertex of the parabola \(y = x^2 + 4x + 7\)?
A \((-2, 3)\)
B \((2, 3)\)
C \((-2, 7)\)
D \((4, 7)\)

Take half of 4, which is 2, and square it: \(2^2 = 4\). Rewrite: \(y = (x^2 + 4x + 4) - 4 + 7 = (x + 2)^2 + 3\). The vertex is \((-2, 3)\). Choice C incorrectly keeps the original constant 7 rather than adjusting it after adding and subtracting 4. Choice B misreads the sign of \(h\).

Q150. What is the discriminant of the equation 2x^2 - 3x + 5 = 0?
A -31
B 31
C -9
D 49

The discriminant is b^2 - 4ac with a = 2, b = -3, c = 5: (-3)^2 - 4(2)(5) = 9 - 40 = -31. Because the discriminant is negative, the equation has two complex (non-real) solutions. A common error is computing 3^2 = 9 instead of (-3)^2 = 9 — both give the same result here — or miscalculating 4(2)(5) as 20 instead of 40.

Q151. For the function y = -3(x - 2)^2 + 8, what is the maximum value of y?
A -3
B 2
C -8
D 8

Since a = -3 is negative, the parabola opens downward and has a maximum at its vertex. The vertex is (2, 8), so the maximum value is y = 8. Choice B is the x-coordinate of the vertex, not the maximum output. Choice C uses the negative of k, which is incorrect.

Q152. What is the simplified form of (1 + i)^2?
A 2
B 2i
C 1 + 2i
D -2i

Expand using FOIL: (1 + i)^2 = 1 + 2i + i^2 = 1 + 2i + (-1) = 2i. A common error is forgetting the middle term 2i, treating it as 1 + i^2 = 1 - 1 = 0. Another error is forgetting that i^2 = -1, leading to 1 + 2i + 1 = 2 + 2i.

Q153. What are the solutions to \(x^2 + 9 = 0\)?
A \(x = \pm 3\)
B \(x = \pm 9i\)
C \(x = \pm 3i\)
D \(x = \pm 9\)

Isolate: \(x^2 = -9\), so \(x = \pm \sqrt{-9} = \pm \sqrt{9} \cdot \sqrt{-1} = \pm 3i\). Choice A incorrectly ignores the negative under the radical, treating \(\sqrt{-9}\) as \(\sqrt{9} = 3\). Choice B confuses \(\sqrt{9} = 3\) with 9 itself.

Q154. For y = 2(x + 3)^2 - 5, which statement is correct?
A The parabola opens downward and has vertex (-3, -5)
B The parabola opens upward and has vertex (3, -5)
C The parabola opens upward and has vertex (-3, -5)
D The parabola opens downward and has vertex (3, -5)

Since a = 2 > 0, the parabola opens upward. Rewriting as y = 2(x - (-3))^2 + (-5) identifies h = -3 and k = -5, giving vertex (-3, -5). A frequent sign error is reading (x + 3) as h = +3 instead of h = -3, because the vertex form uses (x - h).

Q155. What is the product (1 + 2i)(3 - i)?
A 3 - 2i
B 5 + 5i
C 1 + 5i
D 3 + 2i

Using FOIL: (1)(3) + (1)(-i) + (2i)(3) + (2i)(-i) = 3 - i + 6i - 2i^2 = 3 + 5i - 2(-1) = 3 + 5i + 2 = 5 + 5i. A common error is forgetting that -2i^2 = -2(-1) = +2, instead leaving it as -2 and getting 1 + 5i.

Q156. What value of \(c\) makes \(x^2 + 10x + c\) a perfect square trinomial?
A \(5\)
B \(100\)
C \(25\)
D \(20\)

To complete the square, take half the coefficient of \(x\) and square it: \((10/2)^2 = 5^2 = 25\). Then \(x^2 + 10x + 25 = (x + 5)^2\). Choice A is only the half-value (5) without squaring. Choice B squares the full coefficient 10 instead of its half, giving 100.

Q157. What is the result of (5 - 3i) - (2 + 4i)?
A 3 - 7i
B 3 + i
C 7 - 7i
D 7 + i

Distribute the subtraction sign: (5 - 3i) - 2 - 4i = (5 - 2) + (-3 - 4)i = 3 - 7i. A critical error is failing to distribute the negative to the imaginary part, treating -(2 + 4i) as -2 + 4i, which gives 3 + i instead of 3 - 7i.

Q158. By completing the square, what is the vertex of \(y = 2x^2 - 12x + 7\)?
A \((3, -11)\)
B \((3, 7)\)
C \((-3, -11)\)
D \((6, -11)\)

Factor out 2 from the first two terms: \(y = 2(x^2 - 6x) + 7\). Complete the square: add and subtract 9 inside: \(y = 2(x^2 - 6x + 9) - 18 + 7 = 2(x - 3)^2 - 11\). Vertex is \((3, -11)\). Choice B forgets to subtract the 18 that was introduced, leaving \(+7\) unchanged. Choice D confuses the axis value with \(b\) directly.

Q159. For the equation \(x^2 + kx + 16 = 0\) to have exactly one real solution, what are the possible values of \(k\)?
A \(k = 4\) only
B \(k = \pm 4\)
C \(k = \pm 8\)
D \(k = 8\) only

Exactly one real solution requires discriminant \(= 0\): \(k^2 - 4(1)(16) = 0\), so \(k^2 = 64\), giving \(k = \pm 8\). Both values work: \(x^2 + 8x + 16 = (x + 4)^2 = 0\) and \(x^2 - 8x + 16 = (x - 4)^2 = 0\). Choice B gives \(k^2 = 16\), which is too small to zero out the discriminant when \(c = 16\).

Q160. What is (2 + i)^3 in standard form a + bi?
A 8 + i
B 2 + 11i
C 6 + 11i
D 8 - 2i

First, (2 + i)^2 = 4 + 4i + i^2 = 4 + 4i - 1 = 3 + 4i. Then (3 + 4i)(2 + i) = 6 + 3i + 8i + 4i^2 = 6 + 11i - 4 = 2 + 11i. A common shortcut error is computing 2^3 + i^3 = 8 - i, which ignores the binomial cross terms entirely.

Q161. A parabola in vertex form has its vertex at (1, -4) and passes through the point (3, 8). What is the equation of the parabola?
A y = 2(x - 1)^2 - 4
B y = 3(x - 1)^2 - 4
C y = 4(x - 1)^2 - 4
D y = 3(x + 1)^2 - 4

Start with y = a(x - 1)^2 - 4 and substitute (3, 8): 8 = a(3 - 1)^2 - 4 = 4a - 4, so 4a = 12 and a = 3. The equation is y = 3(x - 1)^2 - 4. Choice A gives a = 2: checking (3, 8) yields 2(4) - 4 = 4, not 8. Choice D has the wrong sign on h, placing the vertex at (-1, -4).

Q162. What are the solutions to \(x^2 - 4x + 13 = 0\)?
A \(x = 2 \pm 3i\)
B \(x = 4 \pm 3i\)
C \(x = 2 \pm 9i\)
D \(x = -2 \pm 3i\)

Using the quadratic formula with \(a = 1\), \(b = -4\), \(c = 13\): \(x = \frac{4 \pm \sqrt{16 - 52}}{2} = \frac{4 \pm \sqrt{-36}}{2} = \frac{4 \pm 6i}{2} = 2 \pm 3i\). Choice B forgets to divide by \(2a = 2\), leaving the numerator undivided. Choice C incorrectly computes \(\sqrt{36} = 9\) instead of 6.

Q163. A quadratic equation with real coefficients has 3 - 4i as one solution. What is the product of the two solutions?
A 7
B 6
C 25
D -7

Complex roots of equations with real coefficients come in conjugate pairs, so the other solution is 3 + 4i. Their product is (3 - 4i)(3 + 4i) = 9 - (4i)^2 = 9 - (-16) = 25. By Vieta's formulas, this product equals c/a. Choice A adds the real and imaginary parts of one root (3 + 4 = 7) rather than multiplying conjugates.

Q164. For what values of k does 2x^2 + 4x + k = 0 have two non-real (complex) solutions?
A k < 2
B k > 2
C k < -2
D k > -2

Non-real solutions require a negative discriminant: b^2 - 4ac < 0, so (4)^2 - 4(2)(k) < 0, giving 16 - 8k < 0, then 8k > 16, so k > 2. Choice A reverses the inequality. Choice D (k > -2) includes values like k = 0, which gives discriminant 16 > 0 — two real solutions — so it is incorrect.

Q165. A quadratic function of the form y = a(x - h)^2 + k has a range of [5, infinity). Which of the following could be its equation?
A y = -2(x - 3)^2 + 5
B y = (x + 1)^2 + 5
C y = 2(x - 3)^2 - 5
D y = -(x + 1)^2 + 5

A range of [5, infinity) means the parabola opens upward (a > 0) with minimum value k = 5. Choice B has a = 1 > 0 and k = 5, giving exactly the range [5, infinity). Choice A has a = -2 < 0, so it opens downward with range (-infinity, 5]. Choice C opens upward but has minimum k = -5. Choice D opens downward with maximum 5.

Q166. What is the axis of symmetry of the parabola y = (x - 5)^2 + 3?
A x = 5
B x = -5
C x = 3
D x = -3

In vertex form y = a(x - h)^2 + k, the axis of symmetry is x = h. Here h = 5, so the axis is x = 5. A common error is choosing x = -5 by misreading (x - 5)^2 as a shift toward negative values, but the subtraction of 5 means h = +5, not -5.

Q167. What is the vertex of the parabola y = -(x + 2)^2 - 7?
A (-2, -7)
B (2, -7)
C (-2, 7)
D (2, 7)

Rewrite in standard vertex form: y = -(x - (-2))^2 + (-7), so h = -2 and k = -7, giving vertex (-2, -7). Choosing (2, -7) is a sign error — writing (x + 2)^2 is equivalent to (x - (-2))^2, so h = -2, not +2.

Q168. What is the value of i^2, where i is the imaginary unit?
A -1
B 1
C i
D -i

By definition, the imaginary unit i satisfies i^2 = -1. This is the foundational property of complex numbers. Choosing 1 confuses i^2 with i^4, and choosing i or -i would imply that i is its own square, which is not the case.

Q169. For the quadratic equation ax^2 + bx + c = 0, which expression represents the discriminant?
A b^2 - 4ac
B b^2 + 4ac
C 2b - 4ac
D b^2 - 2ac

The discriminant is b^2 - 4ac, which appears under the radical in the quadratic formula. It determines the nature of the roots. The choice b^2 + 4ac uses the wrong sign, and b^2 - 2ac incorrectly halves the coefficient 4.

Q170. What is the complex conjugate of 5 - 3i?
A 5 + 3i
B -5 + 3i
C -5 - 3i
D 3 - 5i

The complex conjugate of a - bi is a + bi — only the sign of the imaginary part changes. So the conjugate of 5 - 3i is 5 + 3i. The real part remains 5, ruling out -5 + 3i and -5 - 3i. The choice 3 - 5i incorrectly swaps the real and imaginary parts.

Q171. If the discriminant of a quadratic equation equals zero, what is true about its solutions?
A There is exactly one real solution (a repeated root)
B There are two distinct real solutions
C There are two complex non-real solutions
D There are no solutions of any kind

When the discriminant b^2 - 4ac = 0, the quadratic formula gives x = -b / (2a), a single value called a repeated or double root. A positive discriminant yields two distinct real solutions, and a negative discriminant yields two complex non-real solutions. A quadratic always has at least one solution in the complex numbers.

Q172. In the vertex form y = a(x - h)^2 + k, what are the coordinates of the vertex?
A (h, k)
B (-h, k)
C (h, -k)
D (-h, -k)

The vertex is (h, k), read directly from the equation. The expression (x - h)^2 equals zero when x = h, which locates the vertex. Choosing (-h, k) is the most common error — students see the minus sign in (x - h)^2 and negate h, but vertex form is already written with that subtraction built in.

Q173. What is the sum (3 + 5i) + (4 - 2i)?
A 7 - 3i
B 7 + 3i
C -1 + 7i
D 7 + 7i

Add real parts and imaginary parts separately: (3 + 4) + (5 + (-2))i = 7 + 3i. Choosing 7 - 3i results from treating the imaginary part as 5 - 2 = 3 but then applying a negative sign in error. Choosing -1 + 7i comes from subtracting the real parts instead of adding them.

Q174. What is the simplified form of i^3?
A i
B 1
C -i
D -1

Use the cyclic pattern: i^1 = i, i^2 = -1, i^3 = i^2 * i = (-1)(i) = -i, i^4 = 1. So i^3 = -i. Choosing -1 confuses i^3 with i^2. Choosing i treats i^3 as if it equals i^1. Knowing this four-step cycle is essential for simplifying any power of i.

Q175. What is the discriminant of 2x^2 - 3x + 5 = 0?
A -31
B 49
C 31
D -49

With a = 2, b = -3, and c = 5, the discriminant is b^2 - 4ac = (-3)^2 - 4(2)(5) = 9 - 40 = -31. A frequent error is computing b^2 + 4ac = 9 + 40 = 49, using the wrong sign. The negative discriminant confirms this equation has two complex non-real solutions.

Q176. Which of the following is the vertex form of \(y = x^2 + 4x + 7\)?
A \(y = (x + 4)^2 + 7\)
B \(y = (x + 2)^2 - 3\)
C \(y = (x - 2)^2 + 3\)
D \(y = (x + 2)^2 + 3\)

Complete the square: take half of the linear coefficient (\(4/2 = 2\)) and square it to get 4. Rewrite: \(y = (x^2 + 4x + 4) + 7 - 4 = (x + 2)^2 + 3\). Choosing \((x + 2)^2 - 3\) makes an arithmetic error, computing \(7 - 4\) as \(-3\) instead of \(+3\). Choosing \((x + 4)^2 + 7\) uses \(b\) instead of \(b/2\) inside the binomial.

Q177. For \(x^2 - 7x + 10 = 0\), what is the discriminant and what does it indicate about the solutions?
A \(9\); exactly one real solution
B \(9\); two distinct real solutions
C \(-9\); two complex non-real solutions
D \(49\); two distinct real solutions

With \(a = 1\), \(b = -7\), \(c = 10\): discriminant \(= (-7)^2 - 4(1)(10) = 49 - 40 = 9\). Since \(9 > 0\), there are two distinct real solutions. Choosing 'exactly one real solution' misapplies the rule — a discriminant of zero (not 9) produces a repeated root. Choosing 49 forgets to subtract the \(4ac\) term entirely.

Q178. What is the value of i^15 + i^16?
A 1 - i
B -1 - i
C 1 + i
D -i

Reduce exponents mod 4 using the cycle i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1. Because 15 = 4(3) + 3, i^15 = i^3 = -i. Because 16 = 4(4), i^16 = i^4 = 1. Their sum is 1 + (-i) = 1 - i. Choosing 1 + i confuses i^15 with i^1 = i, forgetting to reduce the exponent.

Q179. Which set of transformations maps \(y = x^2\) onto \(y = 3(x - 4)^2 - 2\)?
A Shift left 4 units, shift down 2 units, vertical stretch by factor of 3
B Shift right 4 units, shift up 2 units, vertical stretch by factor of 3
C Shift right 4 units, shift down 2 units, vertical stretch by factor of 3
D Shift right 4 units, shift down 2 units, vertical compression by factor of 3

In \(y = a(x - h)^2 + k\): \(h = 4\) shifts right 4 units, \(k = -2\) shifts down 2 units, and \(a = 3\) with \(|a| > 1\) produces a vertical stretch by factor 3. Choosing 'shift left' misreads \((x - 4)^2\) as movement toward negative \(x\). Choosing 'vertical compression' confuses \(a > 1\) (stretch) with \(0 < a < 1\) (compression).

Q180. What is the range of the function y = -4(x + 1)^2 + 9?
A y >= 9
B y <= -9
C All real numbers
D y <= 9

The vertex is at (-1, 9) and a = -4 < 0, so the parabola opens downward. The vertex is a maximum, meaning the output never exceeds 9. The range is y <= 9. Choosing y >= 9 applies the logic for an upward-opening parabola (positive a), where the vertex would be a minimum instead.

Q181. What is the product (3 + 4i)(3 - 4i)?
A -7 + 24i
B 25
C -7
D 25 + 24i

Use the conjugate product identity: (a + bi)(a - bi) = a^2 + b^2. So (3 + 4i)(3 - 4i) = 9 + 16 = 25, a real number. Choosing -7 comes from incorrectly treating i^2 = 1, giving 9 - 16 = -7. Choosing -7 + 24i is the result of computing (3 + 4i)^2 instead of the conjugate product.

Q182. For \(y = (x - 3)^2 - 16\), what are the x-intercepts?
A \(x = 7\) and \(x = -1\)
B \(x = 7\) and \(x = -7\)
C \(x = 3\) and \(x = -3\)
D \(x = 19\) and \(x = -13\)

Set \(y = 0\): \((x - 3)^2 = 16\), so \(x - 3 = \pm 4\). This gives \(x = 3 + 4 = 7\) and \(x = 3 - 4 = -1\). Choosing \(x = \pm 7\) ignores the horizontal shift and solves \(x^2 = 16\) directly. Choosing \(x = \pm 3\) confuses the vertex x-coordinate with the x-intercepts by ignoring the \(-16\).

Q183. Without solving the equation, how many real solutions does \(x^2 + 3x + 5 = 0\) have?
A One real solution
B Two distinct real solutions
C Zero real solutions
D It cannot be determined without solving

Compute the discriminant: \(b^2 - 4ac = 3^2 - 4(1)(5) = 9 - 20 = -11\). Since the discriminant is negative, the equation has no real solutions — both solutions are complex non-real numbers. The discriminant is precisely the tool that determines the number of real solutions without fully solving.

Q184. A parabola in vertex form has vertex (-1, 3) and passes through the point (1, -5). What is the value of a?
A -1/2
B 2
C -4
D -2

Substitute the vertex into vertex form: y = a(x + 1)^2 + 3. Use the point (1, -5): -5 = a(1 + 1)^2 + 3 = 4a + 3, so 4a = -8 and a = -2. Choosing a = 2 makes a sign error when solving for a. Choosing a = -1/2 incorrectly divides -8 by 16 (using (x+1)^2 evaluated as 16) instead of by 4.

Q185. Using completing the square, what are the solutions to \(x^2 + 6x + 25 = 0\)?
A \(x = 3 \pm 4i\)
B \(x = -3 \pm 4i\)
C \(x = -3 \pm 4\)
D \(x = -6 \pm 4i\)

Isolate the variable terms: \(x^2 + 6x = -25\). Add \((6/2)^2 = 9\) to both sides: \((x + 3)^2 = -16\). Taking square roots gives \(x + 3 = \pm \sqrt{-16} = \pm 4i\), so \(x = -3 \pm 4i\). Choosing \(x = -3 \pm 4\) forgets that the square root of a negative number is imaginary. Choosing \(x = 3 \pm 4i\) reverses the sign of \(h\).

Q186. For what values of \(k\) does \(x^2 + kx + (k + 3) = 0\) have exactly one real solution?
A \(k = 6\) or \(k = -2\)
B \(k = -6\) or \(k = 2\)
C \(k = 3\) or \(k = -1\)
D \(k = 4\) or \(k = -3\)

For exactly one real solution, set the discriminant to zero: \(k^2 - 4(1)(k + 3) = 0\), giving \(k^2 - 4k - 12 = 0\). Factor: \((k - 6)(k + 2) = 0\), so \(k = 6\) or \(k = -2\). Choosing \(k = -6\) or \(k = 2\) reverses both roots. The other options result from errors when expanding or factoring the discriminant equation.

Q187. If z = 2 - i, what is z^2 expressed in standard form a + bi?
A 3 + 4i
B 4 - 4i
C 3 - 4i
D 5 - 4i

Expand using FOIL: z^2 = (2 - i)^2 = 4 - 4i + i^2 = 4 - 4i + (-1) = 3 - 4i. Choosing 4 - 4i forgets to evaluate i^2, leaving it as zero instead of -1. Choosing 3 + 4i makes a sign error on the middle term -4i. Choosing 5 - 4i incorrectly substitutes i^2 = +1 instead of -1.

Q188. A quadratic \(y = x^2 + bx + c\) has real coefficients and one root of \(4 - i\). What are the values of \(b\) and \(c\)?
A \(b = 8\) and \(c = 17\)
B \(b = -8\) and \(c = 15\)
C \(b = -8\) and \(c = -17\)
D \(b = -8\) and \(c = 17\)

Since the coefficients are real, complex roots come in conjugate pairs, so \(4 + i\) is also a root. By Vieta's formulas: sum of roots \(= (4 - i) + (4 + i) = 8 = -b\), giving \(b = -8\). Product of roots \(= (4 - i)(4 + i) = 16 - i^2 = 16 + 1 = 17 = c\). Choosing \(c = 15\) incorrectly computes \(4^2 - 1^2 = 15\), as if applying a real difference of squares rather than using \(i^2 = -1\).

Q189. What is the vertex form of \(y = 2x^2 + 12x + 5\)?
A \(y = 2(x + 3)^2 - 13\)
B \(y = 2(x + 3)^2 + 5\)
C \(y = 2(x - 3)^2 - 13\)
D \(y = 2(x + 3)^2 - 18\)

Factor out 2: \(y = 2(x^2 + 6x) + 5\). Complete the square inside: half of 6 is 3, and \(3^2 = 9\). Add and subtract 9 inside: \(y = 2(x^2 + 6x + 9 - 9) + 5 = 2(x + 3)^2 - 18 + 5 = 2(x + 3)^2 - 13\). Choosing \(-18\) forgets to add back the original constant \(+5\). Choosing \(+5\) forgets to subtract the 18 that was introduced when completing the square.

Q190. A ball is thrown upward and its height in feet is modeled by h = -16t^2 + 48t + 4, where t is time in seconds. By converting to vertex form, what is the maximum height reached?
A 36 feet
B 52 feet
C 40 feet
D 44 feet

Factor out -16: h = -16(t^2 - 3t) + 4. Complete the square: half of -3 is -3/2 and (-3/2)^2 = 9/4. Add and subtract 9/4 inside: h = -16(t - 3/2)^2 + (-16)(-9/4) + 4 = -16(t - 3/2)^2 + 36 + 4 = -16(t - 3/2)^2 + 40. The maximum height is 40 feet, occurring at t = 3/2 seconds. Choosing 36 forgets to add the initial height of 4 feet to the 36 gained from completing the square.

Q191. What is the axis of symmetry of the parabola y = (x + 5)^2 - 3?
A x = -5
B x = 5
C x = -3
D x = 3

In vertex form y = a(x - h)^2 + k, the axis of symmetry is x = h. Rewriting the equation as y = (x - (-5))^2 - 3 reveals h = -5, so the axis of symmetry is x = -5. A common error is reading the sign directly from the expression and choosing x = 5, but the vertex form subtracts h, so a '+5' inside the parentheses means h = -5.

Q192. What is the simplified value of i^22?
A 1
B -1
C i
D -i

Powers of i cycle with period 4: i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1, then the pattern repeats. Divide the exponent by 4: 22 = 4(5) + 2, so the remainder is 2, meaning i^22 = i^2 = -1. Choosing 1 is a common error that corresponds to i^20 or i^24, where the remainder is 0.

Q193. What is the vertex of the parabola y = -(x - 6)^2 + 11?
A (-6, 11)
B (6, -11)
C (6, 11)
D (-6, -11)

In vertex form y = a(x - h)^2 + k, the vertex is (h, k). Here h = 6 and k = 11, giving vertex (6, 11). The negative leading coefficient means the parabola opens downward, but this does not affect the coordinates of the vertex. Choosing (-6, 11) is a sign error — because the form subtracts h, a '-6' inside would give h = 6, not -6.

Q194. Which of the following is the vertex form of \(y = x^2 - 6x + 2\)?
A \(y = (x - 3)^2 + 2\)
B \(y = (x - 3)^2 - 7\)
C \(y = (x + 3)^2 - 7\)
D \(y = (x - 3)^2 + 11\)

Complete the square: take half of \(-6\), which is \(-3\), then square it to get 9. Add and subtract 9 inside the expression: \(y = (x^2 - 6x + 9) - 9 + 2 = (x - 3)^2 - 7\). Choice A is wrong because it keeps the \(+2\) without subtracting the 9 that was added, giving \(+2\) instead of \(-7\). Choice D incorrectly adds \(9 + 2 = 11\) instead of computing \(-9 + 2 = -7\).

Q195. How many real solutions does 2x^2 + 3x + 5 = 0 have?
A Two distinct real solutions
B One repeated real solution
C No real solutions
D Cannot be determined without solving

Compute the discriminant: D = b^2 - 4ac = (3)^2 - 4(2)(5) = 9 - 40 = -31. Since D < 0, there are no real solutions — the two solutions are complex conjugates. If D = 0, there would be exactly one repeated real solution; if D > 0, there would be two distinct real solutions. The discriminant always determines the number of real solutions, so answer D is incorrect.

Q196. What is (1 + i)^4 expressed in standard form a + bi?
A 2 + 2i
B 4
C -4
D 4i

Work in two steps. First, (1 + i)^2 = 1 + 2i + i^2 = 1 + 2i - 1 = 2i. Then (1 + i)^4 = (2i)^2 = 4i^2 = 4(-1) = -4. Choice B (4) is wrong because it treats i^2 as 1 instead of -1. Choice A (2 + 2i) results from incorrectly squaring the real and imaginary components separately without applying the binomial expansion.

Q197. What is (2 + i)/(1 - i) expressed in standard form a + bi?
A 1 + 3i
B 1/2 + (3/2)i
C 3/2 + (1/2)i
D 1/2 - (3/2)i

Multiply numerator and denominator by the conjugate of the denominator, (1 + i): numerator becomes (2 + i)(1 + i) = 2 + 2i + i + i^2 = 2 + 3i - 1 = 1 + 3i; denominator becomes (1 - i)(1 + i) = 1 - i^2 = 1 + 1 = 2. The result is (1 + 3i)/2 = 1/2 + (3/2)i. Choice A (1 + 3i) is wrong because the numerator was computed correctly but never divided by 2. Choice D has the correct real part but the wrong sign on the imaginary part.

Q198. For what value of a does the equation ax^2 + 6x + 1 = 0 have exactly one real solution?
A a = 3
B a = 6
C a = 9
D a = 12

Exactly one real solution occurs when the discriminant equals zero: b^2 - 4ac = 0. With b = 6 and c = 1: 36 - 4a(1) = 0, so 4a = 36 and a = 9. Checking: a = 3 gives D = 36 - 12 = 24 > 0 (two solutions). Choosing a = 6 may result from incorrectly solving 6 = a rather than 4a = 36.

Q199. A quadratic with real coefficients and leading coefficient 1 has a root of \(3 + 2i\). Which of the following is that quadratic?
A \(x^2 - 6x + 7\)
B \(x^2 + 6x + 13\)
C \(x^2 - 6x + 13\)
D \(x^2 - 6x - 5\)

Quadratics with real coefficients always have complex roots in conjugate pairs, so \(3 - 2i\) is also a root. Multiply the linear factors: \((x - (3 + 2i))(x - (3 - 2i)) = ((x - 3) - 2i)((x - 3) + 2i) = (x - 3)^2 - (2i)^2 = (x - 3)^2 + 4 = x^2 - 6x + 9 + 4 = x^2 - 6x + 13\). Choice A uses \(+7\) instead of \(+13\), which would come from \((x-3)^2 - 2\) rather than \((x-3)^2 + 4\). Choice D produces negative \(c\), indicating real roots, not complex ones.

Q200. Using completing the square, what are the solutions to \(3x^2 - 12x + 7 = 0\)?
A \(x = 2 + \frac{\sqrt{15}}{3}\) or \(x = 2 - \frac{\sqrt{15}}{3}\)
B \(x = 2 + \frac{\sqrt{21}}{3}\) or \(x = 2 - \frac{\sqrt{21}}{3}\)
C \(x = 2 + \frac{\sqrt{5}}{3}\) or \(x = 2 - \frac{\sqrt{5}}{3}\)
D \(x = 4 + \frac{\sqrt{15}}{3}\) or \(x = 4 - \frac{\sqrt{15}}{3}\)

Factor out 3: \(3(x^2 - 4x) = -7\). Complete the square inside: half of \(-4\) is \(-2\), squared is 4. Add 4 inside and balance by adding \(3(4) = 12\) to the right side: \(3(x - 2)^2 = -7 + 12 = 5\). Divide: \((x - 2)^2 = 5/3\). Take the square root: \(x - 2 = \pm \sqrt{5/3} = \pm \frac{\sqrt{15}}{3}\). So \(x = 2 \pm \frac{\sqrt{15}}{3}\). Choice B results from forgetting to add 12 to the right side and using \(-7 + 7 = 0\) or similar arithmetic, producing \(\sqrt{21}/3\). Choice D uses \(x = 4\) from an error treating the \(12x\) term as a shift of 4 without dividing by 2.

Study tip

Focus on understanding.

Focus on understanding core concepts before memorizing details. Use the game modes to test yourself repeatedly — spaced repetition is proven to boost long-term retention.

Up next

Related units

Quick summary

This unit covers vertex form, completing the square, discriminant and complex numbers — essential concepts for Algebra 2. Use our interactive study games to test your understanding, or review questions in traditional format below.

Key concepts
  • Vertex form
  • Completing the square
  • Discriminant
  • Complex numbers
What you need to know

Key Concepts Breakdown

1 Vertex Form

Vertex form is y = a(x - h)² + k, where (h, k) is the vertex of the parabola. The value of a determines direction (up if positive, down if negative) and width. Students must convert between standard and vertex form and extract key features directly from vertex form.

Key Points

  • Vertex is (h, k) — watch the sign: y = (x - 3)² + 1 has vertex (3, 1), not (-3, 1)
  • Axis of symmetry is the vertical line x = h
  • If a > 0, parabola opens up (minimum); if a < 0, opens down (maximum)
  • The vertex gives the minimum or maximum value of the function
Example

Write y = 2(x - 4)² - 5 in standard form, then identify the vertex and axis of symmetry.

Explanation

Expand: 2(x - 4)² = 2(x² - 8x + 16) = 2x² - 16x + 32, so y = 2x² - 16x + 27. The vertex is read directly from vertex form as (4, -5). The axis of symmetry is x = 4.

2 Completing the Square

Completing the square converts y = ax² + bx + c into vertex form by creating a perfect square trinomial. This technique is tested both as an algebraic skill and as a method to find the vertex. When a ≠ 1, factor out a from the x-terms before completing the square.

Key Points

  • Step: take half of b, square it, then add and subtract that value inside the expression
  • If a ≠ 1, factor a out of the x² and x terms first before completing the square
  • Whatever is added inside must be balanced by subtracting it (or adjusting outside)
  • Used to derive the quadratic formula and to rewrite conics — expect it in both contexts
Example

Convert y = x² - 6x + 11 to vertex form by completing the square.

Explanation

Take half of -6, which is -3, then square it to get 9. Rewrite as y = (x² - 6x + 9) - 9 + 11, which simplifies to y = (x - 3)² + 2. The vertex is (3, 2).

3 Discriminant

The discriminant is b² - 4ac, the expression under the radical in the quadratic formula. It tells you the number and type of solutions without solving the equation. Exams frequently ask students to determine the nature of roots or find a missing value that produces a specific number of solutions.

Key Points

  • b² - 4ac > 0: two distinct real solutions
  • b² - 4ac = 0: exactly one real solution (repeated root); parabola touches x-axis at vertex
  • b² - 4ac < 0: no real solutions; two complex conjugate solutions
  • Can be used to find an unknown constant — set up an inequality or equation with b² - 4ac
Example

Find the value of k so that 3x² - kx + 3 = 0 has exactly one real solution.

Explanation

For exactly one real solution, the discriminant must equal zero: k² - 4(3)(3) = 0. This gives k² = 36, so k = ±6. Either value produces a double root.

4 Complex Numbers

Complex numbers have the form a + bi, where i = √(-1) and i² = -1. Students must simplify square roots of negative numbers, perform arithmetic with complex numbers, and recognize complex solutions to quadratics. Complex solutions always come in conjugate pairs (a + bi and a - bi).

Key Points

  • √(-n) = i√n for any positive n; for example, √(-16) = 4i
  • Add/subtract by combining real parts and imaginary parts separately
  • Multiply using FOIL and replace i² with -1
  • If a quadratic has no real roots (discriminant < 0), its complex solutions are conjugates
Example

Solve x² + 4x + 13 = 0 using the quadratic formula.

Explanation

The discriminant is 16 - 52 = -36. Applying the formula: x = (-4 ± √(-36)) / 2 = (-4 ± 6i) / 2. Simplifying gives x = -2 ± 3i, so the two complex conjugate solutions are x = -2 + 3i and x = -2 - 3i.

FAQ

Questions, answered.

What is Quadratic Functions?

Quadratic Functions is Unit 3 of Algebra 2, covering vertex form, completing the square, discriminant and complex numbers.

How to study for Algebra 2 Unit 3?

Start with the Quick Summary above, review the Key Concepts, then test yourself with our interactive study games. Aim for 80%+ accuracy before moving on.

How many questions are in this unit?

This unit has 200 review questions, each with a written explanation, playable across 5 different game modes or readable in plain-text mode.