Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2023 May FP1 Q9

A Level / Edexcel / FP1

IAL 2023 May Paper · Question 9

题目

Problem

9. Prove, by induction, that for nZn \in \mathbb{Z}, n2n \geq 2

4n+6n104^n + 6^n - 10

is divisible by 1818

(5)
题目中文翻译
  1. 用数学归纳法证明,对于 nZn \in \mathbb{Z}n2n \geq 2

4n+6n104^n + 6^n - 10

能被 1818 整除。

解答

解法一

思路

展开

先验证起始值 n=2n=2。归纳步骤中,把“能被 1818 整除”写成 4k+6k10=18m4^k+6k-10=18m,再将 n=k+1n=k+1 时的式子整理为 1818 与整数的乘积。

答题过程

展开

Let

f(n)=4n+6n10.f(n)=4^n+6n-10.

For n=2n=2,

f(2)=42+6(2)10=18,f(2)=4^2+6(2)-10=18,

which is divisible by 1818. Hence the result is true for n=2n=2.

Assume that the result is true for n=kn=k, where kZk\in\mathbb Z and k2k\geq2. Then, for some integer mm,

4k+6k10=18m.4^k+6k-10=18m.

For n=k+1n=k+1,

f(k+1)=4k+1+6(k+1)10=4(4k+6k10)18k+36=4(18m)+18(2k)=18(4m+2k).\begin{align*} f(k+1) =&\,4^{k+1}+6(k+1)-10\\ =&\,4\left(4^k+6k-10\right)-18k+36\\ =&\,4(18m)+18(2-k)\\ =&\,18(4m+2-k). \end{align*}

Since m,kZm,k\in\mathbb Z, 4m+2kZ4m+2-k\in\mathbb Z. Therefore f(k+1)f(k+1) is divisible by 1818.

Thus, if the result is true for n=kn=k, it is true for n=k+1n=k+1. Hence, by mathematical induction,

4n+6n10 is divisible by 18\boxed{4^n+6n-10\text{ is divisible by }18}

for all integers n2n\geq2.