Question
Solving a quadratic equation by factoring and checking roots
Original question: (35) Solve 2x^{2} + 3x - 2 = 0 (a) x = \frac{1}{2} and x = 2 (b) x = \frac{1}{2} and x = -2 (c) x = -\frac{1}{2} and x = 2 (d) x = 1 and x = -2
Expert Verified Solution
Expert intro: This problem tests whether you can factor a quadratic polynomial, set each factor equal to zero, and verify the solution pair against the answer choices.
Detailed walkthrough
Identify the quadratic structure
We want to solve
.
A standard first step is to factor the quadratic into two binomials. Since the leading coefficient is 2 and the constant term is -2, we look for a factorization of the form
.
Factor the expression
Try expanding :
.
That matches exactly, so
.
Solve each factor
Set each factor equal to zero:
So the solution set is
.
Match the answer choice
That corresponds to choice (b).
Common algebra check
A quick verification is useful: multiply the roots back into the factor form, and confirm the signs. The middle term must be positive, so the factors should produce one positive and one negative middle contribution. That is exactly what happens here.
π‘ Pitfall guide
A common mistake is choosing roots that make the signs look convenient without actually factoring the trinomial. Another frequent error is forgetting that the constant term is negative, so the factors must have opposite signs. If you expand a guessed factorization and it does not return , the answer is not correct. Always check by substitution or by re-expansion before selecting the choice.
π Real-world variant
If the equation were changed to , the factoring pattern would no longer give real roots in the same way because the constant term is positive. In that variant, you would test factor pairs of and look for two numbers that add to 3, but none work with the same sign pattern. A similar change like would instead factor as , giving roots and .
π Related terms
factoring quadratics, zero product property, trinomial factorization
FAQ
How do you solve this quadratic equation by factoring?
Factor the quadratic into two binomials, then set each factor equal to zero. For 2x^2 + 3x - 2 = 0, the factorization is (2x - 1)(x + 2) = 0, so the roots are x = 1/2 and x = -2.
Why is the zero product property used for this quadratic?
If a product equals zero, at least one factor must equal zero. That principle lets you solve each linear factor separately after factoring the quadratic, which gives the exact solutions.