document.write( "Question 633044: Given the polynomial function f(x), find the rational zeros, then the other zeros (that is, solve the equation f(x) = 0) : f(x) = x^3-4x^2+9x-10 \n" ); document.write( "
Algebra.Com's Answer #398644 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Given the polynomial function f(x), find the rational zeros, then the other zeros (that is, solve the equation f(x) = 0) : f(x) = x^3-4x^2+9x-10 \n" ); document.write( "** \n" ); document.write( "use rational roots theorem to solve:\r \n" ); document.write( "\n" ); document.write( "....0....|.......1........-4..........9.........-10 \n" ); document.write( "....1....|.......1........-3..........6.........-4 \n" ); document.write( "....2....|.......1........-2..........5...........0 (2 is a root or zero) \n" ); document.write( "f(x)=(x-2)(x^2-2x+5)=0 \n" ); document.write( "x-2=0 \n" ); document.write( "x=2 \n" ); document.write( ".. \n" ); document.write( "x^2-2x+5=0 \n" ); document.write( "a=1, b=-2, c=5 \n" ); document.write( "discriminant=b^2-4ac=4-4*1*5<0 \n" ); document.write( ".. \n" ); document.write( "Function has one real root at x=2, and a pair of non-real or imaginary roots \n" ); document.write( " |