document.write( "Question 242621: How do I find all rational roots of equation;
\n" );
document.write( "x^4+16x^3+96x^2+256x+256 \n" );
document.write( "
Algebra.Com's Answer #177609 by jsmallt9(3758) ![]() You can put this solution on YOUR website! \n" ); document.write( "is not an equation. I assume it is supposed to be: \n" ); document.write( " \n" ); document.write( "To find the roots we will need to factor the left side. The expression on the left side:
\n" ); document.write( "So it looks like the only way to factor this is by trial and error of the possible rational roots. \n" ); document.write( "There may be a lot of factors of 256. But two things will help shorten the process:
\n" ); document.write( "So we are going to see if any negative powers of 2 are rational roots. We will do this using Synthetic Division: \n" ); document.write( " \r\n" ); document.write( "-2 | 1 16 96 256 256\r\n" ); document.write( "---- -2 -28 -136 -240\r\n" ); document.write( " ------------------------\r\n" ); document.write( " 1 14 68 120 -16\r\n" ); document.write( "Nope.\r\n" ); document.write( "\r\n" ); document.write( "-4 | 1 16 96 256 256\r\n" ); document.write( "---- -4 -48 -192 -256\r\n" ); document.write( " ------------------------\r\n" ); document.write( " 1 12 48 64 0\r\n" ); document.write( " \n" ); document.write( "Yes. So now we have: \n" ); document.write( " \n" ); document.write( "We need to keep looking. -2 did not work earlier. I cannot work now either. But -4 might work again (on (x^3 + 12x + 48 + 64)}}}: \n" ); document.write( " \r\n" ); document.write( "-4 | 1 12 48 64\r\n" ); document.write( "---- -4 -32 -64\r\n" ); document.write( " ------------------------\r\n" ); document.write( " 1 8 16 0\r\n" ); document.write( " \n" ); document.write( "Yes, again! So no we have: \n" ); document.write( " \n" ); document.write( "Since \n" ); document.write( " \n" ); document.write( "or \n" ); document.write( " \n" ); document.write( "So there is one root (of multiplicity 4): -4. \n" ); document.write( " |