document.write( "Question 149159: This is my assignment:
\n" );
document.write( "Mathematicians have been searching for a formula that yields prime numbers. One such formula is x^2-x+41. Select some numbers for x, substitute them in the formula and see if prime numbers occur. Try to fnd a number for x that when substituted in the formula yields a composite number.
\n" );
document.write( " Please help. Thanks! \n" );
document.write( "
Algebra.Com's Answer #109493 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! f(x)=x^2-x+41\r \n" ); document.write( "\n" ); document.write( "if x=1 then f(1)=41 (prime) \n" ); document.write( "if x=2 then f(2)=43 (prime) \n" ); document.write( "if x=3 then f(3)=47 (prime) \n" ); document.write( "if x=4 then f(4)=53 (prime)\r \n" ); document.write( "\n" ); document.write( "but if x=41 f(41)=41^2 (composite) \n" ); document.write( " |