document.write( "Question 696158: Write a polynomial function with the rational coefficent,s so that P(x)=0 has the given roots.
\n" ); document.write( "2, 3, 5
\n" ); document.write( "-1 , -1, 1
\n" ); document.write( "

Algebra.Com's Answer #428824 by mouk(232)\"\" \"About 
You can put this solution on YOUR website!
If P(x) has a root a then (x-a) is a factor.\r
\n" ); document.write( "\n" ); document.write( "So 2, 3, 5: \"+P%28x%29=%28x-2%29%28x-3%29%28x-5%29+\"
\n" ); document.write( "and -1 , -1, 1: \"+P%28x%29=%28x%2B1%29%28x%2B1%29%28x-1%29+=+%28x%2B1%29%5E2%28x-1%29+\"
\n" ); document.write( "
\n" ); document.write( "
\n" );