Completing Square Aa71B5
1. The problem is to solve the quadratic equation $3x^2 + 48x + 117 = 0$ by completing the square.
2. First, divide the entire equation by 3 to simplify it:
$$x^2 + 16x + 39 = 0$$
3. Move the constant term to the right side:
$$x^2 + 16x = -39$$
4. To complete the square, take half of the coefficient of $x$ (which is 16), divide by 2 to get 8, then square it:
$$8^2 = 64$$
5. Add 64 to both sides to keep the equation balanced:
$$x^2 + 16x + 64 = -39 + 64$$
6. The left side is now a perfect square trinomial:
$$(x + 8)^2 = 25$$
7. Taking the square root of both sides gives:
$$x + 8 = \pm 5$$
8. Solving for $x$:
- When $x + 8 = 5$, then $x = -3$
- When $x + 8 = -5$, then $x = -13$
9. The solutions are:
$$x = -3 \text{ or } x = -13$$
This is how the quadratic equation looks in the form of a perfect square: $$(x + 8)^2 = 25$$