순열과 조합 공식에 직접 대입하기

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

rdf:typemath:SolutionPattern
rdfs:label순열과 조합 공식에 직접 대입하기
rdfs:comment순열, 조합, 계승 식을 각각의 공식으로 바꾸어 수치 값을 계산하는 풀이 패턴.
math:appliesToproblem_type:combination_count
math:appliesToproblem_type:permutation_combination_formula_calculation
math:appliesToproblem_type:permutation_count
math:requiresConceptconcept:combination
math:requiresConceptconcept:factorial
math:requiresConceptconcept:permutation
math:steps곱셈과 나눗셈을 계산하여 값을 구한다.
math:steps주어진 식이 순열, 조합, 계승 중 어느 식인지 확인한다.
math:steps해당 공식에 값을 대입한다.