document.write( "Question 1208350: Show that x^2 + 9 is prime.\r
\n" );
document.write( "\n" );
document.write( "I will first list the pairs of integers whose product is 9.\r
\n" );
document.write( "\n" );
document.write( "1, 9\r
\n" );
document.write( "\n" );
document.write( "-1, -9\r
\n" );
document.write( "\n" );
document.write( "3, 3\r
\n" );
document.write( "\n" );
document.write( "-3, -3\r
\n" );
document.write( "\n" );
document.write( "2. Compute their sums.\r
\n" );
document.write( "\n" );
document.write( "1 + 9 = 10\r
\n" );
document.write( "\n" );
document.write( "-1 + (-9) = -10\r
\n" );
document.write( "\n" );
document.write( "3 + 3 = 6\r
\n" );
document.write( "\n" );
document.write( "-3 + (-3) = -6\r
\n" );
document.write( "\n" );
document.write( "I can also say x^2 + 9 = x^2 + 0x + 9 and none of the sums added above equal 0. This leads me to conclude that x^2 + 9 is prime.\r
\n" );
document.write( "\n" );
document.write( "1. Do you agree?\r
\n" );
document.write( "\n" );
document.write( "2. How is this done for a trinomial?\r
\n" );
document.write( "\n" );
document.write( "Sample:\r
\n" );
document.write( "\n" );
document.write( "Show that x^1 + x + 1 is prime. \n" );
document.write( "
Algebra.Com's Answer #846727 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "You clearly have not stated the problem correctly; or else the problem is faulty. \n" ); document.write( "If x is any multiple of 3, then x^2+9 is not prime. \n" ); document.write( "If x is any odd integer, then x^2 is odd, so x^2+9 is even, so it is not prime. \n" ); document.write( "------------------------------------------------------- \n" ); document.write( "To the student, who suggests in his \"thank you\" note that I didn't know what to do with his question.... \n" ); document.write( "It is YOU who does not know what to do. You posted a problem without the required context. \n" ); document.write( "Without any context, when you ask \"is x^2+9 prime\", the usual interpretation is that you are talking about prime numbers. \n" ); document.write( "If you had posted your problem to ask whether \"x^2+9 is a prime polynomial\", then you would have saved both of us some wasted time. \n" ); document.write( " \n" ); document.write( " |