题目
Problem
Prove by induction that for n∈Z+
f(n)=7n−1+82n+1
is divisible by 57
(6)
题目中文翻译
用数学归纳法证明,对于所有正整数 n∈Z+,
f(n)=7n−1+82n+1
能被 57 整除。
解答
解法一
思路
展开
先验证 n=1。归纳步骤中,把 f(k+1) 的两项分别写成 7 倍与 64 倍,再凑出 7f(k);余下部分恰好含因数 57。
答题过程
展开
For n=1,
f(1)=70+83=513=57×9,
so the result is true for n=1.
Assume that the result is true for n=k, where k∈Z+. Thus f(k) is divisible by 57.
Now,
f(k+1)====7k+82k+37(7k−1)+64(82k+1)7(7k−1+82k+1)+57(82k+1)7f(k)+57(82k+1).
By the induction hypothesis, 7f(k) is divisible by 57, and 57(82k+1) is also divisible by 57. Hence f(k+1) is divisible by 57.
Therefore, if the result is true for n=k, it is true for n=k+1. Since it is true for n=1, by mathematical induction,
57∣f(n) for all n∈Z+.
解法二
思路
展开
另一种官方认可的重排方式是凑出 64f(k)。设 f(k)=57ℓ,则 f(k+1) 可以整体提出因数 57,归纳结论随即成立。
答题过程
展开
For n=1,
f(1)=70+83=513=57×9,
so the result is true for n=1.
Assume that the result is true for n=k. Then, for some integer ℓ,
f(k)=7k−1+82k+1=57ℓ.
Also,
f(k+1)====7k+82k+364(7k−1+82k+1)−57(7k−1)64f(k)−57(7k−1)57(64ℓ−7k−1).
Since 64ℓ−7k−1 is an integer, f(k+1) is divisible by 57.
Therefore, if the result is true for n=k, it is true for n=k+1. Since it is true for n=1, by mathematical induction,
57∣f(n) for all n∈Z+.