Canonical URI: https://w3id.org/kmath/problem_type/lattice_point_triangle_count
| rdf:type | math:ProblemType |
|---|---|
| rdfs:label | 점 배열에서 삼각형 세기 |
| rdfs:comment | 점 배열에서 세 점을 택하는 조합을 세고 한 직선 위에 있는 경우를 제외하여 삼각형의 개수를 구하는 문항 유형. |
| math:difficulty_band | intermediate |
| math:examples | 격자 모양으로 놓인 점 중 세 점을 꼭짓점으로 하는 삼각형의 개수를 구하시오. |
| math:requiresSkill | skill:combination_formula |
| math:requiresSkill | skill:counting_case_split |
| math:targets | concept:combination |
| math:targets | concept:counting_principle |
| math:targets | concept:sum_rule |