Problem 261: Given the polynomial
list the possible rational roots.
Solution: To find the possible roots of this polynomial we have to consider the possible factors of leading coefficient (call it ) and the constant coefficient (call it ).
That is, the possible factors of 10 are: -10, -1, 1, 10, -2, -5, 2, 5.
The possible factors of -5 are: -1, 5, 1, -5.
The possible roots are given by
Simplifying, the possible roots are
Leave a Reply