SOLUTION: Use mathematical induction to prove the statement is true for all positive integers n. The integer n^3 + 2n is divisible by 3 for every positive integer n. please show work so

Algebra ->  Sequences-and-series -> SOLUTION: Use mathematical induction to prove the statement is true for all positive integers n. The integer n^3 + 2n is divisible by 3 for every positive integer n. please show work so       Log On


   



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

Answer by ikleyn(52788) About Me  (Show Source):
You can put this solution on YOUR website!
.
Use mathematical induction to prove the statement is true for all positive integers n.
The integer n^3 + 2n is divisible by 3 for every positive integer n.
please show work so I can understand it:)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. Let us check the statement for n = 1.
   At n = 1  n%5E3+%2B+2n = 1%5E3+%2B+2%2A1 = 1 + 2 = 3  is divisible by n.
   So, the base of induction is valid.


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. 
   We will prove that then it is true for the next integer  n=k+1.

   For  n = k+1  we have

   %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)

   The first addend in the right side (1) is divisible by 3 due to the inductive hypothesis. 
   The second addend in the right side is divisible by 3, because it is multiple of 3. 

   Hence, the right side of (1) is divisible by 3.
   Therefore, the left side, %28k%2B1%29%5E3+%2B+2%2A%28k%2B1%29 is divisible by 3, too.

Thus the base of induction is proven to be valid, and the induction step is proven to be valid, too.


Due to the principle of the Mathematical induction, the statement 
   
   "for any positive integer n the number n%5E3+%2B+3n is divisible by 3"
is proved.


The proof is completed.