document.write( "Question 62791: find a polynomial with leading coefficent 1 and degree 3 that has -1,11, and 3 as roots \n" ); document.write( "
Algebra.Com's Answer #43774 by funmath(2933)\"\" \"About 
You can put this solution on YOUR website!
find a polynomial with leading coefficent 1 and degree 3 that has -1,11, and 3 as roots
\n" ); document.write( "If x=-1 --> x+1=0
\n" ); document.write( "If x=11 --> x-11=0
\n" ); document.write( "If x=3 --> x-3=0
\n" ); document.write( "leading coefficient=1
\n" ); document.write( "\"f%28x%29=1%28x%2B1%29%28x-11%29%28x-3%29\"
\n" ); document.write( "\"f%28x%29=%28x%2B1%29%28x%5E2-3x-11x%2B33%29\"
\n" ); document.write( "\"f%28x%29=%28x%2B1%29%28x%5E2-14x%2B33%29\"
\n" ); document.write( "\"f%28x%29=x%28x%5E2-14x%2B33%29%2B1%28x%5E2-14x%2B33%29\"
\n" ); document.write( "\"f%28x%29=x%5E3-14x%5E2%2B33x%2Bx%5E2-14x%2B33\"
\n" ); document.write( "\"highlight%28f%28x%29=x%5E3-13x%5E2%2B19x%2B33%29\"
\n" ); document.write( "Happy Calculating!!!
\n" ); document.write( "
\n" );