How do you find all the zeros of #f(x)=x^4+6x^3+14x^2+54x+45#?
1 Answer
Aug 8, 2016
Explanation:
#f(x) = x^4+6x^3+14x^2+54x+45#
First note that:
#f(-1) = 1-6+14-54+45 = 0#
So
#x^4+6x^3+14x^2+54x+45 = (x+1)(x^3+5x^2+9x+45)#
Looking at the remaining cubic, note that the ratio between 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+5x^2+9x+45#
#=(x^3+5x^2)+(9x+45)#
#=x^2(x+5)+9(x+5)#
#=(x^2+9)(x+5)#
Hence zeros