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

IAL 2024 Jan Q8

A Level / Edexcel / P2

IAL 2024 Jan Paper · Question 8

题目

Problem

(i) Use a counter example to show that the following statement is false

n2+3n+1 is prime for all nN\text{``}n^2+3n+1\text{ is prime for all }n\in\mathbb{N}\text{''}
(2)

(ii) Use algebra to prove by exhaustion that for all nNn\in\mathbb{N}

n22 is not a multiple of 4\text{``}n^2-2\text{ is not a multiple of }4\text{''}
(4)

解答

(i)

解法一

思路

展开

反例只需要找到一个自然数使表达式不是质数。这里可以试 n=6n=6,因为算出来是 5555

答题过程

展开

Take

n=6.\begin{align*} n=6. \end{align*}

Then

n2+3n+1=62+3(6)+1=36+18+1=55.\begin{align*} n^2+3n+1=&\,6^2+3(6)+1\\ =&\,36+18+1\\ =&\,55. \end{align*}

But

55=5×11,\begin{align*} 55=5\times11, \end{align*}

so 5555 is not prime.

Therefore, the statement is false.

(ii)

解法一

思路

展开

任意自然数不是奇数就是偶数,所以只需分两类讨论。这就是 exhaustion:把所有可能情况列完。

答题过程

展开

Every natural number is either even or odd.

If nn is even, let

n=2k.\begin{align*} n=2k. \end{align*}

Then

n22=(2k)22=4k22.\begin{align*} n^2-2=&\,(2k)^2-2\\ =&\,4k^2-2. \end{align*}

This is 22 less than a multiple of 44, so it is not a multiple of 44.

If nn is odd, let

n=2k+1.\begin{align*} n=2k+1. \end{align*}

Then

n22=(2k+1)22=4k2+4k+12=4k2+4k1=4(k2+k)1.\begin{align*} n^2-2=&\,(2k+1)^2-2\\ =&\,4k^2+4k+1-2\\ =&\,4k^2+4k-1\\ =&\,4(k^2+k)-1. \end{align*}

This is 11 less than a multiple of 44, so it is not a multiple of 44.

Therefore, in all cases, n22n^2-2 is not a multiple of 44.