140k views
0 votes
Which two values of x are roots of the polynomial below?

x^2 + 5x + 9

2 Answers

5 votes

x^2+5x+9

The polynomial cannot be factored with rational numbers due to b being 5. You can factor it if b is equal to 6.

None
User CharlesA
by
8.5k points
5 votes
They are not real.
b^2 - 4ac =
b = 5
a = 1
c = 9
5^2 - 4(1)(9)
25 - 36
- 11
The quadratic formula is
x = (- b) +/- sqrt(b^2 - 4ac)
. . . . .==============
. . . . . . . . . . 2(a)
x = ( (- 5 +/- sqrt(-11) ) / 2
x = ( - 2.5 +/- sqrt(11) i / 2

User Gunnar Karlsson
by
7.8k points