I was asked to find the zeros of $y = x^4 + 5x^2 +6$.
I tried to turn this into a quadratic to factor it as follows:
$y = x^4 + 5x^2 +6 = {(x^2)}^2 + 5{(x^2)}^1 + 6$
Put another way:
Let $t = {x^2}$
$y = t^2 + 5t +6$
$y = (t + 6)(t - 1)$
$t =$ {$-6, 1$}
I threw out the -6 solution, but thought that if $t = x^2 = 1$, then $x = 1$.
I can see that when I plug 1 back into the original formula, $1^4 + 5(1^2) + 6 \ne 0$, but I don't know where I went wrong conceptually.
Yes, you can do what you are trying. The only problem is you did not factor it correctly, as the constant term would be $-6$ instead of $+6$