document.write( "Question 1101256: find simplest polynomial with roots
\n" ); document.write( "-4, 7 and sqrt3
\n" ); document.write( "

Algebra.Com's Answer #715959 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "If the problem doesn't specify that the polynomial has rational coefficients, then the simplest polynomial with those roots is degree 3:

\n" ); document.write( "\"p%28x%29+=+%28x%2B4%29%28x-7%29%28x-sqrt%283%29%29\"
\n" ); document.write( "
\n" );