document.write( "Question 65529: Hello! \r
\n" );
document.write( "\n" );
document.write( "Find a polynomial with leading coefficient 1 and degree 3 that has -1,1, and 3 as roots. \r
\n" );
document.write( "\n" );
document.write( "This one seems tough. \n" );
document.write( "
Algebra.Com's Answer #46088 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find a polynomial with leading coefficient 1 and degree 3 that has -1,1, and 3 as roots. \n" ); document.write( "------------- \n" ); document.write( "f(x)=1(x+1)(x-1)(x-3) \n" ); document.write( "f(x)=(x^2-1)(x-3) \n" ); document.write( "f(x)=x^3-3x^2-x+3 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |