Let's start by recalling how to solve equations that contain a variable that is squared and equal to a non-negative number. These types of equations have two solutions.
x^2=a ⇒ x=± sqrt(a)
This is because both (sqrt(a))^2 and (- sqrt(a))^2 are equal to a. Let's think of a more concrete example.
sqrt(9)=±3 because
3^2=9 and (-3)^2=9
With this in mind, let's solve the given equation.
First, we need to isolate the variable term on one side of the equation. To do so, we will first evaluate the power using inverse operations.