题目
Problem
8. Prove by induction that 4n+2+52n+1 is divisible by 21 for all positive integers n.
(6)
题目中文翻译
- 用数学归纳法证明 4n+2+52n+1 对所有正整数 n 都能被 21 整除。
解答
解法一
思路
展开
设 f(n)=4n+2+52n+1。先验证 n=1 时可被 21 整除;再假设 f(k) 可被 21 整除,把 f(k+1) 改写成 4f(k) 加上一个显然含因子 21 的项。
答题过程
展开
Let
f(n)=4n+2+52n+1.
For n=1,
f(1)=43+53=189=9×21.
Thus the result is true for n=1.
Assume that the result is true for n=k, where k is a positive integer. Thus f(k) is divisible by 21.
Now
f(k+1)====4k+3+52k+34⋅4k+2+25⋅52k+14(4k+2+52k+1)+21⋅52k+14f(k)+21⋅52k+1.
By the induction hypothesis, 4f(k) is divisible by 21, and 21⋅52k+1 is also divisible by 21. Therefore, f(k+1) is divisible by 21.
Hence, if the result is true for n=k, it is true for n=k+1. Since it is true for n=1, 4n+2+52n+1 is divisible by 21 for all positive integers n, by mathematical induction.