document.write( "Question 54411This question is from textbook algebra and trigonometry
\n" );
document.write( ": PLEASE HELP ME WITH THIS PROBLEM :
\n" );
document.write( "Find a polynominal with leading coefficient 1 and degree 3 that has -1, 1, and 3 as roots.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #36661 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Root Determination: (x - root) \n" ); document.write( "Root of -1 ~> (x + 1) \n" ); document.write( "Root of 1 ~> (x - 1) \n" ); document.write( "Root of 3 ~> (x - 3) \n" ); document.write( "(x + 1)(x - 1)(x - 3) \n" ); document.write( "(x^2 - 1)(x - 3) \n" ); document.write( "x^3 - x - 3x^2 + 3 \n" ); document.write( "f(x) = x^3 - 3x^2 - x + 3 \n" ); document.write( " |