A student claims that the equation x2−6x+25=0 has no solutions because when they tried to complete the square, they got x2−6x+9=−16, and since the right side is negative, no real number x can satisfy this equation. How should you respond to this student?
AThe student is correct; equations with negative discriminants have no solutions in any number system
BThe student made an error in completing the square; the correct form should yield positive values only
CThe student is partially correct about real solutions, but the equation has complex solutions x=3±4i
DThe student's algebra is wrong; the equation x2−6x+25=0 actually has two distinct real solutions
Practice Complex Solutions Concept in Math 2 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
What this quiz covers
This quiz focuses on Complex Solutions Concept, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 2.
How to use this quiz
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
All questions
Question 1
A student claims that the equation x2−6x+25=0 has no solutions because when they tried to complete the square, they got x2−6x+9=−16, and since the right side is negative, no real number x can satisfy this equation. How should you respond to this student?
The student is correct; equations with negative discriminants have no solutions in any number system
The student made an error in completing the square; the correct form should yield positive values only
The student is partially correct about real solutions, but the equation has complex solutions x=3±4i (correct answer)
The student's algebra is wrong; the equation x2−6x+25=0 actually has two distinct real solutions
Explanation: The student correctly completed the square: x² - 6x + 25 = 0 becomes (x - 3)² - 9 + 25 = 0, so (x - 3)² = -16. The student is right that this has no real solutions, but wrong about having no solutions at all. Taking the square root of both sides: x - 3 = ±4i, so x = 3 ± 4i. These are complex solutions. Choice A is wrong because complex solutions exist. Choice B is wrong because the completing the square was done correctly. Choice D is wrong because the discriminant 36 - 100 = -64 < 0 indicates no real solutions.
Question 2
Consider the equation x2+4x+k=0 where k is a real constant. For which value of k does this equation transition from having real solutions to having complex solutions, and what happens at this transition point?
At k=4, the equation has one repeated real solution, marking the boundary between real and complex solution regions (correct answer)
At k=−4, the equation has one repeated real solution, representing the transition point between solution types
At k=2, the equation has two distinct real solutions that become complex as k increases beyond this value
At k=0, the equation transitions from quadratic to linear form, eliminating the possibility of complex solutions
Explanation: The discriminant is Δ = 16 - 4k. For real solutions, we need Δ ≥ 0, so 16 - 4k ≥ 0, which gives k ≤ 4. For complex solutions, we need Δ < 0, so k > 4. At the transition point k = 4, the discriminant equals zero, giving exactly one repeated real solution (a perfect square trinomial). This represents the boundary between having two distinct real solutions (k < 4) and two complex conjugate solutions (k > 4). Choice B has the wrong sign for k. Choice C has the wrong transition value. Choice D misunderstands the nature of the transition.
Question 3
The equation z2−4z+13=0 has solutions in the complex number system. If these solutions are plotted as points in the complex plane, what geometric relationship do they exhibit, and what does this suggest about quadratic equations with complex solutions?
The points are symmetric about the real axis, suggesting that complex solutions of quadratics with real coefficients always come in conjugate pairs (correct answer)
The points are symmetric about the imaginary axis, indicating that the real parts of complex solutions are always opposites
The points are equidistant from the origin, showing that complex solutions always have equal moduli regardless of the quadratic's coefficients
The points lie on a circle centered at the origin, demonstrating that complex solutions maintain constant distance from zero
Explanation: Using the quadratic formula: z = (4 ± √(16 - 52))/2 = (4 ± √(-36))/2 = (4 ± 6i)/2 = 2 ± 3i. These solutions are 2 + 3i and 2 - 3i, which are complex conjugates. In the complex plane, these points are (2, 3) and (2, -3), which are symmetric about the real axis (x-axis). This illustrates the fundamental theorem that quadratic equations with real coefficients always have solutions that are either both real or complex conjugates. Choice B is wrong because they're symmetric about the real axis, not imaginary. Choice C is wrong because equal moduli isn't the key relationship. Choice D is wrong because they don't lie on a circle centered at the origin.
Question 4
A quadratic equation ax2+bx+c=0 has discriminant Δ=−36. If this equation is multiplied through by −1 to get −ax2−bx−c=0, and then divided by −a to get x2+abx+ac=0, what happens to the nature of the solutions?
The solutions change from complex to real because the discriminant becomes positive after the transformations
The solutions remain complex with the same values because these algebraic manipulations preserve solution sets (correct answer)
The solutions become complex conjugates of the original solutions due to the sign changes in coefficients
The solutions become undefined because division by the leading coefficient when a<0 creates mathematical inconsistencies
Explanation: These algebraic manipulations are equivalent operations that don't change the solution set. Multiplying an equation by -1 and then dividing by -a (assuming a ≠ 0) are valid operations that preserve solutions. The discriminant of the final form x² + (b/a)x + (c/a) = 0 is (b/a)² - 4(c/a) = (b² - 4ac)/a². Since the original discriminant b² - 4ac = -36, the new discriminant is -36/a², which is still negative (since a² > 0). Therefore, the solutions remain complex and unchanged. Choice A is wrong because the discriminant stays negative. Choice C is wrong because the solutions are identical. Choice D is wrong because these are standard algebraic operations.
Question 5
Two students are solving 2x2−12x+25=0. Student A says 'This has no solutions because you can't take the square root of a negative number.' Student B says 'This has solutions x=3±2−22, but they're not real numbers.' Which student demonstrates a better understanding of the complex number system?
Student A is correct because square roots of negative numbers are undefined in all mathematical contexts
Both students are partially correct, but neither recognizes that the equation can be factored to avoid complex arithmetic entirely
Student B demonstrates better conceptual understanding by recognizing complex solutions exist, though the specific form could be simplified further
Student B shows better understanding but made a computational error; the correct solutions are x=3±2i14 (correct answer)
Explanation: When you encounter a quadratic equation that doesn't factor nicely, the quadratic formula becomes your primary tool. This question tests your understanding of complex numbers—solutions that exist even when the discriminant is negative.Let's solve 2x2−12x+25=0 using the quadratic formula: x=2a−b±b2−4ac. Here, a=2, b=−12, and c=25.First, calculate the discriminant: b2−4ac=(−12)2−4(2)(25)=144−200=−56Now apply the formula: x=412±−56To simplify −56: −56=56i=4⋅14i=214iTherefore: x=412±214i=412±4214i=3±2i14Answer A is wrong because square roots of negative numbers are defined in the complex number system as imaginary numbers. Answer B is incorrect because this equation cannot be factored with real coefficients—the discriminant being negative guarantees this. Answer C recognizes Student B's better conceptual understanding but misses the computational error. Student B correctly identified that complex solutions exist but wrote −22 instead of −56 and forgot to include the imaginary unit i.Always check your discriminant calculation carefully—small arithmetic errors in b2−4ac will cascade through your entire solution.
Question 6
A quadratic function g(x)=x2+bx+c has complex zeros. If one zero is 3−2i, and the function satisfies g(0)=13, what is the value of the other zero and the coefficient b?
The other zero is 3+2i and b=−6, since complex zeros occur in conjugate pairs for real coefficients (correct answer)
The other zero is −3+2i and b=0, since the real parts must sum to zero for complex zeros
The other zero is 3+2i and b=6, since the sum of zeros equals the coefficient of the linear term
The other zero is −3−2i and b=0, since complex zeros are symmetric about the imaginary axis
Explanation: Since the quadratic has real coefficients, complex zeros must occur in conjugate pairs. Therefore, if one zero is 3−2i, the other zero must be 3+2i. Using Vieta's formulas: the sum of zeros equals −b, so (3−2i)+(3+2i)=6=−b, giving b=−6. The product of zeros equals c, so (3−2i)(3+2i)=9−(2i)2=9−(−4)=13, which matches g(0)=c=13. Choice B incorrectly assumes real parts sum to zero. Choice C has the wrong sign for b. Choice D incorrectly describes symmetry about the imaginary axis.
Question 7
The graph of y=ax2+bx+c lies entirely above the x-axis and has vertex at (2,5). If the equation ax2+bx+c=3 is solved, what can be concluded about the nature of its solutions?
The solutions are real and distinct since the horizontal line y=3 intersects the parabola at two points below the vertex
The solutions are complex conjugates since the horizontal line y=3 lies below the minimum value of the quadratic function (correct answer)
The equation has exactly one real solution since the line y=3 is tangent to the parabola at the vertex
The solutions are real and equal since the parabola's minimum value exceeds the target value by exactly 2 units
Explanation: Since the parabola lies entirely above the x-axis with vertex at (2,5), we know a>0 and the minimum value is 5. The equation ax2+bx+c=3 is equivalent to ax2+bx+(c−3)=0. Since the original function has minimum value 5, the function f(x)−3 has minimum value 5−3=2>0. This means f(x)−3 is always positive and never equals zero, so the equation has no real solutions. Therefore, the solutions must be complex conjugates. Choice A incorrectly assumes intersection points exist. Choice C incorrectly describes tangency. Choice D incorrectly concludes real equal solutions.
Question 8
In the complex plane, the solutions to x2−6x+13=0 represent two points. If these points are connected to form a line segment, what is the length of this segment, and how does this length relate to the discriminant of the equation?
The length is 4, which equals ∣discriminant∣ since the solutions are 3±2i (correct answer)
The length is 24=4, which equals −discriminant since complex solutions create vertical separation
The length is 8=22, which equals 2∣discriminant∣ based on the geometric relationship
The length is 4, which equals twice the imaginary coefficient, and this relationship holds for all quadratics with complex solutions
Explanation: Using the quadratic formula: x=26±36−52=26±−16=26±4i=3±2i. The two points in the complex plane are (3,2) and (3,−2). The distance between them is (3−3)2+(2−(−2))2=0+16=4. The discriminant is Δ=36−52=−16, so ∣Δ∣=16=4. The length equals ∣discriminant∣. Choice B has correct length but wrong relationship explanation. Choice C has incorrect length calculation. Choice D correctly identifies the length but incorrectly generalizes the relationship to twice the imaginary coefficient.
Question 9
Consider the family of quadratic equations x2+2kx+(k2+4)=0 where k is a real parameter. For what values of k does this equation have complex solutions, and what does this reveal about the nature of quadratic equations?
The equation has complex solutions only when k>2, showing that most quadratics have real solutions
The equation has complex solutions for all real values of k, demonstrating that some quadratic forms always avoid real solutions (correct answer)
The equation has complex solutions when ∣k∣<2, indicating that complex solutions occur in a limited range
The equation alternates between real and complex solutions as k increases, showing the transitional nature of quadratic behavior
Explanation: The discriminant is Δ = (2k)² - 4(1)(k² + 4) = 4k² - 4k² - 16 = -16. Since the discriminant is always -16 regardless of the value of k, the equation always has complex solutions. This demonstrates that certain quadratic forms (like those where the constant term exceeds the square of half the linear coefficient) will always have complex solutions. Choice A is wrong because k doesn't affect whether solutions are complex. Choice C incorrectly suggests the discriminant depends on k. Choice D is wrong because the nature doesn't change with k.
Question 10
Consider the family of quadratic equations mx2+4x+n=0 where m and n are positive real numbers. If the equation has no real solutions, which inequality must be satisfied, and what does this tell us about the nature of the solutions?
mn>4 must hold, and the solutions are pure imaginary numbers with no real part
mn>4 must hold, and the solutions are complex conjugates with real part −m2 (correct answer)
mn<4 must hold, and the solutions have real part −2m1 and imaginary parts ±2m4−mn
mn>16 must hold, and the solutions are complex conjugates with equal real and imaginary parts
Explanation: For no real solutions, the discriminant must be negative: Δ=42−4mn=16−4mn<0, which gives 16<4mn, or mn>4. Using the quadratic formula: x=2m−4±16−4mn=2m−4±2imn−4=m−2±imn−4. The real part is −m2, and the solutions are complex conjugates. Choice A has the wrong description of pure imaginary numbers. Choice C has the inequality reversed. Choice D has the wrong threshold value.
Question 11
A quadratic polynomial P(x)=x2+bx+c with real coefficients has the property that P(2+i)=0. Without solving for b and c, what can be definitively concluded about P(x)?
P(x) has exactly two complex zeros, and P(2−i)=0 as well, with no real zeros since complex roots indicate negative discriminant (correct answer)
P(x) has one complex zero at 2+i and one real zero, since polynomials with real coefficients must have at least one real root
P(x) has P(2−i)=0 and can be factored as (x−(2+i))(x−(2−i)), but the discriminant must be negative
P(x) has complex zeros that sum to −b and multiply to c, but the specific values depend on the degree of the polynomial
Explanation: Since P(x) has real coefficients and P(2+i) = 0, the Complex Conjugate Root Theorem guarantees that P(2-i) = 0 as well. Since P(x) is quadratic, it has exactly two zeros, which must be 2+i and 2-i. These are complex conjugates, confirming that P(x) has no real zeros. The discriminant must be negative since there are no real solutions. Choice B is wrong because quadratics with real coefficients don't require real roots. Choice C correctly identifies the conjugate root and factorization but incorrectly suggests uncertainty about the discriminant sign. Choice D incorrectly focuses on degree dependence when the polynomial is specified as quadratic.
Question 12
If r and s are the complex solutions to x2−6x+34=0, what is the value of r2+s2, and how does this calculation demonstrate the utility of complex solutions?
r2+s2=−32, showing that complex solutions can yield negative results for expressions involving squares
r2+s2=36, proving that the sum of squares of complex conjugates is always equal to the square of their sum
r2+s2=36, illustrating that complex solutions behave similarly to real solutions in polynomial relationships
r2+s2=−32, demonstrating that even when individual solutions are complex, their algebraic combinations can be real (correct answer)
Explanation: When you encounter a quadratic with complex solutions, you can find relationships between those solutions without actually solving for them individually. This leverages Vieta's formulas and algebraic identities to work with complex numbers systematically.For x2−6x+34=0, you can use Vieta's formulas: if r and s are the roots, then r+s=6 and rs=34. To find r2+s2, use the identity (r+s)2=r2+2rs+s2, which rearranges to r2+s2=(r+s)2−2rs. Substituting: r2+s2=62−2(34)=36−68=−32. This demonstrates that even though r and s are complex (since the discriminant 36−4(34)=−100<0), their algebraic combination yields a real result.Choice A gives the correct numerical answer but incorrectly suggests this shows complex solutions yielding negative squares—the negative result comes from the specific algebraic relationship, not from squaring complex numbers. Choice B incorrectly calculates r2+s2=36 and makes a false claim about complex conjugates. Choice C also gives the wrong value of 36 and misses the key insight about complex-to-real transformations.Remember: Vieta's formulas let you find relationships between roots without solving explicitly. When working with complex solutions, focus on how algebraic operations can transform complex expressions into real results—this pattern appears frequently in advanced algebra.
Question 13
A quadratic function f(x)=x2+px+q has complex zeros. If the sum of the zeros is 6 and the product of the zeros is 13, what can be concluded about the graph of y=f(x)?
The parabola opens upward and has a minimum value of 4, with no points below the x-axis
The parabola opens upward and has a minimum value of -4, intersecting the x-axis at two distinct points
The parabola opens upward and has a minimum value of 4, never intersecting the x-axis since the zeros are complex (correct answer)
The parabola opens downward and has a maximum value of 4, with all points above the x-axis due to complex zeros
Explanation: Using Vieta's formulas: sum of zeros = -p = 6, so p = -6; product of zeros = q = 13. Therefore f(x) = x² - 6x + 13. The discriminant is 36 - 52 = -16 < 0, confirming complex zeros. Since the leading coefficient is positive, the parabola opens upward. The vertex occurs at x = -(-6)/(2·1) = 3, and f(3) = 9 - 18 + 13 = 4. Since the minimum value is positive and the zeros are complex, the parabola never crosses the x-axis. Choice A has the right minimum but wrong reasoning about points below x-axis. Choice B is wrong about the minimum value and intersection points. Choice D is wrong about the direction of opening.