✔ 最佳答案
請問可唔可以加括號?
2013-06-17 18:55:58 補充:
我諗到一個唔用次方數的方法:
5C(5-5)
=5C0
=1
Additional information:
C is combination (組合)
In mathematics a combination is a way of selecting several things out of a larger group, where (unlike permutations) order does not matter.
nCr
= n!/[r!(n-r)!]
! is factorial
In mathematics, the symbol represents the factorial operation.
n! = n*(n-1)*(n-2)*...*3*2*1
0! =1 (definition)
Therefore,
5C0
=5!/[0!(5-0)!]
=5!/5!
=(5*4*3*2*1)/(5*4*3*2*1)
=1
上面睇唔明唔緊要。簡單啲講,5C0=喺5樣嘢度揀0樣嘢嘅組合總和。喺5樣嘢度揀0樣嘢只有一個組合,就係咩都唔揀,所以5C0=1
參考: Definition is come from wikipedia (English version, which is more reliable than the Chinese one)