Canonical URI: https://w3id.org/kmath/solution_pattern/expand_with_formula
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 곱셈 공식으로 전개하기 |
| rdfs:comment | 곱셈 공식이나 분배법칙을 이용하여 다항식의 곱을 전개하는 풀이 패턴. |
| math:appliesTo | problem_type:factorization_transform |
| math:appliesTo | problem_type:polynomial_operation_simplify |
| math:requiresConcept | concept:identity |
| math:requiresConcept | concept:polynomial_operation |
| math:steps | 각 항을 빠짐없이 곱한다. |
| math:steps | 동류항을 정리한다. |
| math:steps | 적용할 곱셈 공식이나 분배 구조를 찾는다. |