Subjects algebra

Quadratic Equation 7C98C1

Step-by-step solutions with LaTeX - clean, fast, and student-friendly.

Use the AI math solver

1. **State the problem:** Solve the equation $$25(x + 2)^2 = (x - 7)^2 - 81$$ for $x$. 2. **Rewrite the equation:** Expand both sides. Left side: $$25(x + 2)^2 = 25(x^2 + 4x + 4) = 25x^2 + 100x + 100$$ Right side: $$(x - 7)^2 - 81 = (x^2 - 14x + 49) - 81 = x^2 - 14x - 32$$ 3. **Set the equation:** $$25x^2 + 100x + 100 = x^2 - 14x - 32$$ 4. **Bring all terms to one side:** $$25x^2 + 100x + 100 - x^2 + 14x + 32 = 0$$ Simplify: $$24x^2 + 114x + 132 = 0$$ 5. **Simplify the equation by dividing by 6:** $$\cancel{6}4x^2 + \cancel{6}19x + \cancel{6}22 = 0$$ So, $$4x^2 + 19x + 22 = 0$$ 6. **Use the quadratic formula:** $$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$ where $a=4$, $b=19$, $c=22$. Calculate the discriminant: $$\Delta = 19^2 - 4 \times 4 \times 22 = 361 - 352 = 9$$ 7. **Calculate the roots:** $$x = \frac{-19 \pm \sqrt{9}}{2 \times 4} = \frac{-19 \pm 3}{8}$$ So, $$x_1 = \frac{-19 + 3}{8} = \frac{-16}{8} = -2$$ $$x_2 = \frac{-19 - 3}{8} = \frac{-22}{8} = -\frac{11}{4}$$ 8. **Final answer:** $$x = -2 \quad \text{or} \quad x = -\frac{11}{4}$$