122k views
5 votes
Which of these polynomial equations is of least degree and has -1, 2, and 4 as three of its roots?

A) 5x^2 + 2x + 8 = 0
B) (x + 2)(x - 1)(x + 4) = 0
C) x^3 - 5x2 + 2x + 8 = 0
D) x^4 - x^3 - 5x^2 + 2x + 8 = 0

2 Answers

3 votes
If it has the roots -1,2, and 4 it is:

(x+1)(x-2)(x-4)

(x^2-x-2)(x-4)

x^3-4x^2-x^2+4x-2x+8

x^3-5x^2_2x+8

Only C is equal to the equation with the roots provided and it is of degree 3
User MNSH
by
8.0k points
4 votes

Answer:

Option C)
x^3-5x^2+2x+8=0

Explanation:

We're going to analyse every option,

A)
5x^2+2x+8=0

Observation: The degree of a polynomial is the value of the greatest exponent that can be found in all terms (after they have been simplified).

Then the degree of this polynomial is 2.

Now to find the roots of this polynomial we are going to use Bhaskara's Formula. The roots are the numbers that cause the polynomial to evaluate to zero.

Observation: Bhaskara's Formula can be applied in equations of the form
ax^2+bx+c=0 where a, b and c are coefficients. The formula is:


x_(1)= \frac{-b+\sqrt{b^(2)-4ac} }{2a}

and


x_(2)= \frac{-b-\sqrt{b^(2)-4ac} }{2a}

This formula has two solutions. Then the polynomial has two roots.

Now applying the formula:


5x^2+2x+8=0

a=5

b=2

c=8


x_(1)= \frac{-2+\sqrt{2^(2)-4.5.8} }{2.5}=(-2+√((-156)) )/(10)


x_(2)= \frac{-2-\sqrt{2^(2)-4.5.8} }{2.5}=(-2-√((-156)) )/(10)

As you can see we have in
x_(1) and in
x_(2)
√((-156))

This means that the roots are conjugate complex numbers. The polynomial doesn't have real solutions.

Then this option is not the correct answer.

B)
(x + 2)(x - 1)(x + 4) = 0

This polynomial is factored, then we already now the roots:

We have:


(x_(0)+2)=0 \\ x_(0)=(-2)\\ (x_(1)-1)=0\\ x_(1)=1\\ (x_(2)+4)=0\\ x_(2)=(-4)

This is because the Multiplication Property of Zero. The roots of this polynomial are:


x_(0)=(-2)\\ x_(1)=1\\  x_(2)=(-4)

Now we need to know the degree of this polynomial. We have to resolve it by distributive multiplication.

First:
(x+2)(x-1)=x^2-x+2x-2=x^2+x-2

Then,


(x + 2)(x - 1)(x + 4) = (x^2+x-2)(x+4)=\\ =x^3+4x^2+x^2+4x-2x-8\\=x^3+5x^2+2x-8


x^3+5x^2+2x-8=0

The degree of this polynomial is 3.

Then this is not the correct answer.

C)
x^3 - 5x^2 + 2x + 8 = 0

The degree of this polynomial is 3.

To find the roots of this polynomial we have to factorize. First we're going to use the Rational root theorem.


a_(0)=8\\ a_(n)=1

The divisors of
a_(0): 1, 2, 4, 8 and the divisors of
a_(n): 1

Then,
\pm (1,2,4,8)/(1),
-(1)/(1) is the root of the expression.


x^3 - 5x^2 + 2x + 8 = (x+1)(x^3 - 5x^2 + 2x + 8)/(x+1)


(x^3 - 5x^2 + 2x + 8)/(x+1)=\\x^2+(-6x^2+2x+8)/(x+1) =\\x^2-6x+(8x+8)/(x+1) =x^2-6x+8

We're going to apply Bhaskara's Formula to the term
x^2-6x+8


x_(1)= \frac{6+\sqrt{(-6)^(2)-4.1.8} }{2.1}=(6+√((4)) )/(2)


x_(1)=4


x_(2)= \frac{6-\sqrt{(-6)^(2)-4.1.8} }{2.1}=(6-√((4)) )/(2)


x_(2)=2

Then the polynomial can be express in this way:


x^3 - 5x^2 + 2x + 8 = (x+1)(x-2)(x-4)


(x+1)(x-2)(x-4)=0

The roots of the polynomial are:
x_(0)=(-1)\\ x_(1)=2\\ x_(2)=(4)

Then this is the correct answer.

D)
x^4 - x^3 - 5x^2 + 2x + 8 = 0

The degree of this polynomial is 4.

We're going to use the Rational root theorem.


a_(0)=8\\ a_(n)=1

The divisors of
a_(0): 1, 2, 4, 8 and the divisors of
a_(n): 1

Then,
\pm (1,2,4,8)/(1),
+(2)/(1) is the root of the expression.


x^4 - x^3 - 5x^2 + 2x + 8 =(x-2)(x^3+x^2-3x-4)

And the expression
x^3+x^2-3x-4 can't be factorized then we can't find the roots of the polynomial.

User Hbrerkere
by
7.1k points