For each equation, choose an efficient method from factoring, the square-root method, completing the square, or the quadratic formula. Methods may repeat.
For every part, state the method, give one structural reason for the choice, show the first method-specific algebraic step, and solve.
a) \((x-4)(x+3)=0\)
b) \(2(x+5)^2=18\)
c) \(x^2+8x=3\)
d) \(3x^2+2x-7=0\)
e) \(2x^2-7x+3=0\)
Hints
- Inspect the displayed structure before doing algebra; the equation's current form is often the strongest clue.
- A method may be the best choice more than once, so do not assign methods by elimination.
- Your structural reason and first step should agree with the method name you choose.
Solution
1. a) Factoring/zero-product is immediate because the equation is already a product equal to zero: \(x-4=0\) or \(x+3=0\). Thus, \(x=4,-3\).
2. b) The square-root method is direct because a squared binomial is isolated after division: \((x+5)^2=9\). Thus, \(x=-2,-8\).
3. c) Completing the square is efficient because the equation is already in the form \(x^2+bx=c\): \(x^2+8x+16=19\), so \((x+4)^2=19\) and \(x=-4\pm\sqrt{19}\).
4. d) The quadratic formula is efficient because the standard-form quadratic has no convenient integer factorization: \(x=\frac{-2\pm\sqrt{2^2-4\cdot3\cdot(-7)}}{6}=\frac{-1\pm\sqrt{22}}{3}\).
5. e) Factoring is efficient: \((2x-1)(x-3)=0\), so \(x=\frac12,3\).
Answer
a) Factoring; already a product equal to zero. First step: \(x-4=0\) or \(x+3=0\). Solutions: \(-3,4\).
b) Square-root method; a squared binomial is isolated after division. First step: \((x+5)^2=9\). Solutions: \(-8,-2\).
c) Completing the square; the equation has form \(x^2+bx=c\). First step: \(x^2+8x+16=19\). Solutions: \(x=-4\pm\sqrt{19}\).
d) Quadratic formula; it is in standard form and has no convenient integer factorization. First step: \(x=\frac{-2\pm\sqrt{2^2-4\cdot3\cdot(-7)}}{2\cdot3}\). Solutions: \(x=\frac{-1\pm\sqrt{22}}{3}\).
e) Factoring; the trinomial factors over the integers. First step: \((2x-1)(x-3)=0\). Solutions: \(\frac12,3\).