or
The combination obtained by repeatedly extracting M elements from N-ary set A is essentially an M-ary subset of A. ..
Extended data
You can repeatedly select m elements from n different elements. Synthesizing a group of m elements called n elements regardless of their order is a repeatable combination. Two repeated combinations are the same if and only if the elements are the same and the same elements are taken the same times.
The calculation method of permutation and combination is as follows:
The arrangement a (n, m) = n× (n- 1). (n-m+ 1) = n! /(n-m)! (n is subscript and m is superscript, the same below)
Combination C(n, m)=P(n, m)/P(m, m) =n! /m! (n-m)! ;
For example:
A(4,2)=4! /2! =4*3= 12
C(4,2)=4! /(2! *2! )=4*3/(2* 1)=6