Combination formula
Combination number calculator for C(n,r) Input data: input n = 7; input r = 4
Symbol Description: C-combination number, total number of n-elements, r-number of elements participating in the selection, !-factorial, such as 5! =5 * 4 * 3 * 2 * 1=120 C-Combination Combination P-Permutation arrangement (now textbook A-Arrangement)
Powered by TorCMS (https://github.com/bukun/TorCMS).