Solve $\color{blue}{x^2-16 = 0}$ using factoring.
First we need to factor trinomial $ \color{blue}{ x^2-16 } $ and than we use factored form to solve an equation $ \color{blue}{ x^2-16 = 0} $.
We can see that both terms are perfect squares. $ x^2 = ( 1 x )^2 ~~ \text{and} ~~ 16 = 4 ^2 $
so we can use the difference of squares formula:
$$ a^2 - b^2 = (a - b)(a + b) $$ $$ x^{2}-16 = \left(x+4\right) \left(x-4\right) $$Step 1: Set each factor to zero and solve equations.
$$ \begin{array}{ccc} \begin{aligned} x+4 &= 0 \\ x &= -4 \end{aligned} & ~ & \begin{aligned} x-4 &= 0 \\ x &= 4 \end{aligned} \end{array} $$THE ALTERNATIVE SOLUTION:
Isolate the squared variable term:
$$ x^2 = 16 $$Solve for x:
$$ x_1 = \sqrt { 16 } $$$$ x_2 = -\sqrt { 16 } $$