document.write( "Question 4210: How can you tell if a polynomial of the form x²+bx+c is prime? \r
\n" ); document.write( "\n" ); document.write( "How can you tell if a polynomial of the form ax²+bx+c (where a is a positive number not equal to 1) is prime?
\n" ); document.write( "

Algebra.Com's Answer #1878 by rapaljer(4671)\"\" \"About 
You can put this solution on YOUR website!
Calculate \"b%5E2+-+4ac\", which comes from the quadratic formula. If \"b%5E2+-+4ac\" is a perfect square, then the polynomial can be factored. If it is NOT a perfect square, then the polynomial does not factor and it is prime. It doesn't matter if a is positive or negative, whether or not a = 1. \n" ); document.write( "
\n" );