題目:證明對所有整數 ,
不是整數。
解答:Suppose we have know that
For every integer
, then
or
mod 4.
Then or
mod 4.
So is not an integer
題目:證明對所有整數 ,
不是整數。
解答:Suppose we have know that
For every integer
, then
or
mod 4.
Then or
mod 4.
So is not an integer
題目:證明1001! (階乘)以249 個零為結尾。
解答:[1001/5] + [1001/25] + [1001/125] + [1001/625] = 200 + 40 + 8 + 1 = 249
, where [] means floor function
題目:設 是整數。如果
證明這三個數中必有一個是 7 的倍數。
解答:Suppose we have know that
For every integer
which is not divisible by 7, then
or
mod 7.
Assume are not divisible by 7, then
or
mod 7.
However or
mod 7, then
mod 7.
That means is divisible by 7.
題目:設 是質數,
是整數,如果
是整數,證明
也是整數。
解答:Suppose we have know the following lemma
If
is prime, then
is divisible by
if and only if nonnegative integer
For convenience, let and
, where
is also an integer.
Then we can rewrite as
Since is an integer, then
is divisible by
.
Thus is also divisible by
, since
is prime.
Then is divisible by
,
and is also divisible by
since
.
Hence is divisible by
, that means
is an integer
Introduction to Graph Theory (2nd Edition) by Douglas B. West; Language: English; ISBN: 0130144002
I hope these solutions are correct.
I found the solution of DIP 2/e from internet.
Digital Image Processing 2nd Edition (DIP/2e) by Gonzalez and Woods ; Language: English ; ISBN : 0201180758
Elementary Classical Analysis (2nd Edition) by Jerrold E. Marsden, Michael J. Hoffman; Language: English; ISBN: 0716721058
I hope these solutions are correct.