Canonical URI: https://w3id.org/kmath/solution_pattern/synthetic_division_quotient_remainder
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 조립제법으로 몫과 나머지 구하기 |
| rdfs:comment | 조립제법을 이용하여 다항식을 일차식으로 나누고 몫과 나머지를 구하는 풀이 패턴. |
| math:appliesTo | problem_type:polynomial_division_remainder |
| math:requiresConcept | concept:polynomial_division |
| math:requiresConcept | concept:synthetic_division |
| math:steps | 나누는 일차식의 근을 조립제법 왼쪽에 쓴다. |
| math:steps | 빠진 차수의 계수는 0으로 채운다. |
| math:steps | 조립제법 계산으로 몫의 계수와 나머지를 읽는다. |