12 multiple-choice questions, progressively harder.
For the equation x2+5x+6=0x^2 + 5x + 6 = 0x2+5x+6=0, what are aaa, bbb, and ccc?
Solution
Correct answer: A
Match the equation to the template ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0, reading the coefficient of each power.
a=1,b=5,c=6a = 1, \qquad b = 5, \qquad c = 6a=1,b=5,c=6
The coefficient of x2x^2x2 is 111 (an unwritten 111 still counts), the coefficient of xxx is 555, and the constant is 666.
What is the discriminant of x2−4x+3=0x^2 - 4x + 3 = 0x2−4x+3=0?
Correct answer: D
Read off a=1a = 1a=1, b=−4b = -4b=−4, c=3c = 3c=3 and substitute with parentheses so the signs behave.
Δ=(−4)2−4(1)(3)=16−12=4\Delta = (-4)^2 - 4(1)(3) = 16 - 12 = 4Δ=(−4)2−4(1)(3)=16−12=4
A positive discriminant, so the equation has two distinct real roots.
How many real solutions does a quadratic equation have when its discriminant is positive?
Correct answer: B
A positive discriminant makes the right side of (x+b2a)2=Δ4a2\left(x + \tfrac{b}{2a}\right)^2 = \tfrac{\Delta}{4a^2}(x+2ab)2=4a2Δ positive, and a positive number has two distinct real square roots.
Δ>0 ⟺ two distinct real roots\Delta > 0 \iff \text{two distinct real roots}Δ>0⟺two distinct real roots
Graphically, the parabola crosses the xxx-axis at two points.
The quadratic formula is derived by performing which technique on ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0?
Correct answer: C
The formula is completing the square run once on the general quadratic, carrying the letters aaa, bbb, ccc the whole way.
(x+b2a)2=b2−4ac4a2\left(x + \frac{b}{2a}\right)^2 = \frac{b^2 - 4ac}{4a^2}(x+2ab)2=4a2b2−4ac
Taking square roots and isolating xxx from this completed-square line produces the formula. That is why it is a theorem, not a memorized recipe.
Solve x2−5x+6=0x^2 - 5x + 6 = 0x2−5x+6=0 using the quadratic formula.
With a=1a = 1a=1, b=−5b = -5b=−5, c=6c = 6c=6, the discriminant is 25−24=125 - 24 = 125−24=1.
x=5±12=5±12x = \frac{5 \pm \sqrt{1}}{2} = \frac{5 \pm 1}{2}x=25±1=25±1
That gives x=62=3x = \tfrac{6}{2} = 3x=26=3 and x=42=2x = \tfrac{4}{2} = 2x=24=2, so the solutions are 222 and 333.
When the discriminant equals 000, how many distinct real solutions does the quadratic have?
With Δ=0\Delta = 0Δ=0 the completed-square equation becomes (x+b2a)2=0\left(x + \tfrac{b}{2a}\right)^2 = 0(x+2ab)2=0, which holds only at one value of xxx.
x=−b2ax = -\frac{b}{2a}x=−2ab
That single value is the double root, and the parabola is tangent to the xxx-axis there.
The two solutions produced by the quadratic formula are symmetric about which vertical line?
The formula splits as −b2a±Δ2a-\tfrac{b}{2a} \pm \tfrac{\sqrt{\Delta}}{2a}−2ab±2aΔ, one distance added and one subtracted from a center.
x=−b2a±b2−4ac2ax = -\frac{b}{2a} \pm \frac{\sqrt{b^2 - 4ac}}{2a}x=−2ab±2ab2−4ac
The center −b2a-\tfrac{b}{2a}−2ab is the axis of symmetry, so the two roots straddle it as a mirror pair.
A quadratic equation has discriminant −16-16−16. How many real solutions does it have?
A negative discriminant makes the right side of (x+b2a)2=Δ4a2\left(x + \tfrac{b}{2a}\right)^2 = \tfrac{\Delta}{4a^2}(x+2ab)2=4a2Δ negative, but a real square is never negative.
Δ<0 ⟺ no real roots\Delta < 0 \iff \text{no real roots}Δ<0⟺no real roots
So no real number solves the equation, and the parabola never meets the xxx-axis.
Solve x2+6x+8=0x^2 + 6x + 8 = 0x2+6x+8=0 using the quadratic formula.
With a=1a = 1a=1, b=6b = 6b=6, c=8c = 8c=8, the discriminant is 36−32=436 - 32 = 436−32=4.
x=−6±42=−6±22x = \frac{-6 \pm \sqrt{4}}{2} = \frac{-6 \pm 2}{2}x=2−6±4=2−6±2
That gives x=−42=−2x = \tfrac{-4}{2} = -2x=2−4=−2 and x=−82=−4x = \tfrac{-8}{2} = -4x=2−8=−4, so the solutions are −2-2−2 and −4-4−4.
In −b±b2−4ac2a\dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}2a−b±b2−4ac, the two roots coincide (become a single value) exactly when what happens?
The two roots differ only by the ±b2−4ac\pm\sqrt{b^2 - 4ac}±b2−4ac piece, so they merge when that piece is zero.
b2−4ac=0 ⟺ b2−4ac=0\sqrt{b^2 - 4ac} = 0 \iff b^2 - 4ac = 0b2−4ac=0⟺b2−4ac=0
When the discriminant is 000, the formula gives the single value −b2a-\tfrac{b}{2a}−2ab, a double root.
Because 4x2−4x+1=04x^2 - 4x + 1 = 04x2−4x+1=0 has discriminant 000, its graph does what at the xxx-axis?
A zero discriminant gives one repeated real root, and the parabola meets the axis only there.
4x2−4x+1=(2x−1)2≥04x^2 - 4x + 1 = (2x - 1)^2 \ge 04x2−4x+1=(2x−1)2≥0
The square is never negative, so the graph sits on or above the axis and touches it at the single point x=12x = \tfrac{1}{2}x=21, tangent to the axis.
The quadratic formula solves which equations?
The formula was derived by completing the square on the general quadratic, using only a≠0a \ne 0a=0.
x=−b±b2−4ac2a,a≠0x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, \qquad a \ne 0x=2a−b±b2−4ac,a=0
So it applies to every quadratic, whether or not it factors, and whatever the sign of the discriminant (a negative one simply reports no real solutions).
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.