document.write( "Question 54469: I need help in finding the real and imaginary zeros to:
\n" );
document.write( "U(x)= x^4-4x^3+x^2-12x-12
\n" );
document.write( "Am I correct in that the possible zeros would be +-1,+-2,+-3,+-12?
\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #36781 by Nate(3500) ![]() You can put this solution on YOUR website! a = factors of constant \n" ); document.write( "a = 1, 2, 3, 4, 6, 12 \n" ); document.write( "b = factors of leading coefficient \n" ); document.write( "b = 1 \n" ); document.write( "+- a/b = possible zeroes \n" ); document.write( "+-1, +-2, +-3, +-4, +-6, +-12 \n" ); document.write( " |