SOLUTION: How do I find all rational roots of equation; x^4+16x^3+96x^2+256x+256

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: How do I find all rational roots of equation; x^4+16x^3+96x^2+256x+256      Log On


   



Question 242621: How do I find all rational roots of equation;
x^4+16x^3+96x^2+256x+256

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
x%5E4%2B16x%5E3%2B96x%5E2%2B256x%2B256
is not an equation. I assume it is supposed to be:
x%5E4%2B16x%5E3%2B96x%5E2%2B256x%2B256+=+0

To find the roots we will need to factor the left side. The expression on the left side:
  • Does not have a GCF (other than 1).
  • Does not fit any of the factoring patterns.
  • Is not a trinomial
  • Has an odd number of terms so it does not look like factoring by grouping will be possible.

So it looks like the only way to factor this is by trial and error of the possible rational roots.

There may be a lot of factors of 256. But two things will help shorten the process:
  • Since all the coefficients are positive, we cannot have any positive roots. After all, raising a positive number to a power and then multiplying it by a positive you will always get a positive. And if we add nothing but positive numbers, how can we get zero. So we know that we only need to try negative numbers. This cuts the number of possible roots in half.
  • 256 is a power of 2. So all its possible factors are also powers of 2.

So we are going to see if any negative powers of 2 are rational roots. We will do this using Synthetic Division:
-2 |  1   16   96   256   256
----      -2  -28  -136  -240
     ------------------------
      1   14   68   120   -16
Nope.

-4 |  1   16   96   256   256
----      -4  -48  -192  -256
     ------------------------
      1   12   48    64     0

Yes. So now we have:
%28x%2B4%29%28x%5E3+%2B+12x+%2B+48+%2B+64%29+=+0
We need to keep looking. -2 did not work earlier. I cannot work now either. But -4 might work again (on (x^3 + 12x + 48 + 64)}}}:
-4 |  1   12   48    64
----      -4  -32   -64
     ------------------------
      1    8   16     0

Yes, again! So no we have:
%28x%2B4%29%28x%2B4%29%28x%5E2+%2B+8x+%2B+16%29+=+0
Since %28x%5E2+%2B+8x+%2B+16%29 is a trinomial we can use either trinomial factoring or patterns to factor this into:
%28x%2B4%29%28x%2B4%29%28x%2B4%29%28x%2B4%29+=+0
or
%28x%2B4%29%5E4+=+0
So there is one root (of multiplicity 4): -4.