Canonical URI: https://w3id.org/kmath/solution_pattern/combine_like_terms_polynomial
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 동류항을 모아 다항식 계산하기 |
| rdfs:comment | 다항식의 합과 차에서 동류항끼리 모으고 부호를 정리하여 계산하는 풀이 패턴. |
| math:appliesTo | problem_type:polynomial_operation_simplify |
| math:requiresConcept | concept:polynomial_operation |
| math:steps | 각 동류항의 계수를 계산하여 정리한다. |
| math:steps | 괄호를 풀고 빼는 식의 부호를 바꾼다. |
| math:steps | 차수가 같은 항끼리 모은다. |