Canonical URI: https://w3id.org/kmath/solution_pattern/combination_from_permutation_relation
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 순열과 조합의 관계로 조합 구하기 |
| rdfs:comment | 같은 조합에서 만들 수 있는 순열의 수를 이용하여 순열의 수를 나누어 조합의 수를 구하거나 설명하는 풀이 패턴. |
| math:appliesTo | problem_type:combination_count |
| math:requiresConcept | concept:combination |
| math:requiresConcept | concept:factorial |
| math:requiresConcept | concept:permutation |
| math:steps | 순서를 고려하지 않은 조합 하나에서 만들 수 있는 순열의 수를 확인한다. |
| math:steps | 순열의 수를 내부 배열 수로 나누어 조합의 수를 구한다. |
| math:steps | 순열의 수와 조합의 수 사이의 곱셈 관계를 세운다. |