Canonical URI: https://w3id.org/kmath/solution_pattern/coefficient_comparison_substitution
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 항등식에 특수값을 대입해 계수합 구하기 |
| rdfs:comment | 항등식 양변에 \(0\), \(1\), \(-1\) 같은 값을 대입하여 특정 계수들의 합을 구하는 풀이 패턴. |
| math:appliesTo | problem_type:identity_coefficient_comparison |
| math:appliesTo | problem_type:polynomial_operation_simplify |
| math:requiresConcept | concept:identity |
| math:requiresConcept | concept:polynomial_operation |
| math:steps | 관계식을 더하거나 빼서 필요한 계수합을 구한다. |
| math:steps | 양변에 값을 대입하여 계수합 관계식을 만든다. |
| math:steps | 항등식에서 구하려는 계수합에 맞는 대입값을 고른다. |