Factor Difference Squares A20E61
1. The problem is to factor the expression $x^2 - 9$.
2. Recognize that this is a difference of squares, which follows the formula $a^2 - b^2 = (a - b)(a + b)$.
3. Here, $a = x$ and $b = 3$ because $9 = 3^2$.
4. Applying the formula, we get:
$$x^2 - 9 = (x - 3)(x + 3)$$
5. This is the fully factored form of the expression.
6. So, the factorization of $x^2 - 9$ is $(x - 3)(x + 3)$.