document.write( "Question 65545: I was told to find all roots of the polynomial x^3-x^2+16x-16.\r
\n" );
document.write( "\n" );
document.write( "Is it 1,4,-4? -1,4,-4? or do I add an \"i\" in any of them? \n" );
document.write( "
Algebra.Com's Answer #46097 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I was told to find all roots of the polynomial x^3-x^2+16x-16. \n" ); document.write( "---------- \n" ); document.write( "The coefficients add up to zero, so x=1 is a root. \n" ); document.write( "Then using synthetic division you find: \n" ); document.write( "1)....1....-1....16....-16 \n" ); document.write( ".......1.....0.....16.| 0 \n" ); document.write( "Quotient: x^2+16 \n" ); document.write( "Remainder: 0 \n" ); document.write( "--------------- \n" ); document.write( "Now you knowf(x)=(x-1)(x^2+16) \n" ); document.write( "-------- \n" ); document.write( "But x^2+16 = (x+4i)(x-4i) \n" ); document.write( "-------- \n" ); document.write( "So the final answer is \n" ); document.write( "f(x)=(x-1)(x-4i)(x+4i) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |