document.write( "Question 822371: How do I write an equation for a polynomial function F of least degree that has rational coefficients, a leading coefficient of 1, and the given zeros:
\n" );
document.write( "-1,3,4 \n" );
document.write( "
Algebra.Com's Answer #494791 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! (x+1)*(x-3)*(x-4)=0 \n" ); document.write( "x^3-6x^2+5x+12 = 0 \n" ); document.write( " |