Try doin this instead
I agree with the previous posts about treating the quartic (p(x) of degree 4) as quadratic. But instead of using of solving the roots using the quadratic formulae you are better off splitting the middle term or the cross method depending on what you feel comfortable with - I prefer the splitting it lol.
Let u = x^2
Therefore the expression becomes 4u^2-13u +9
now multiply the constant by 4 since that is the leading coeffecient, which gives you 36. Now find two numbers that when added equal -13 and multiplied give 36.
These two numbers are -4 and -9.
Thefore "splitting the middle term", the expression becomes 4u^2 - 4u -9u + 9
Then factorise:
4u(u-1) -9(u-1)
which becomes:
(4u-9)(u-1)
then re-substituing x^2=u
(4x^2-9)(x^2-1)
which becomes:
(2x-3)(2x+3)(x-1)(x+1)
using the difference of two squares.
I hope this is an easier way...
Regards,
Joey