document.write( "Question 1208953: Suppose a >= 2 and n is a natural number larger than 1.
\n" ); document.write( "How can I prove that if n is odd, then a^n+1 is not prime?
\n" ); document.write( "

Algebra.Com's Answer #847498 by ikleyn(52778)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Suppose a  is a natural number  >= 2 and n is a natural number larger than 1.
\n" ); document.write( "How can I prove that if  n  is odd,  then  \"a%5En%2B1\"  is not a prime?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        I edited your post - see the underlined fragment - to make it precisely correct.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "If n is an odd positive integer number greater than 1, then there is a decomposition\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"a%5En+%2B+1\" = \"%28a%2B1%29%2A%28a%5E%28n-1%29+-+a%5E%28n-2%29+%2B+ellipsis+-+a+%2B+1%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "(the signs at degrees of \"a\" alternate \" + \" and \" - \").\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is a well known formula. To prove it, it is enough to open parentheses.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "This formula shows and tells that every integer number of the form  \"a%5En%2B1\" \r\n" );
document.write( "with integer positive  \" a \"  and natural odd  n > 1  is a composite number.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is what you want to prove.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For  n=3,  the decomposition  \"a%5E3%2B1\" = \"%28a%2B1%29%2A%28a%5E2+-+a+%2B+1%29\"  is studied explicitly
\n" ); document.write( "in standard school  Math curriculum as the sum of cubes decomposition.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For other odd natural integer  \" n \"  greater than  3,  it can be
\n" ); document.write( "easily obtained from the formula of the sum of a geometric progression\r
\n" ); document.write( "\n" ); document.write( " 1,  -a,  a^2,  -a^3,  a^4,  -a^5, . . . ,  a^(n-1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "with alternate signs,  which corresponds to the case of common ratio  \" -a \".\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );