Canonical URI: https://w3id.org/kmath/solution_pattern/combination_choose_groups
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 그룹별 조합을 곱하고 더하기 |
| rdfs:comment | 집단별로 몇 개를 고르는지 나누어 조합을 계산하고 합의 법칙 또는 곱의 법칙을 적용하는 풀이 패턴. |
| math:appliesTo | problem_type:combination_count |
| math:appliesTo | problem_type:permutation_combination_strategy |
| math:requiresConcept | concept:combination |
| math:requiresConcept | concept:product_rule |
| math:requiresConcept | concept:sum_rule |
| math:steps | 각 그룹에서 뽑을 개수를 정한다. |
| math:steps | 같은 경우 안에서는 곱하고 다른 경우끼리는 더한다. |
| math:steps | 그룹별 조합의 수를 구한다. |