一個整除問題 一個整除問題

2008-07-15 1:30 am
Do not use the fact that nCr is an integer
prove that n! is divisible by r!(n-r)! 0<=r<=n
更新1:

r!(k-r+1)!=r!(k-r)!(k+1)? r!(k-r+1)!=r!(k-r)!(k-r+1)?

回答 (1)

2008-07-15 3:14 am
✔ 最佳答案
Use MI
when n=0, the statement is obviously true
when n=1, the statement is also obviously true

Assume that when n=k, the statement is true

i.e. k! is divisible by r!(k-r)! 0<=r<=k

when n=k+1

(k+1)!
=k!(k+1)

Want to prove that it is divisible by r!(k-r+1)!=r!(k-r)!(k+1) 0<=r<=k+1

Since k! is divisible by r!(k-r)! 0<=r<=k

For 0<=r<=k, we can see that (k+1)! is divisible by r!(k-r+1)!

If r=k+1

Then r!(k-r+1)!=(k+1)! which is also divide (k+1)!

So when n=k+1, the statement is true

By MI for all non-negative integers n, n! is divisible by r!(n-r)! 0<=r<=n


收錄日期: 2021-04-25 16:58:00
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20080714000051KK02104

檢視 Wayback Machine 備份