since f(x) = x^4+x^2-12, then replace x with -sqrt(3) to get:
f(-sqrt(3)) = (-sqrt(3))^4 + (-sqrt(3))^2 - 12.
evaluate this equation to get f(-sqrt(3)) = 0.
if f(a) is equal to 0, then a is a root and (x-a) is a factor.
you can also solve this graphically by graphing the equation of y = x^4 + x^2 - 12.
your graph will look like this:
the graph shows that the roots of the equation are plus and minus 1.732.
sqrt(3) is equal to 1.732050808.
plus and minus 1.732 are just rounded versions of plus and minus sqrt(3).
the factors of x^4 + x^2 - 12 are (x^2 + 4) * (x^2 - 3).
set these factors to 0 and solve for x to get:
x^2 + 4 = 0
subtract 4 from each side of the equation to get x^2 = -4
take the square root of both sides of this equation to get x = plus or minus sqrt(-4).
those are imaginary roots (also called complex), and therefore don't show up on the graph.
x^2 - 3 = 0
add 3 to both sides of the equation to get x^2 = 3
take the square root of both sides of this equation to get x = plus or minus sqrt(3).
those are real roots, and therefore do show up on the graph.
if you look at the factor of (x^2 - 3), this can be simplified further into (x + sqrt(3)) * (x - sqrt(3)).
that's where the factor of (x + sqrt(3)) came from.