返回列表 发帖
Combinations and permutations

No of combinations of r things from a set of n things =
nCr = n!/(r! * (n-r)!)

Number of permutations of r things from a set of n things=
nPr = n! / (n-r)!

CP

TOP

返回列表