document.write( "Question 157975: Mathematicians have been searching for a formula that yields prime numbers. One such formula was x2 - x + 41. Select some numbers for x, substitute them in the formula, and see if prime numbers occur. Try to find a number for x that when substituted in the formula yields a composite number. All of the first number are squared such as 1 squared (not 12), 2 squared, 3 squared, etc.
\n" ); document.write( "12 - 1 + 41 = 0 + 41 = 41
\n" ); document.write( "22 – 2 + 41 = 16 – 2 + 41 = 14 + 41 = 55
\n" ); document.write( "32 – 3 + 41 = 9 – 3 + 41 = 47
\n" ); document.write( "42 – 4 + 41 = 16 – 4 + 41 = 65
\n" ); document.write( "52 – 5 + 41 = 25 – 5 + 41 = 61
\n" ); document.write( "62 – 6 + 41 = 36 – 6 + 41 = 73
\n" ); document.write( "72 – 7 + 41 = 49 – 7 + 41 = 83
\n" ); document.write( "82 – 8 + 41 = 64 – 8 + 41 = 97
\n" ); document.write( "92 – 9 + 41 = 81 – 9 + 41 = 113\r
\n" ); document.write( "\n" ); document.write( "I say there is no number you can put into this equation and get a composite number. Is that correct?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #116404 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
It may seem like every number you try will yield a prime number, but it is not a good idea to generalize like that (you need to prove it somehow). If you try x=41, then \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%2841%29%5E2-41%2B41=41%5E2%2B0=41%5E2=41%2A41=1681\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So this shows that plugging in x=41 gives you a composite number (since 41 is a factor of 1681).
\n" ); document.write( "
\n" );