순열과 조합의 관계로 조합 구하기

Canonical URI: https://w3id.org/kmath/solution_pattern/combination_from_permutation_relation

rdf:typemath:SolutionPattern
rdfs:label순열과 조합의 관계로 조합 구하기
rdfs:comment같은 조합에서 만들 수 있는 순열의 수를 이용하여 순열의 수를 나누어 조합의 수를 구하거나 설명하는 풀이 패턴.
math:appliesToproblem_type:combination_count
math:requiresConceptconcept:combination
math:requiresConceptconcept:factorial
math:requiresConceptconcept:permutation
math:steps순서를 고려하지 않은 조합 하나에서 만들 수 있는 순열의 수를 확인한다.
math:steps순열의 수를 내부 배열 수로 나누어 조합의 수를 구한다.
math:steps순열의 수와 조합의 수 사이의 곱셈 관계를 세운다.