document.write( "Question 1110032: Let p(x) be a nonzero polynomial with realcofficients such that
\n" ); document.write( " P(x) =p(0)+p(1)x+p(2)x^2 holds for all x
\n" ); document.write( " What are roots of p(x)
\n" ); document.write( "

Algebra.Com's Answer #725050 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!
The roots of \"+ax%5E2+%2B+bx+%2B+c+=+0+\" can be found by the quadratic formula:\r
\n" ); document.write( "\n" ); document.write( " \"+x+=+%28-b+%2B-+sqrt%28b%5E2+-+4ac%29%29%2F2a+\"\r
\n" ); document.write( "\n" ); document.write( "where c = p(0), b = p(1), and a = p(2), \"+a+%3C%3E+0+\" \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );