Question
Problem
Prove by induction that for all positive integers n,
f(n)=34n−2+26n−3
is divisible by 17.
中文翻译
用数学归纳法证明,对于所有正整数 n
f(n)=34n−2+26n−3
能被 17 整除。
解答
解法一
思路
展开
先验证 n=1。归纳步骤中把 f(k+1) 的两项分别写成 81⋅34k−2 与 64⋅26k−3,再凑出 81f(k);余下的一项含因子 17。
答题过程
展开
For n=1,
f(1)=32+23=9+8=17,
which is divisible by 17.
Assume that the result is true for n=k, where k∈Z+. Thus
f(k)=34k−2+26k−3
is divisible by 17.
Now
f(k+1)===−=34(k+1)−2+26(k+1)−381⋅34k−2+64⋅26k−381(34k−2+26k−3)17⋅26k−381f(k)−17⋅26k−3.
By the inductive hypothesis, 81f(k) is divisible by 17, and 17⋅26k−3 is also divisible by 17. Therefore, f(k+1) is divisible by 17.
Hence, if the result is true for n=k, it is true for n=k+1. Since it is true for n=1, f(n) is divisible by 17 for every positive integer n by mathematical induction.