document.write( "Question 711966:  I have to write a polynomial Function using these roots 
\n" );
document.write( "-1,-1,1 
\n" );
document.write( "How do I do this?? \n" );
document.write( "
| Algebra.Com's Answer #437775 by jsmallt9(3758)      You can put this solution on YOUR website! In general, a polynomial that has r as a root will have a factor of (x-r). So the polynomial we are looking for will have factors of: \n" ); document.write( " \n" ); document.write( "which simplifies to: \n" ); document.write( " \n" ); document.write( "Now all we have to is multiply this out. We can take advantage of the \n" ); document.write( " \n" ); document.write( "which simplifies to: \n" ); document.write( " \n" ); document.write( "Now we multiply the remaining factors. They do not fit any pattern so we must resort to FOIL: \n" ); document.write( " \n" ); document.write( "which simplifies... \n" ); document.write( " \n" ); document.write( "Rearranging the terms so they are in standard form: \n" ); document.write( " \n" ); document.write( "P.S. When I described the factored form of a polynomial, I left out a minor detail. The general factored form of a polynomial is: \n" ); document.write( "P(x) = a * (x-r) ... (with as many (x-r) factors as there are roots). \n" ); document.write( "The \"a\" can be any non-zero number and it is the part I left out. The answer we got while ignoring the \"a\" has, in effect, an \"a\" of 1. Fell free to re-do the solution and pick a different \"a\". \n" ); document.write( " |