SOLUTION: Hello! What are all the rational zeros of the function? f(x) = 2x^4 – 13x^3 + 12x^2 + 52x – 80 Thank you!

Algebra ->  Equations -> SOLUTION: Hello! What are all the rational zeros of the function? f(x) = 2x^4 – 13x^3 + 12x^2 + 52x – 80 Thank you!      Log On


   



Question 977187: Hello!
What are all the rational zeros of the function?
f(x) = 2x^4 – 13x^3 + 12x^2 + 52x – 80
Thank you!

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
What are all the rational zeros of the function?
f(x) = 2x^4 – 13x^3 + 12x^2 + 52x – 80
It's in descending order, so look at the numbers on both ends,
the 80 on the far right and the 2 on the far left.  Ignore signs
for now. 

All the factors of 80 are 1,2,4,5,8,10,16,20,40,80.

All the factors of 2 are 1 and 2.

Make all possible fractions with a numerator as a factor of 80 and
a denominator as a factor of 2.  Some of the fractions will reduce
and become duplicates.

1%2F1,1%2F2,2%2F1,2%2F2,4%2F1,4%2F2,5%2F1,5%2F2,8%2F1,8%2F2,10%2F1,10%2F2,16%2F1,16%2F2,20%2F1,20%2F2,40%2F1,40%2F2,80%2F1,80%2F2

Then we reduce the ones that will reduce and toss out the duplicates:

1,1%2F2,2,4,5,5%2F2,8,10,16,20,40,80,40

Finally we put a  before every one because they could be either positive or
negative.

%22%22+%2B-++1,%22%22+%2B-++1%2F2,%22%22+%2B-++2,%22%22+%2B-++4,%22%22+%2B-++5,%22%22+%2B-++5%2F2,%22%22+%2B-++8,%22%22+%2B-++10,%22%22+%2B-++16,%22%22+%2B-++20,%22%22+%2B-++40,%22%22+%2B-++80,%22%22+%2B-++40

Now we have to use trial and error to find one of those, if there are any, that
will prove to be a rational zero.  We try 1, the easiest one:

1 | 2 -13  12 52 -80
  |     2 -11  1  53 
    2 -11   1 53 -27

So 1 is not a zero, because we get -27 remainder instead of 0


So we try the next easiest one, 2

2 | 2 -13  12  52 -80
  |     4 -18 -12  80 
    2  -9  -6  40   0

So 2 is a zero, and now we have factored f(x) as

f(x) = (x-2)(2x³-9x²-6x+40) 

Now we try the next easiest one, -1.  But we don't try it in the original
polynomial.  Instead we try it in the cubic factor 2x³-9x²-6x+40 that we
got from the synthetic division.


-1 | 2  -9  -6  40
   |    -2  11  -5   
     2 -11   5  35

So -1 is not a zero,


Now we try the next easiest one, -2

-2 | 2  -9  -6  40
   |    -4  26 -40   
     2 -13  20   0

So -2 is a zero, and now we have factored f(x) as

f(x) = (x-2)(x+2)(2x²-13x+20) 

We can now use regular factor methods to factor 2x²-13x+20
as (x-4)(x-5), and now we have factored the polynomial 
completely:

f(x) = (x-2)(x+2)(x-4)(2x-5)

The zeros all rational are found by setting each = 0 and solving.


x-2=0;  x+2=0;  x-4=0;  2x-5=0
  x=2;    x=-2;   x=4     2x=5
                           x=5%2F2

Rational zeros: 2, -2, 4, and 5/2

Edwin



Edwin