Proof :
Let A = , we can rewrite A as
.
Since and
, then
A.
Let B = , since
, then A<B.
Thus , that is
Proof :
Let A = , we can rewrite A as
.
Since and
, then
A.
Let B = , since
, then A<B.
Thus , that is
題目:證明對所有整數 ,
不是整數。
解答: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
這是今天看到的一題
Supposeand
are two events with
,
![]()
- For what value of
would
and
be mutually exclusive?
- For what value of
would
and
be independent?
解法很簡單,只要觀念清楚並且始用 就可以了!
and
are mutually exclusive 是指
and
兩個王不見王,也因此
,所以
。因此帶入公式得到
and
are independent 是指
and
兩個是陌生人,所以彼此不影響。 所以
,也就是說
,因此
,所以
題目:A, B, C 為三個 sets, A 與 B 的差異度 d(A, B) 定義為 試證:
Let , next I will prove
then .
Here is the proof.
這題是在 PTT 的 math 版看到
把自然數 1,2,3,4,5,….,10 任意排程一個圓圈,證明:一定存在 3 個相鄰的數,它們的和大於17。
我一開始的想法跟大部分人一樣:假設任 3 個相鄰的數的和都 ≦16, 那麼把 10 組這種 3 個相鄰數的和相加會得到 ≦160 的整數。然而實際的情況是 1~10 這 10 個數字每個都會被算 3 次.因此和應該是 (1+…+10)*3=165,矛盾。
不過問題在於「大於17 = 大於等於18」,所以上面是錯的。而 mgtsai.bbs@ptt.cc 提出了他的證法,不過很長就是了。而隔了幾天,我打算趁搭高鐵時想想有沒有簡單的解法,結果車還沒來我就想到了。 XD 但是回到高雄卻發現這方法前一天就被 Sfly.bbs@ptt.cc 想到了。
方法如下:
Suppose the numbers are ordered by 1,a,b,c,d,e,f,g,h,i, 1,.. consider s=a+b+c, t=d+e+f, u=g+h+i, But s+t+u = 55 – 1= 54, one of s,t,u must be >= 54/3=18.
原文出自這裡,作者:Hseuler.bbs@PTT.cc