Canonical URI: https://w3id.org/kmath/solution_pattern/substitution_factorization
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 치환 후 인수분해하기 |
| rdfs:comment | 반복되는 식을 새 문자로 치환한 뒤 인수분해하고 원래 식으로 되돌리는 풀이 패턴. |
| math:appliesTo | problem_type:factorization_transform |
| math:appliesTo | problem_type:higher_degree_equation_solve |
| math:requiresConcept | concept:factorization |
| math:steps | 반복되는 부분식을 새 문자로 둔다. |
| math:steps | 치환된 식을 인수분해하거나 방정식으로 푼다. |
| math:steps | 치환을 되돌려 원래 변수의 식이나 해를 구한다. |