Question
Question: Prove the following by using Mathematical Induction by using \[n\] in \[N\] : \[n\left( n+1 \right...
Prove the following by using Mathematical Induction by using n in N :
n(n+1)(n+5) is multiple of 3 .
Solution
To prove this statement using mathematical induction, we need to first find the first two steps of the mathematical induction which is necessary to prove the certain statement.
Step One: First prove that the statement or the equation is true for n=1.
Step Two: Assume any variable (in this case) let us presume the variable as k, now prove if the following statement or equation is true for n=k and if, true then also true for n=k+1.
Complete step-by-step solution:
Now placing the value of n=1 in the equation n(n+1)(n+5) to check whether it’s a multiple of three or not.
For n=1, n(n+1)(n+5)
⇒1(1+1)(1+5)
⇒1×2×6
⇒12
Hence, the value 12 is a multiple of 3 as 3×4 thereby, the term n(n+1)(n+5) is correct for n=1.
After successfully completing the first step let us proceed with the second step of the hint by placing n=k.
For n=k, [\ n \left( n+1 \right)] (n+5)
⇒k(k+1)(k+5)
⇒k(k2+6k+5)
⇒k(k2+6k+5)
⇒k3+6k2+5k
Now assuming that the term k3+6k2+5k is a multiple of 3 we equate the result to 3r where r is the multiple of three which upon multiplication leads to k3+6k2+5k as shown below:
3×r=k3+6k2+5k.
Now let us place the value of n as n=k+1
For n=k+1, n(n+1)(n+5)
⇒k+1((k+1)+1)((k+1)+5)
⇒(k2+3k+2)(k+6)
⇒k3+9k2+20k+12
There are already three variables with different degrees let us replace the value of k3 as k3=3r−6k2−5k from 3×r=k3+6k2+5k in the above equation for n=k.
⇒k3+9k2+20k+12
⇒3r−6k2−5k+9k2+20k+12
⇒3r+3k2+15k+12
⇒3(r+k2+5k+4)
Now as we can see that the above 3(r+k2+5k+4) is a multiple of 3 as 3×(r+k2+5k+4).
Hence, the term n(n+1)(n+5) is a multiple of 3 for n=k+1 as it is for n=k.
Hence, using mathematical induction we can state that n(n+1)(n+5) is a multiple of 3 for all the values of n∈N.
Note: Students may go wrong while solving for all the steps required, one must solve for all three values of n as 1,k,k+1 as it is necessary to show that all three cases give the end result as multiple of 3. Now the solution for n=k+1 should be done carefully as it’s a three variable multiplication so first multiply k+1((k+1)+1) of k+1((k+1)+1)((k+1)+5) and then multiply the rest and upon multiplication carefully replace the value of k3 by its above equation when n=k, be careful of the sign when replacing the value of k3 in k3+9k2+20k+12.