document.write( "Question 55834This question is from textbook
\n" );
document.write( ": FIND A POLYNOMIAL WITH LEADING COEFFICIENT 1 AND DEGREE 3 THAT HAS ROOTS -1, 1,3 AS ROOTS \n" );
document.write( "
Algebra.Com's Answer #37937 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! : \n" ); document.write( "FIND A POLYNOMIAL WITH LEADING COEFFICIENT 1 AND DEGREE 3 THAT HAS ROOTS -1, 1,3 AS ROOTS: \n" ); document.write( ": \n" ); document.write( "The 3 factors: (x+1)(x-1)(x-3) \n" ); document.write( ": \n" ); document.write( "the first two are the difference of squares: (x-1)(x+1) = (x^2 - 1) \n" ); document.write( ": \n" ); document.write( "FOIL: (x^2 - 1)(x - 3) = x^3 - 3x^2 - 1x + 3 \n" ); document.write( " |