Difference Squares 1E8Cc7
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 means the expression factors into two binomials, one subtracting 3 and the other adding 3.
6. This factorization is useful for solving equations or simplifying expressions involving $x^2 - 9$.