Translations:KAlgebra/Probabilities/19/en

From KDE Wiki Sandbox

So for instance the dice can be: 6 6 6 2 3, but they can also be 5 6 6 6 1, so we have to introduce a binomial coefficient to count all this cases. To have the binomial coefficient of N numbers on M position the formula for KAlgebra is:

factorial(N) / (factorial(M) * factorial(N-M))

This is the combinatorial coefficient, which we can define like this: