Quadratic Equations
A quadratic equation is a mathematical expression where the highest power of the variable is two. In simple terms, the variable (usually 'x') is squared. The standard form of this equation is ax² + bx + c = 0. Here, 'a', 'b', and 'c' are known numbers called coefficients. The most important rule is that 'a' cannot be zero. If 'a' were zero, the 'x squared' term would disappear. Then it would just be a simple linear equation.
Concepts (7)
Quickly compare roots of two quadratic equations (x and y) using factorization and sign analysis. Prioritize shortcuts to determine x > y, x < y, x = y, or no relation.
To compare roots of two quadratic equations, typically given as ax² + bx + c = 0 for 'x' and py² + qy + r = 0 for 'y', the goal is to find the relationship between 'x' and 'y'. This involves finding the roots of both equations and then comparing all possible pairs.
Core Formula (Factorization Method)
For a quadratic equation ax² + bx + c = 0, find two numbers p and q such that p + q = b and p * q = a * c. The equation can then be factored as (ax + p)(x + q/a) = 0 or more commonly, by splitting the middle term: ax² + px + qx + c = 0. The roots will be -p/a and -q/a (or the values that make the factors zero).
Worked Example 1
Compare x and y:
I. x² - 13x + 42 = 0
II. y² - 15y + 56 = 0
Solution:
For I: x² - 13x + 42 = 0
We need two numbers that multiply to 42 and add up to -13. These are -6 and -7.
(x - 6)(x - 7) = 0
Roots for x are: x = 6, 7
For II: y² - 15y + 56 = 0
We need two numbers that multiply to 56 and add up to -15. These are -7 and -8.
(y - 7)(y - 8) = 0
Roots for y are: y = 7, 8
Comparison:
- Compare
x=6withy=7->6 < 7 - Compare
x=6withy=8->6 < 8 - Compare
x=7withy=7->7 = 7 - Compare
x=7withy=8->7 < 8
Since all values of x are either less than or equal to values of y, the relation is x ≤ y.
Worked Example 2
Compare x and y:
I. 2x² + 9x + 9 = 0
II. 2y² + 17y + 36 = 0
Solution:
For I: 2x² + 9x + 9 = 0
a*c = 2*9 = 18. We need two numbers that multiply to 18 and add up to 9. These are 3 and 6.
2x² + 3x + 6x + 9 = 0
x(2x + 3) + 3(2x + 3) = 0
(x + 3)(2x + 3) = 0
Roots for x are: x = -3, -3/2 = -1.5
For II: 2y² + 17y + 36 = 0
a*c = 2*36 = 72. We need two numbers that multiply to 72 and add up to 17. These are 8 and 9.
2y² + 8y + 9y + 36 = 0
2y(y + 4) + 9(y + 4) = 0
(2y + 9)(y + 4) = 0
Roots for y are: y = -9/2 = -4.5, -4
Comparison:
- Compare
x=-3withy=-4.5->-3 > -4.5 - Compare
x=-3withy=-4->-3 > -4 - Compare
x=-1.5withy=-4.5->-1.5 > -4.5 - Compare
x=-1.5withy=-4->-1.5 > -4
Since all values of x are greater than all values of y, the relation is x > y.
Shortcuts & Tricks
1. Sign Analysis (Most Important for Speed): Quickly determine the sign of the roots based on the coefficients b and c (assuming a is positive. If a is negative, multiply the whole equation by -1).
Equation Form (ax² + bx + c = 0) | Signs of Roots |
|---|---|
+ + + (e.g., x² + 5x + 6 = 0) | Both Negative (-, -) |
- + + (e.g., x² - 5x + 6 = 0) | Both Positive (+, +) |
+ + - (e.g., x² + x - 6 = 0) | One Positive, One Negative (Larger magnitude root is -) |
- + - (e.g., x² - x - 6 = 0) | One Positive, One Negative (Larger magnitude root is +) |
How to use:
- If Eq1 has
+roots and Eq2 has-roots, thenx > ydirectly. No calculation needed. - If Eq1 has
+,-roots and Eq2 has+,-roots, then 'No Relation' is highly probable. Calculate only if necessary. - If both equations have roots of the same sign (e.g., both
+,+or both-,-), then you must calculate the exact values for comparison.
2. Coefficient Comparison (Rare but useful): If the equations are very similar, sometimes you can infer the relation without full calculation. E.g., x² - 5x + 6 = 0 (roots 2,3) vs x² - 6x + 8 = 0 (roots 2,4). Here, x ≤ y is not immediately obvious without calculation, but if the constants are very different, it might be.
Common Mistakes
- Incorrect Sign Application: A common error is misapplying signs during factorization or when determining the final roots. Remember, if
(x-a)(x-b)=0, thenx=aandx=b. - Incomplete Comparison: Not comparing ALL roots of x with ALL roots of y. If even one pair violates a relation (e.g.,
x1 > y1butx2 < y2), then the answer is 'No Relation' or 'Cannot be determined'. - Ignoring 'a' in
ax²: Whena ≠ 1, remember to divide the factors byato get the actual roots, or use thep/a, q/amethod. E.g., for2x² + 5x + 3 = 0, factors are(2x+3)(x+1)=0, roots are-3/2and-1.
Derivation (Brief)
The sign analysis shortcut stems directly from Vieta's formulas and the quadratic formula x = (-b ± √(b²-4ac)) / 2a.
- Product of Roots (c/a): If
c/ais positive, both roots must have the same sign. Ifc/ais negative, roots must have opposite signs. - Sum of Roots (-b/a): If
c/ais positive (same sign roots):- If
-b/ais positive, both roots are positive. - If
-b/ais negative, both roots are negative.
- If
- If
c/ais negative (opposite sign roots), the sign of the larger magnitude root depends on-b/a:- If
-b/ais positive, the positive root has a larger magnitude. - If
-b/ais negative, the negative root has a larger magnitude.
- If
This logic forms the basis of the sign analysis table, allowing rapid elimination of options without full calculation.
Advanced Examples
Example:
I. x² - 20x + 96 = 0
II. y² - 25y + 156 = 0
Solution:
Both equations are '- + +' form, meaning both have +ve, +ve roots. Calculation is required.
For I: x² - 20x + 96 = 0 -> Factors of 96 that sum to 20 are 8 and 12. So x = 8, 12.
For II: y² - 25y + 156 = 0 -> Factors of 156 that sum to 25 are 12 and 13. So y = 12, 13.
Comparison:
x=8vsy=12->8 < 12x=8vsy=13->8 < 13x=12vsy=12->12 = 12x=12vsy=13->12 < 13
Result: x ≤ y
Variation Types
Sometimes, one equation might be linear or involve square roots/cubes. For SSC CGL, the primary focus remains on two quadratic equations. However, be prepared for:
- One Linear, One Quadratic: Solve the linear equation directly for one variable, then substitute into the quadratic or compare directly. E.g.,
x - 3 = 0andy² - 5y + 6 = 0. - Equations with Square/Cube Roots: E.g.,
x = √16(x=4) ory³ = 64(y=4). Remember√16only gives+4, butx²=16givesx=±4.
Time-Saving Methods
- Prioritize Sign Analysis: Always start with this. It's the fastest way to eliminate options or directly find the relation (especially 'No Relation').
- Mental Math for Factorization: Practice finding factors quickly. For
ax² + bx + c = 0, look for factors ofa*cthat sum tob. - Approximate Calculation: If coefficients are large, sometimes you don't need exact values. For example, if
xroots are+10, +12andyroots are+2, +3, you knowx > ywithout precise calculation if the numbers are clearly separated. - Stop Early: If, during comparison, you find
x1 > y1and thenx2 < y2, you can immediately conclude 'No Relation' without comparing all remaining pairs.
Master quadratic equations for SSC CGL by quickly applying factorization or the quadratic formula. Focus on roots, discriminant, and coefficient relations for speed and accuracy.
Quadratic equations are critical for SSC CGL, appearing directly and in word problems. The standard form is ax² + bx + c = 0, where 'a' ≠ 0. Every quadratic equation has exactly two roots (solutions).
Core Formula
There are two primary methods to solve quadratic equations:
-
Factorization Method: If you can express the quadratic as a product of two linear factors, say
(px + q)(rx + s) = 0, then the roots are found by setting each factor to zero:px + q = 0andrx + s = 0.- Key Idea: Find two numbers whose product is
acand whose sum isb.
- Key Idea: Find two numbers whose product is
-
Quadratic Formula: This formula works for all quadratic equations.
x = [-b ± sqrt(b² - 4ac)] / 2a- Discriminant (D): The term
b² - 4acis called the discriminant. It tells us about the nature of the roots:- If
D > 0: Two distinct real roots. - If
D = 0: Two equal real roots (a repeated root). - If
D < 0: Two distinct complex (imaginary) roots.
- If
- Discriminant (D): The term
Worked Example 1 (Factorization)
Problem: Solve x² - 7x + 12 = 0
Solution:
- Identify
a=1, b=-7, c=12. - Find two numbers whose product is
ac = 1 * 12 = 12and whose sum isb = -7. These numbers are -3 and -4. - Rewrite the middle term:
x² - 3x - 4x + 12 = 0 - Factor by grouping:
x(x - 3) - 4(x - 3) = 0 - Factor out the common term:
(x - 3)(x - 4) = 0 - Set each factor to zero:
x - 3 = 0orx - 4 = 0 - Roots are
x = 3andx = 4.
Worked Example 2 (Quadratic Formula)
Problem: Solve 2x² + 5x - 3 = 0
Solution:
- Identify
a=2, b=5, c=-3. - Calculate the discriminant
D = b² - 4ac = (5)² - 4(2)(-3) = 25 - (-24) = 25 + 24 = 49. - Since
D = 49 > 0, there are two distinct real roots. - Apply the quadratic formula:
x = [-b ± sqrt(D)] / 2ax = [-5 ± sqrt(49)] / (2 * 2)x = [-5 ± 7] / 4 - Calculate the two roots:
x1 = (-5 + 7) / 4 = 2 / 4 = 1/2x2 = (-5 - 7) / 4 = -12 / 4 = -3 - Roots are
x = 1/2andx = -3.
Shortcuts & Tricks
- Sum and Product of Roots: For
ax² + bx + c = 0, if roots are α and β:- Sum of roots:
α + β = -b/a - Product of roots:
α * β = c/a - Trick: If
a=1, thenx² - (sum)x + (product) = 0. This is very fast fora=1cases.
- Sum of roots:
- Checking Options: In MCQ exams, if the roots are given in options, substitute them into the equation. The option that satisfies the equation is correct. This is often faster than solving from scratch.
- Special Cases for Roots:
- If
a + b + c = 0, then one root is1, and the other root isc/a. - If
a - b + c = 0, then one root is-1, and the other root is-c/a.
- If
Common Mistakes
- Sign Errors: Misplacing negative signs, especially when
borcare negative, is a frequent error in the quadratic formula and factorization. - Incorrect Discriminant Calculation: Forgetting
4acor miscalculatingb²(e.g.,(-3)²becoming-9instead of9). - Dividing by
a: In the quadratic formula, ensure the entire numerator[-b ± sqrt(D)]is divided by2a, not just part of it.
Derivation (Brief)
The quadratic formula can be derived by the method of 'completing the square'. Starting with ax² + bx + c = 0:
- Divide by
a:x² + (b/a)x + (c/a) = 0 - Move constant term:
x² + (b/a)x = -c/a - Complete the square on the left by adding
(b/2a)²to both sides:x² + (b/a)x + (b/2a)² = -c/a + (b/2a)² - Factor the left side and simplify the right:
(x + b/2a)² = (b² - 4ac) / 4a² - Take the square root of both sides:
x + b/2a = ±sqrt(b² - 4ac) / 2a - Isolate
x:x = -b/2a ± sqrt(b² - 4ac) / 2a - Combine terms:
x = [-b ± sqrt(b² - 4ac)] / 2a
Advanced Examples
Problem: Solve (x+2)² - 5(x+2) + 6 = 0
Solution:
- This is an equation reducible to quadratic form. Let
y = x+2. - Substitute
yinto the equation:y² - 5y + 6 = 0 - Factorize:
(y - 2)(y - 3) = 0 - Roots for
yarey = 2andy = 3. - Substitute back
x+2fory:x+2 = 2=>x = 0x+2 = 3=>x = 1
- Roots are
x = 0andx = 1.
Variation Types
- Equations with fractions: E.g.,
x + 1/x = 5. Multiply byxto getx² + 1 = 5x, which rearranges tox² - 5x + 1 = 0. - Equations with higher powers reducible to quadratic: E.g.,
x⁴ - 5x² + 4 = 0. Lety = x². Theny² - 5y + 4 = 0. Solve fory, then findxfromx = ±sqrt(y).
Time-Saving Methods
- Quick Factorization for
a=1: Forx² + bx + c = 0, directly look for two numbersp, qsuch thatp+q=bandp*q=c. The roots are-pand-q. (Note: Ifx² - (p+q)x + pq = 0, roots arep, q). Be careful with signs.- Example:
x² - 5x + 6 = 0. Numbers are -2, -3. Sox = 2, 3.
- Example:
- Nature of Roots First: Before solving, quickly calculate
D = b² - 4ac. IfD < 0, you know there are no real roots, which can save time if the question asks for real roots or if options only contain real numbers. - Relationship between roots and coefficients: If a question asks for
α² + β²or1/α + 1/β, useα + β = -b/aandαβ = c/a.α² + β² = (α + β)² - 2αβ1/α + 1/β = (α + β) / αβThis avoids calculating individual roots first.
Factorization splits quadratic expressions into simpler linear factors, crucial for quickly finding roots. Master middle term splitting for SSC CGL speed and accuracy.
Factorization of quadratic expressions, typically in the form ax² + bx + c, is a fundamental skill for SSC CGL. It allows you to break down a complex expression into a product of simpler linear factors, making it easy to find the roots (values of x that make the expression zero) using the zero-product rule.
Core Formula
The primary method for factorization is Middle Term Splitting. For a quadratic expression ax² + bx + c:
- Find the product
ac. - Find two numbers, say
pandq, such thatp × q = acandp + q = b. - Rewrite the middle term
bxaspx + qx. - Group the terms and factor out common monomials.
Worked Example 1
Factorize: x² + 7x + 12
- Here,
a=1,b=7,c=12. Productac = 1 × 12 = 12. - We need two numbers that multiply to 12 and add to 7. These are 3 and 4 (
3 × 4 = 12,3 + 4 = 7). - Rewrite
7xas3x + 4x:x² + 3x + 4x + 12 - Group and factor:
x(x + 3) + 4(x + 3)(x + 3)(x + 4)
Worked Example 2
Factorize: 3x² - 10x + 8
- Here,
a=3,b=-10,c=8. Productac = 3 × 8 = 24. - We need two numbers that multiply to 24 and add to -10. These are -6 and -4 (
(-6) × (-4) = 24,(-6) + (-4) = -10). - Rewrite
-10xas-6x - 4x:3x² - 6x - 4x + 8 - Group and factor:
3x(x - 2) - 4(x - 2)(3x - 4)(x - 2)
Shortcuts & Tricks
- For
x² + bx + c(when a=1): Directly find two numbers that multiply tocand add tob. If these numbers arepandq, the factors are(x+p)(x+q). This is the fastest method. - Option Elimination: If multiple-choice options are given, substitute the roots from the options back into the original equation. The option that makes the expression zero is correct. This can be faster than full factorization for complex expressions.
- Difference of Squares: Recognize
a² - b² = (a - b)(a + b)instantly. E.g.,x² - 25 = (x - 5)(x + 5).
Common Mistakes
- Sign Errors: Incorrectly handling positive/negative signs when finding
pandqforacandb. Always double-checkp × q = acandp + q = bwith signs. - Incorrect Grouping: After splitting the middle term, students sometimes group terms incorrectly or fail to factor out the common binomial term.
- Forgetting Common Factors: Always check if there's a common factor in all terms of the quadratic expression before applying middle term splitting. E.g.,
2x² + 10x + 12should first be2(x² + 5x + 6).
Derivation (brief)
Factorization relies on the Zero Product Rule: If the product of two or more factors is zero, then at least one of the factors must be zero. When we factorize ax² + bx + c = 0 into (dx + e)(fx + g) = 0, we can then set each factor to zero: dx + e = 0 or fx + g = 0, which directly gives us the roots x = -e/d and x = -g/f. The middle term splitting method essentially reverses the FOIL (First, Outer, Inner, Last) multiplication process used to expand (dx + e)(fx + g).
Advanced Examples
1. Factorize: 6x² + 5x - 6
a=6, b=5, c=-6. Productac = 6 × (-6) = -36.- Need two numbers that multiply to -36 and add to 5. These are 9 and -4.
6x² + 9x - 4x - 63x(2x + 3) - 2(2x + 3)(3x - 2)(2x + 3)
2. Factorize: 4x² - 12x + 9 (Recognize as a perfect square)
- This is of the form
(Ax - B)² = A²x² - 2ABx + B². - Here,
A² = 4, soA = 2.B² = 9, soB = 3. - Check middle term:
-2ABx = -2(2)(3)x = -12x. This matches. - So,
(2x - 3)²or(2x - 3)(2x - 3).
Variation Types
- Difference of Squares:
x² - y² = (x - y)(x + y). Very common. E.g.,49x² - 81 = (7x - 9)(7x + 9). - Perfect Square Trinomials:
a² + 2ab + b² = (a + b)²anda² - 2ab + b² = (a - b)². Recognizing these saves significant time. - Common Monomial Factors: Always look for a common factor first. E.g.,
5x³ - 20xcan be factored as5x(x² - 4), then5x(x - 2)(x + 2). This simplifies the quadratic part before applying other methods.
Time-Saving Methods
- Reverse Check with Options: For problems asking for factors or roots, if options are provided, pick an option and multiply the factors or substitute the roots into the original equation. This is often the quickest way to verify the correct answer, especially for complex coefficients.
- Mental Math for
a=1: Practice finding factors ofcthat sum tobmentally. This is a huge time-saver forx² + bx + ctype problems. - Pattern Recognition: Train your eye to spot difference of squares and perfect square trinomials immediately. This avoids the longer middle term splitting process for these specific types.
Master quadratic roots and nature using discriminant (D=b²-4ac). D>0 (real, distinct), D=0 (real, equal), D<0 (complex). Quickly find sum (-b/a) and product (c/a) of roots for exam speed.
Core Formulas
For a standard quadratic equation ax² + bx + c = 0 (where a ≠ 0):
-
Discriminant (D): The discriminant determines the nature of the roots.
D = b² - 4ac -
Nature of Roots:
- If
D > 0: Roots are Real and Distinct (different).- If
Dis a perfect square, roots are Rational. - If
Dis not a perfect square, roots are Irrational.
- If
- If
D = 0: Roots are Real and Equal (identical). Each root is-b/2a. - If
D < 0: Roots are Imaginary/Complex and Distinct (conjugate pairs).
- If
-
Sum of Roots (α + β): If α and β are the roots, their sum is:
α + β = -b/a -
Product of Roots (αβ): The product of the roots is:
αβ = c/a -
Forming a Quadratic Equation: If roots α and β are given, the equation is:
x² - (α + β)x + αβ = 0
Worked Example 1
Q: For the equation 3x² - 7x + 2 = 0, find the nature of its roots, their sum, and their product.
Solution:
Here, a = 3, b = -7, c = 2.
- Discriminant (D):
D = b² - 4ac = (-7)² - 4(3)(2) = 49 - 24 = 25 - Nature of Roots: Since
D = 25 > 0and25is a perfect square, the roots are Real, Distinct, and Rational. - Sum of Roots:
α + β = -b/a = -(-7)/3 = 7/3 - Product of Roots:
αβ = c/a = 2/3
Worked Example 2
Q: Find the value of k for which the roots of the equation x² + (k-2)x + 9 = 0 are equal.
Solution:
For roots to be equal, the discriminant D must be 0.
Here, a = 1, b = (k-2), c = 9.
D = b² - 4ac = 0
(k-2)² - 4(1)(9) = 0
(k-2)² - 36 = 0
(k-2)² = 36
k-2 = ±√36
k-2 = ±6
Two possibilities:
k-2 = 6=>k = 8k-2 = -6=>k = -4Thus,k = 8ork = -4.
Shortcuts & Tricks
- Quick Check for Rational Roots: If
Dis a perfect square, roots are rational. This saves time from actually calculating the roots. - Sum/Product for Symmetric Expressions: If asked for
α² + β²or1/α + 1/β, useα + βandαβdirectly. For example,α² + β² = (α + β)² - 2αβ. - Coefficient Sum: If
a + b + c = 0, then one root is1and the other isc/a. (e.g.,x² - 5x + 4 = 0->1 - 5 + 4 = 0, so roots are1and4/1 = 4). - Coefficient Alternating Sum: If
a - b + c = 0, then one root is-1and the other is-c/a. (e.g.,x² + 5x + 4 = 0->1 - 5 + 4 = 0, so roots are-1and-4/1 = -4).
Common Mistakes
- Sign Errors in Discriminant: Forgetting that
borccan be negative, leading to incorrectb² - 4accalculation. Always use parentheses:(-b)². - Confusing Sum and Product Formulas: Mixing up
-b/aandc/a. Remember sum has the negative sign. - Misinterpreting
D=0: Students sometimes confuseD=0(equal roots) withD>0(distinct roots). Equal roots mean only one unique solution value, repeated twice.
Derivation (brief)
The quadratic formula, which gives the roots of ax² + bx + c = 0 as x = [-b ± √(b² - 4ac)] / 2a, is derived by the method of completing the square. The term b² - 4ac under the square root is the discriminant. Its value dictates whether the square root yields a real number (if non-negative) or an imaginary number (if negative), thus determining the nature of the roots.
Advanced Examples
Q: If one root of 2x² - 8x + k = 0 is three times the other, find the value of k.
Solution:
Let the roots be α and 3α.
From the equation, a=2, b=-8, c=k.
Sum of roots: α + 3α = -b/a => 4α = -(-8)/2 => 4α = 4 => α = 1.
Product of roots: α * 3α = c/a => 3α² = k/2.
Substitute α = 1: 3(1)² = k/2 => 3 = k/2 => k = 6.
Q: If the roots of px² + qx + r = 0 are reciprocal to each other, what is the relation between p, q, and r?
Solution:
Let the roots be α and 1/α.
Product of roots: α * (1/α) = c/a
1 = r/p
So, p = r.
Variation Types
- Equations Reducible to Quadratic Form: Equations like
x⁴ - 5x² + 4 = 0can be solved by substitutingy = x², transforming it intoy² - 5y + 4 = 0. - Common Roots: Problems involving two quadratic equations having one or both roots in common. For one common root, use the condition that the root satisfies both equations.
- Transformation of Roots: If
α, βare roots ofax² + bx + c = 0, find an equation whose roots areα+k, β+kor1/α, 1/β, etc. Use sum and product of new roots inx² - (Sum)x + (Product) = 0.
Time-Saving Methods
- Vieta's Formulas: The sum and product of roots are direct applications of Vieta's formulas. For higher-degree polynomials, these formulas extend to sums of roots taken
nat a time. - Graphical Interpretation: A quadratic equation
ax² + bx + c = 0represents a parabola. The roots are the x-intercepts. IfD>0, it crosses the x-axis at two points. IfD=0, it touches the x-axis at one point. IfD<0, it doesn't intersect the x-axis. - Trial and Error for Integer Roots: For simple equations, if
c/ahas few factors, try substituting them to quickly find integer roots before resorting to the formula.
The nature of roots depends on the Discriminant (D = b² - 4ac). If D is greater than zero, the roots are real and different. If D is equal to zero, the roots are real and exactly the same. If D is less than zero, the roots are not real (imaginary).
The nature of roots depends on the Discriminant (D = b² - 4ac). If D is greater than zero, the roots are real and different. If D is equal to zero, the roots are real and exactly the same. If D is less than zero, the roots are not real (imaginary). For example, in x² - 6x + 9 = 0, D is (36 - 36) = 0. Thus, both roots are the same (3 and 3).
You can find the sum and product of roots without solving the whole equation. Let the roots be α and β. The sum (α + β) is -b/a. The product (αβ) is c/a. This is very useful for verifying your answers or solving 'value of k' questions.
You can find the sum and product of roots without solving the whole equation. Let the roots be α and β. The sum (α + β) is -b/a. The product (αβ) is c/a. This is very useful for verifying your answers or solving 'value of k' questions. Example: In 2x² - 8x + 6 = 0, the sum of roots is -(-8)/2 = 4, and the product is 6/2 = 3.
When you cannot break the equation into simple factors, use the universal Quadratic Formula. It calculates the two values of x directly using the coefficients a, b, and c. The 'plus-minus' sign in the formula creates the two distinct roots.
When you cannot break the equation into simple factors, use the universal Quadratic Formula. It calculates the two values of x directly using the coefficients a, b, and c. The 'plus-minus' sign in the formula creates the two distinct roots. For example, in x² - 5x + 6 = 0, using the formula gives x = 3 and x = 2.
Ready to practice? Start an interactive lesson.
Start Lesson: Comparing Roots