题目
Problem
9. Prove, by induction, that for n∈Z, n≥2
4n+6n−10
is divisible by 18
(5)
题目中文翻译
- 用数学归纳法证明,对于 n∈Z,n≥2
4n+6n−10
能被 18 整除。
解答
解法一
思路
展开
先验证起始值 n=2。归纳步骤中,把“能被 18 整除”写成 4k+6k−10=18m,再将 n=k+1 时的式子整理为 18 与整数的乘积。
答题过程
展开
Let
f(n)=4n+6n−10.
For n=2,
f(2)=42+6(2)−10=18,
which is divisible by 18. Hence the result is true for n=2.
Assume that the result is true for n=k, where k∈Z and k≥2. Then, for some integer m,
4k+6k−10=18m.
For n=k+1,
f(k+1)====4k+1+6(k+1)−104(4k+6k−10)−18k+364(18m)+18(2−k)18(4m+2−k).
Since m,k∈Z, 4m+2−k∈Z. Therefore f(k+1) is divisible by 18.
Thus, if the result is true for n=k, it is true for n=k+1. Hence, by mathematical induction,
4n+6n−10 is divisible by 18
for all integers n≥2.