Canonical URI: https://w3id.org/kmath/solution_pattern/permutation_combination_formula_substitution
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 순열과 조합 공식에 직접 대입하기 |
| rdfs:comment | 순열, 조합, 계승 식을 각각의 공식으로 바꾸어 수치 값을 계산하는 풀이 패턴. |
| math:appliesTo | problem_type:combination_count |
| math:appliesTo | problem_type:permutation_combination_formula_calculation |
| math:appliesTo | problem_type:permutation_count |
| math:requiresConcept | concept:combination |
| math:requiresConcept | concept:factorial |
| math:requiresConcept | concept:permutation |
| math:steps | 곱셈과 나눗셈을 계산하여 값을 구한다. |
| math:steps | 주어진 식이 순열, 조합, 계승 중 어느 식인지 확인한다. |
| math:steps | 해당 공식에 값을 대입한다. |