document.write( "Question 45032This question is from textbook
\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( "I have X^3 + 3X^2 + X + 3. \r
\n" );
document.write( "\n" );
document.write( "Is this correct. Thank you. \n" );
document.write( "
Algebra.Com's Answer #29865 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! (x - 1)(x - 1)(x - 3) \n" ); document.write( "(x^2 - 2x + 1)(x - 3) \n" ); document.write( "x^3 - 2x^2 + x - 3x^2 + 6x - 3 \n" ); document.write( "x^3 - 5x^2 + 7x - 3 = f(x) \n" ); document.write( " |