Solveeit Logo

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 nn in NN :
n(n+1)(n+5)n\left( n+1 \right)\left( n+5 \right) is multiple of 33 .

Explanation

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=1n=1.
Step Two: Assume any variable (in this case) let us presume the variable as kk, now prove if the following statement or equation is true for n=kn=k and if, true then also true for n=k+1n=k+1.

Complete step-by-step solution:
Now placing the value of n=1n=1 in the equation n(n+1)(n+5)n\left( n+1 \right)\left( n+5 \right) to check whether it’s a multiple of three or not.
For n=1n=1, n(n+1)(n+5)n\left( n+1 \right)\left( n+5 \right)
1(1+1)(1+5)\Rightarrow 1\left( 1+1 \right)\left( 1+5 \right)
1×2×6\Rightarrow 1\times 2\times 6
12\Rightarrow 12
Hence, the value 1212 is a multiple of 33 as 3×43\times 4 thereby, the term n(n+1)(n+5)n\left( n+1 \right)\left( n+5 \right) is correct for n=1n=1.
After successfully completing the first step let us proceed with the second step of the hint by placing n=kn=k.
For n=kn=k, [\ n \left( n+1 \right)] (n+5)\left( n+5 \right)
k(k+1)(k+5)\Rightarrow k\left( k+1 \right)\left( k+5 \right)
k(k2+6k+5)\Rightarrow k\left( {{k}^{2}}+6k+5 \right)
k(k2+6k+5)\Rightarrow k\left( {{k}^{2}}+6k+5 \right)
k3+6k2+5k\Rightarrow {{k}^{3}}+6{{k}^{2}}+5k
Now assuming that the term k3+6k2+5k{{k}^{3}}+6{{k}^{2}}+5k is a multiple of 33 we equate the result to 3r3r where rr is the multiple of three which upon multiplication leads to k3+6k2+5k{{k}^{3}}+6{{k}^{2}}+5k as shown below:
3×r=k3+6k2+5k3\times r={{k}^{3}}+6{{k}^{2}}+5k.
Now let us place the value of nn as n=k+1n=k+1
For n=k+1n=k+1, n(n+1)(n+5)n\left( n+1 \right)\left( n+5 \right)
k+1((k+1)+1)((k+1)+5)\Rightarrow k+1\left( \left( k+1 \right)+1 \right)\left( \left( k+1 \right)+5 \right)
(k2+3k+2)(k+6)\Rightarrow \left( {{k}^{2}}+3k+2 \right)\left( k+6 \right)
k3+9k2+20k+12\Rightarrow {{k}^{3}}+9{{k}^{2}}+20k+12
There are already three variables with different degrees let us replace the value of k3{{k}^{3}} as k3=3r6k25k{{k}^{3}}=3r-6{{k}^{2}}-5k from 3×r=k3+6k2+5k3\times r={{k}^{3}}+6{{k}^{2}}+5k in the above equation for n=kn=k.
k3+9k2+20k+12\Rightarrow {{k}^{3}}+9{{k}^{2}}+20k+12
3r6k25k+9k2+20k+12\Rightarrow 3r-6{{k}^{2}}-5k+9{{k}^{2}}+20k+12
3r+3k2+15k+12\Rightarrow 3r+3{{k}^{2}}+15k+12
3(r+k2+5k+4)\Rightarrow 3\left( r+{{k}^{2}}+5k+4 \right)
Now as we can see that the above 3(r+k2+5k+4)3\left( r+{{k}^{2}}+5k+4 \right) is a multiple of 33 as 3×(r+k2+5k+4)3\times \left( r+{{k}^{2}}+5k+4 \right).
Hence, the term n(n+1)(n+5)n\left( n+1 \right)\left( n+5 \right) is a multiple of 33 for n=k+1n=k+1 as it is for n=kn=k.
Hence, using mathematical induction we can state that n(n+1)(n+5)n\left( n+1 \right)\left( n+5 \right) is a multiple of 33 for all the values of nNn\in N.

Note: Students may go wrong while solving for all the steps required, one must solve for all three values of nn as 1,k,k+11,k,k+1 as it is necessary to show that all three cases give the end result as multiple of 33. Now the solution for n=k+1n=k+1 should be done carefully as it’s a three variable multiplication so first multiply k+1((k+1)+1)k+1\left( \left( k+1 \right)+1 \right) of k+1((k+1)+1)((k+1)+5)k+1\left( \left( k+1 \right)+1 \right)\left( \left( k+1 \right)+5 \right) and then multiply the rest and upon multiplication carefully replace the value of k3{{k}^{3}} by its above equation when n=kn=k, be careful of the sign when replacing the value of k3{{k}^{3}} in k3+9k2+20k+12{{k}^{3}}+9{{k}^{2}}+20k+12.