document.write( "Question 319408: Find a counterexample to the statement: The cube of a number added to the sum of three times the number and 3 is a prime number. Justify your solution by supporting it with step by step work. \n" ); document.write( "
Algebra.Com's Answer #228904 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find a counterexample to the statement: \n" ); document.write( " The cube of a number added to the sum of three times the number and 3 is a prime number. \n" ); document.write( ": \n" ); document.write( "x = \"number\" \n" ); document.write( "the equation \n" ); document.write( "y = x^3 + 3x + 3 \n" ); document.write( ": \n" ); document.write( "Substituting: \n" ); document.write( "x = 1, then y = 7, a prime number \n" ); document.write( "x = 2, then y = 17, a prime number \n" ); document.write( "however, \n" ); document.write( "x = 3, then y = 39, not a prime number \n" ); document.write( " \n" ); document.write( " |