document.write( "Question 404502: which of the following binomials is not prime?\r
\n" );
document.write( "\n" );
document.write( "3x + 7\r
\n" );
document.write( "\n" );
document.write( "x^2 + 16\r
\n" );
document.write( "\n" );
document.write( "5x - 14\r
\n" );
document.write( "\n" );
document.write( "x^2 - 16 \n" );
document.write( "
Algebra.Com's Answer #285861 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! x^2 - 16 isn't considered prime because it can be factored as a product of two polynomials with integer coefficients, i.e. (x-4)(x+4). x^2 + 16 can be factored, but it involves complex numbers; the factorization is (x+4i)(x-4i). \n" ); document.write( " |