问题如下图:
选项:
A.
B.
C.
解释:
老师 请问一下multiplication/labeling/permutation/combination的区别?
第一个是全部排列;第三个是先选zai2排列;第四个是只有组合?
菲菲_品职助教 · 2019年02月20日
同学你好,这道题的考察重点在于排列和组合的一个概念。
排列的概念是:Permutation Formula: The number of ways that we can choose r objects from a total of n objects, when the order in which the r objects are listed does matter. 意思就是我们从n个对象里面选取r个对象,并考虑排序问题。
组合的概念是:Combination Formula (Binomial Formula): The number of ways that we can choose r objects from a total of n objects, when the order in which the r objects are listed does not matter. 意思就是我们从n个对象里面选取r个对象,但不考虑排序问题。
这两个是比较常见的。也是考试比较常考的两个概念。所以我们注意区分这两个。
labeling:顾名思义,就是贴标签的意思。We want to give each object in a group a label, to place it in a category. 就是给不同类型的组贴上标签进行分类。
Multinomial Formula (General Formula for Labeling Problems).其实这个就是为了解决贴标签问题的。
这两个就大概了解就行。