document.write( "Question 1094007: Find a polynomial function of degree 3 with real coefficients that has the given zeros.
\n" );
document.write( "-1, 2, -4 \n" );
document.write( "
Algebra.Com's Answer #708675 by ikleyn(52782)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "The simplest polynomial of degree 3 with these zeroes is\r\n" ); document.write( "\r\n" ); document.write( " p(x) = (x-(-1))*(x-2)*(x-(-4)) = (x+1)*(x-2)*(x+4).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "A GENERAL polynomial of degree 3 with these zeroes is\r\n" ); document.write( "\r\n" ); document.write( " P(x) = a*(x+1)*(x-2)*(x+4),\r\n" ); document.write( "\r\n" ); document.write( "where \"a\" is any real coefficient (different from 0).\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |