document.write( "Question 927890: write the simplest polynomial function given the roots: square root of 2, -5, and -3i \n" ); document.write( "
Algebra.Com's Answer #563317 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
P(x) =(x-2)(x+5)(x-(-3i)(x +(-3i)
\n" ); document.write( "P(x) =(x-2)(x+5)(x+3i)(x -3i) Note: i^2 = -1
\n" ); document.write( "P(x) =(x-2)(x+5)(x^2 + 9)
\n" ); document.write( "Expand as directed.
\n" ); document.write( "
\n" );