Factors of polynomials Flashcards
1
Q
For polynomial f(x), what if f(c)=0?
A
Then x-c is a factor of f(x)
2
Q
For polynomial f(x), what if f(b/a)=0?
A
Then ax-b is a factor of f(x)
3
Q
What if f(x) is divided by x-c?
A
The remainder is f(c)
4
Q
What if f(x) is divided by ax-b?
A
The remainder is f(b/a)
5
Q
What are the possible rational roots for polynomial f(x)=anxn+a(n-1)x(n-1)+…+a1x1+a0?
A
Factors of a0/factors of an
6
Q
If x-5 is a factor of f(x) = 2x3-x2-41x-20 solve f(x) = 0
A
2x3-x2-41x-20 = (x-5)(ax2+bx+c) the coefficient of x3 is 2 therefore a = 2 and the coefficient of x0 is -20 therefore -5c = -20
2x3-x2-41x-20 = (x-5)(2x2+bx+4)
2x3-x2-41x-20 = 2x3</sup+(b-10)x2+(4-5b)x-20
b-10 = 1
b = 9