Descartes Rule of Signs says:
a) The maximum number of positive roots that a polynomial can have is equal to the number of sign changes (+ to - and - to +) between the terms of the polynomial f(x)
b) The maximum number of negative roots that a polynomial can have is equal to the number of sign changes (+ to - and - to +) between the terms of the polynomial f(-x).
f(a) = a5-4a2-7 --> One sign change (between +a5 and -4a2), so there is a maximum of 1 positive root.
f(-a) = (-a)5-4(-a)2-7 = -a5-4a2-7 --> No sign changes, so there are no negative roots
f(x) = 3x3+9x2+8x --> No sign changes, so no positive roots
f(-x) = 3(-x)3+9(-x)2+8(-x) = -3x3+9x2-8x --> Two sign changes, so max of 2 negative roots
-----
How do I use the factor theorem to determine whether (x-3) is a factor of f(x) = x^4 + 12x^3 + 6x + 27
Divide f(x) by (x-3) using regular or synthetic polynomial division. If there is no remainder, then (x-3) is a factor of f(x).