How do you find all rational roots for #x^4 - 2x^3 - 8x^2 + 10x + 15 = 0#?
1 Answer
This equation has rational roots
Explanation:
#f(x) = x^4-2x^3-8x^2+10x+15#
By the rational root theorem, any rational zeros of
That means that the only possible rational zeros are:
#+-1, +-3, +-5, +-15#
Trying each in turn, we find:
#f(-1) = 1+2-8-10+15 = 0#
So
#x^4-2x^3-8x^2+10x+15 = (x+1)(x^3-3x^2-5x+15)#
Looking at the remaining cubic, notice that ratio of the first and second terms is the same as that between the third and fourth terms. So this cubic will factor by grouping:
#x^3-3x^2-5x+15#
#=(x^3-3x^2)-(5x-15)#
#=x^2(x-3)-5(x-3)#
#=(x^2-5)(x-3)#
Hence the remaining zeros are