Solution. If the number is divisible by 3 and 2, then the number is divisible by 6. (numbers 3 and 2 do not have common divisors). To show that the expression is divisible by 6 for all positive natural numbers, we use the mathematical induction.
Step 1. We show that the expression n3 + 2n + 3n2 is divisible by 6 for n = 1
The number 6 is divisible by 6.
Step 2. Let the expression n3 + 2n + 3n2 is divisible by 6 for n = k.
We show that the expression 1n3 + 2n + 3n2 is divisible by 6 for n = k+1.
We write the expression in the form
By assumption, the expression
is divisible by 6. We show that the expression
is also divisible by 6.
Obviously, the expressions are divisible by 3. We show that the expression is divisible by 2.
If k is even it can be represented as k = 2t where t is a positive integer. Therefore
"3(4\\times t^2+6\\times t +2)=6(2\\times t^2+3\\times t +1)"
The expression is divisible by 2 for any positive integers t. Consequently, for any even k.
If k is odd it can be represented as k = 2t+1 where t is a positive integer. Therefore
"=3(4\\times t^2 + 4 \\times t + 1 +6 \\times t +3 +2)="
"=6(2\\times t^2 + 5 \\times t +3)"
The expression is divisible by 2 for any positive integers t. Consequently, for any odd k. Therefore, the expression
is divisible by 6. An expression
is divisible by 6 as the sum of expressions divisible by 6. Hence the expression n3 + 2n + 3n2 is divisible by 6 for n = k+1. According to the principle of mathematical induction, the expression n3 + 2n + 3n2 is divisible by 6 for all positive integers n. Therefore, it was shown that the expression n3 + 2n + 3n2 is divisible by 3 and 2.
Comments
A question does not specify which method is acceptable here. The method of mathematical induction is well-known and it was applied to solve a question.
No need for Induction
Leave a comment