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

IAL 2019 May FP1 Q8

A Level / Edexcel / FP1

IAL 2019 May Paper · Question 8

Question

Problem

Prove by induction that for all positive integers nn,

f(n)=34n2+26n3f(n) = 3^{4n-2} + 2^{6n-3}

is divisible by 17.

中文翻译

用数学归纳法证明,对于所有正整数 nn

f(n)=34n2+26n3f(n) = 3^{4n-2} + 2^{6n-3}

能被 17 整除。

解答

解法一

思路

展开

先验证 n=1n=1。归纳步骤中把 f(k+1)f(k+1) 的两项分别写成 8134k281\cdot3^{4k-2}6426k364\cdot2^{6k-3},再凑出 81f(k)81f(k);余下的一项含因子 1717

答题过程

展开

For n=1n=1,

f(1)=32+23=9+8=17,f(1)=3^2+2^3=9+8=17,

which is divisible by 1717.

Assume that the result is true for n=kn=k, where kZ+k\in\mathbb{Z}^+. Thus

f(k)=34k2+26k3f(k)=3^{4k-2}+2^{6k-3}

is divisible by 1717.

Now

f(k+1)=34(k+1)2+26(k+1)3=8134k2+6426k3=81(34k2+26k3)1726k3=81f(k)1726k3.\begin{align*} f(k+1) =&\,3^{4(k+1)-2}+2^{6(k+1)-3} \\ =&\,81\cdot3^{4k-2}+64\cdot2^{6k-3} \\ =&\,81\big(3^{4k-2}+2^{6k-3}\big) \\ -&\,17\cdot2^{6k-3} \\ =&\,81f(k)-17\cdot2^{6k-3}. \end{align*}

By the inductive hypothesis, 81f(k)81f(k) is divisible by 1717, and 1726k317\cdot2^{6k-3} is also divisible by 1717. Therefore, f(k+1)f(k+1) is divisible by 1717.

Hence, if the result is true for n=kn=k, it is true for n=k+1n=k+1. Since it is true for n=1n=1, f(n)f(n) is divisible by 1717 for every positive integer nn by mathematical induction.