document.write( "Question 1025556: Use mathematical induction to prove the statement is true for all positive integers n.\r
\n" ); document.write( "\n" ); document.write( "The integer n³ + 2n is divisible by 3 for every positive integer n.
\n" ); document.write( "

Algebra.Com's Answer #640831 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "n³+2n\r\n" );
document.write( "\r\n" );
document.write( "If n=1 then 1³+2(1) = 1+2 = 3 which is divisible by 3.\r\n" );
document.write( "\r\n" );
document.write( "Let us assume that n=k is some integer (perhaps 1) such that\r\n" );
document.write( "k³+2k is divisible by n.  That is, there is some positive \r\n" );
document.write( "integer p such that k³+2k = 3p \r\n" );
document.write( "[In the case where n=1, then p=1]\r\n" );
document.write( "\r\n" );
document.write( "We want to show that the expression n³+2n with k+1 substituted\r\n" );
document.write( "for n also gives a multiple of 3.\r\n" );
document.write( "\r\n" );
document.write( "We examine the case where n=k+1 and multiply it all the way out:\r\n" );
document.write( "\r\n" );
document.write( "(k+1)³+2(k+1) = k³+6k²+11k+6.\r\n" );
document.write( "\r\n" );
document.write( "We notice that this differs from k³+2k by 6k²+9k+6.\r\n" );
document.write( "\r\n" );
document.write( "So we add 6k²+9k+6 to both side of\r\n" );
document.write( "\r\n" );
document.write( "k³+2k = 3p\r\n" );
document.write( "\r\n" );
document.write( "and get\r\n" );
document.write( "\r\n" );
document.write( "k³+2k+6k²+9k+6 = 3p+6k²+9k+6 = 3(p+2k²+3k+2)\r\n" );
document.write( "\r\n" );
document.write( "So (k+1)³+2(k+1) = 3(p+2k²+3k+2)\r\n" );
document.write( "\r\n" );
document.write( "which is a multiple of 3, so the theorem is proved.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );