경기 방식별 경기 수 합산하기

Canonical URI: https://w3id.org/kmath/solution_pattern/sports_match_count_by_format

rdf:typemath:SolutionPattern
rdfs:label경기 방식별 경기 수 합산하기
rdfs:comment리그전에서는 팀 쌍의 조합을 세고, 토너먼트에서는 탈락 수를 이용하여 경기 수를 구한 뒤 경기 방식별 결과를 합산하는 풀이 패턴.
math:appliesToproblem_type:sports_competition_match_count
math:requiresConceptconcept:combination
math:requiresConceptconcept:counting_principle
math:requiresConceptconcept:product_rule
math:requiresConceptconcept:sum_rule
math:steps각 조나 리그에서 실제로 경기하는 팀 쌍의 수를 조합으로 센다.
math:steps같은 방식의 조 수나 반복 횟수를 곱한다.
math:steps토너먼트와 순위 결정전 등 다른 경기 방식의 경기 수를 더한다.