document.write( "Question 940331: What is a polynomial function of the least degree that has the following roots, x=2, -1, 3 \n" ); document.write( "
Algebra.Com's Answer #573116 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"f%28x%29=%28x-2%29%28x%2B1%29%28x-3%29\"
\n" ); document.write( "\"f%28x%29=%28x%5E2-x-2%29%28x-3%29\"
\n" ); document.write( "\"f%28x%29=%28x%5E3-x%5E2-2x%29-3%28x%5E2-x-2%29\"
\n" ); document.write( "\"f%28x%29=x%5E3-x%5E2-2x-3x%5E2%2B3x%2B6\"
\n" ); document.write( "\"f%28x%29=x%5E3-4x%5E2%2Bx%2B6\"
\n" ); document.write( "
\n" );