document.write( "Question 458820: which expression is prime number?
\n" );
document.write( "a.x2+4x+3
\n" );
document.write( "b.x2+5x+6
\n" );
document.write( "c.x2+6+8
\n" );
document.write( "d.none of the above \n" );
document.write( "
Algebra.Com's Answer #314798 by richard1234(7193) You can put this solution on YOUR website! The phrase \"prime number\" is reserved only for positive integers, not polynomial expressions. However, if you mean \"which expression is a *prime polynomial*\" that makes more sense (prime polynomial is a polynomial that cannot be factored into linear factors with integer coefficients).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can see that a and b factor to (x+1)(x+3) and (x+1)(x+5) respectively. I have to assume you mean x^2 + 6x + 8 for c), which factors to (x+2)(x+4). So the answer is d), none of the above. \n" ); document.write( " |