Question
Question: Prove using the principle of mathematical induction \[n \in {\text{N: }}n\left( {n + 1} \right)\left...
Prove using the principle of mathematical induction n∈N: n(n+1)(n+5) is a multiple of 3.
Solution
Here, we will use the principle of mathematical induction which normally used to prove that any statement P(n) holds for every natural number n=0,1,2,3,.... , that is, the overall statement is a sequence of infinitely many cases P(0) , P(1) , P(2) , …...
Formula used:
Complete step-by-step answer:
Step 1: We know that if a number is a multiple of 3 , then it will come in the table 3 as shown below:
……..
⇒ Any number which is a multiple
3 will be equal to the product of any natural number 3.
⇒3=3×N , where N is the natural number.
Step 2: Suppose, P(n):n(n+1)(n+5)=3d, where d∈N.
Now, by substituting the values of n=1 in the equation P(n):n(n+1)(n+5)=3d , we get:
⇒P(1):1(1+1)(1+5)=3d
By solving the LHS side:
⇒L.H.S = 1(2)(6)
By doing multiplication, we get:
⇒L.H.S = 12
We can write 12 as a multiple of 3 as shown below:
⇒L.H.S = 3×(4)
⇒3×(4)=3d, where d=4.
⇒L.H.S = R.H.S
We can say that P(n) is true for n=1.
Step 3: Now we need to prove it for n=k where k∈N.
Let’s assume that P(k) is true:
Now we can write the above-given expression P(n):n(n+1)(n+5)=3d as below:
⇒k(k+1)(k+5)=3d where k∈N
By multiplying k with k+1 we get:
⇒(k2+k)(k+5)=3d
Now by multiplying the brackets into the LHS side of the above equation, we get:
⇒k2(k+5)+k(k+5)=3d
⇒k3+5k2+k2+5k=3d
By adding the coefficients of k2 , we get:
⇒k3+6k2+5k=3d ……………… (1)
Step 4: Now we will prove that P(k+1) is true:
By substituting the value of n=k+1 in the equation P(n):n(n+1)(n+5)=3d, we get:
P(k+1):(k+1)((k+1)+1)((k+1)+5)=3d
By only solving LHS side:
⇒L.H.S=(k+1)(k+2)(k+6)
By doing multiplication of the first two brackets in the expression L.H.S=(k+1)(k+2)(k+6), we get:
⇒L.H.S=(k2+2k+k+2)(k+6)
⇒L.H.S=(k2+3k+2)(k+6)
By doing multiplication of pending brackets, we get:
⇒L.H.S=(k3+3k2+2k+6k2+18k+12)
By adding coefficients of k2 and k, we get:
⇒L.H.S=(k3+9k2+20k+12)
Now from the equation (1), we will find the value of k3 and substituting it in the expression L.H.S=(k3+9k2+20k+12) , we get:
⇒k3=3d−6k2−5k (from equation (1))
⇒L.H.S=(3d−6k2−5k)+9k2+20k+12
By opening the brackets and doing simple addition and subtraction, we get:
⇒L.H.S=3d−6k2+9k2−5k+20k+12
⇒L.H.S=3d+3k2+15k+12
Taking 3 common from the above expression we get:
⇒L.H.S=3(d+k2+5k+4)
⇒L.H.S=3(m) , where m=(d+k2+5k+4) which is a natural number.
∴P(k+1)is true whenever P(k) is true.
From here, we can say that P(n) is true for all-natural numbers.
Hence proved that n∈N: n(n+1)(n+5) is a multiple of 3.
Note: Students needs to remember the below principles of mathematical induction:
Let’s consider a given statement P(n) involving natural number n , so that:
The statement is true for n=1 i.e. P(1) is true, and
If the statement is true for n=k, where k is a positive integer, then the statement is also true for all cases of n=k+1, P(k) leads to the truth of P(k+1).
This means that P(n) is true for all the natural numbers, n.