题目
Problem
Given that n∈N, use algebra to prove by contradiction that
“if n2−4n+5 is even then n is odd”
(4)
题目中文翻译
已知 n∈N,用代数中的反证法证明:
“如果 n2−4n+5 是偶数,那么 n 是奇数”
解答
We prove the statement by contradiction.
Assume that
n2−4n+5
is even, but n is not odd.
Since n∈N, this means n is even.
So let
n=2k
where k is an integer.
Then
n2−4n+5=(2k)2−4(2k)+5=4k2−8k+5=4(k2−2k)+5
Now 4(k2−2k) is even, and 5 is odd.
Therefore
4(k2−2k)+5
is odd.
So n2−4n+5 is odd, contradicting the assumption that n2−4n+5 is even.
Hence the assumption is false.
Therefore, if n2−4n+5 is even, then n is odd.