document.write( "Question 1026132: Use mathematical induction to prove the statement is true for all positive integers n.\r
\n" ); document.write( "\n" ); document.write( "The integer n^3 + 2n is divisible by 3 for every positive integer n.
\n" ); document.write( "please show work so I can understand it:)\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #641400 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Use mathematical induction to prove the statement is true for all positive integers n.\r
\n" ); document.write( "\n" ); document.write( "The integer n^3 + 2n is divisible by 3 for every positive integer n.
\n" ); document.write( "please show work so I can understand it:)
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "1. Let us check the statement for n = 1.\r\n" );
document.write( "   At n = 1  \"n%5E3+%2B+2n\" = \"1%5E3+%2B+2%2A1\" = 1 + 2 = 3  is divisible by n.\r\n" );
document.write( "   So, the base of induction is valid.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "2. Let us assume that the statement is true for some n = k, in other words, we assume that  \"k%5E3+%2B+2k\"  is divisible by k. \r\n" );
document.write( "   We will prove that then it is true for the next integer  n=k+1.\r\n" );
document.write( "\r\n" );
document.write( "   For  n = k+1  we have\r\n" );
document.write( "\r\n" );
document.write( "   \"%28k%2B1%29%5E3+%2B+2%2A%28k%2B1%29\" = \"k%5E3+%2B+3k%5E2+%2B+3k+%2B+1+%2B+2k+%2B+2\" = \"%28k%5E3+%2B+2k%29\" + \"%283k%5E3+%2B+3k+%2B+3%29\" = \"%28k%5E3+%2B+2k%29\" + \"3%2A%28k%5E2+%2B+k+%2B+1%29\".   (1)\r\n" );
document.write( "\r\n" );
document.write( "   The first addend in the right side (1) is divisible by 3 due to the inductive hypothesis. \r\n" );
document.write( "   The second addend in the right side is divisible by 3, because it is multiple of 3. \r\n" );
document.write( "\r\n" );
document.write( "   Hence, the right side of (1) is divisible by 3.\r\n" );
document.write( "   Therefore, the left side, \"%28k%2B1%29%5E3+%2B+2%2A%28k%2B1%29\" is divisible by 3, too.\r\n" );
document.write( "\r\n" );
document.write( "Thus the base of induction is proven to be valid, and the induction step is proven to be valid, too.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Due to the principle of the Mathematical induction, the statement \r\n" );
document.write( "   \r\n" );
document.write( "   \"for any positive integer n the number \"n%5E3+%2B+3n\" is divisible by 3\"\r\n" );
document.write( "is proved.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The proof is completed.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );