Today I was given this question on a test:
$x^4 - 20x^3 - 20x^2 + 1500x - 9000 = 0$. Find the value(s) for $x$.
I know how to solve these types of equations. I must record the positive and negative integer factors of the y-intercept or constant term, use guess-and-check to find one factor, and then use synthetic division to factor the equation.
However, there are a very high number of factors for 9000. I know that Descarte's Rule of Signs can help determine whether to consider the positive/negative factors, but even then the number is very high. I guessed and checked as much as I could before realizing I would not be able to solve the question in time.
Is there a quicker way of finding the first x-intercept or zero?
try $$ x^4 - 20 x^3 - 20 x^2 + 1200 x - 16000 $$
with the suggested $x = 10 t,$ then divide the result by $2000,$ we get $$ 5 t^4 - 10 t^3 - t^2 + 6 t -8$$ To write as a difference of squares, we multiply back by 5, $$ 25 t^4 - 50 t^3 - 5t^2 + 30 t -40$$
Next I wrote this as $$ (5 t^2 - 5 t + a)^2 - ( bt +c )^2 $$ and tried, to begin, with integer $(a,b,c)$ and that works. It turned out that one could arrange $b=0$ for this problem.
If that had not worked, I would have hoped for $x$ values of the form $\sqrt{v \pm \sqrt w}, $ by allowing an extra coefficient $d > 0$ in $$ (5 t^2 - 5 t + a)^2 - d( bt +c )^2 $$