Canonical URI: https://w3id.org/kmath/solution_pattern/case_split_sum_rule
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 경우를 나누어 합의 법칙 적용하기 |
| rdfs:comment | 서로 겹치지 않는 경우로 나누어 각 경우의 수를 구한 뒤 더하는 풀이 패턴. |
| math:appliesTo | problem_type:combination_count |
| math:appliesTo | problem_type:counting_rule_application |
| math:appliesTo | problem_type:permutation_count |
| math:requiresConcept | concept:counting_principle |
| math:requiresConcept | concept:sum_rule |
| math:steps | 각 경우의 수를 구한다. |
| math:steps | 조건에 따라 겹치지 않는 경우를 나눈다. |
| math:steps | 합의 법칙으로 모두 더한다. |