Proving Divisibility by 25 Using Mathematical Induction: A Step-by-Step Guide
Introduction
Mathematical induction is a powerful method for proving statements that hold for all natural numbers. In this article, we will walk through the process of using mathematical induction to prove that 7^{2n}2^{3n-3}3^{n-1} is divisible by 25 for all natural numbers n. Let's begin by verifying our premise.
Verification of the Premise
The statement is given as:
25 mid (7^{2n} - 2^{3n-3} cdot 3^{n-1}) text{ for } n in mathbb{N}
Step-by-Step Proof
Base Case: n 1
First, we need to verify that the statement holds for the base case n 1.
7^{2 cdot 1} - 2^{3 cdot 1 - 3} cdot 3^{1 - 1} 7^2 - 2^0 cdot 3^0 49 - 1 48
Notice that 48 can be written as:
48 2 cdot 24 2 cdot (25 - 1) 2 cdot 25 - 2
However, 48 is not divisible by 25. It appears that there was a typographical error in the original premise. The correct premise should be:
25 mid (7^{2n} 2^{3n-3} cdot 3^{n-1})text{ for } n in mathbb{N}
Corrected Base Case: n 1
Now, let's check the corrected base case:
7^{2 cdot 1} 2^{3 cdot 1 - 3} cdot 3^{1 - 1} 7^2 2^0 cdot 3^0 49 1 50
Clearly, 50 is divisible by 25 since:
50 2 cdot 25
Inductive Hypothesis
Assume that the statement holds for some arbitrary natural number n k. That is, assume:
25 mid (7^{2k} 2^{3k-3} cdot 3^{k-1})
Inductive Step: n k 1
Now, we need to prove that the statement holds for n k 1.
7^{2(k 1)} 2^{3(k 1)-3} cdot 3^{(k 1)-1}
Expanding this, we get:
7^{2k 2} 2^{3k} cdot 3^k
Rewriting the term:
7^{2k 2} 2^{3k} cdot 3^k 49 cdot 7^{2k} 2^{3k} cdot 3^k
We can factor out 7 terms from the first part:
7^{2k 2} 2^{3k} cdot 3^k 7^2 cdot 7^{2k} 2^{3k} cdot 3^k 49 cdot 7^{2k} 2^{3k} cdot 3^k
Now, let's write it as:
7^{2k 2} 2^{3k} cdot 3^k (7^2) cdot 7^{2k} (2^{3k} cdot 3^{k-1}) cdot 3
This can be further simplified as:
7^{2k 2} 2^{3k} cdot 3^k 25 cdot 7^{2k} 3(2^{3k} cdot 3^{k-1})
According to the inductive hypothesis, 25 mid (7^{2k} 2^{3k-3} cdot 3^{k-1}). Thus, the second part of the expression, 3 cdot (2^{3k} cdot 3^{k-1}), is clearly divisible by 25 since it is a multiple of 25.
Hence, we have shown that:
25 mid (49 cdot 7^{2k} 2^{3k} cdot 3^k)
Therefore, by the principle of mathematical induction, the statement is true for all natural numbers n in mathbb{N}.
Q. E. D.