Canonical URI: https://w3id.org/kmath/solution_pattern/linear_function_intercepts
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 일차함수의 절편 구하기 |
| rdfs:comment | 일차함수의 식에서 x절편은 \(y=0\), y절편은 \(x=0\)을 대입하여 구하는 풀이 패턴. |
| math:appliesTo | problem_type:linear_function_intercept |
| math:requiresConcept | concept:linear_function |
| math:steps | x절편을 구하기 위해 \(y=0\)을 대입한다. |
| math:steps | y절편을 구하기 위해 \(x=0\)을 대입한다. |
| math:steps | 각 절편을 좌표나 값으로 정리한다. |