返回题库

AIME 2014 I · 第 5 题

AIME 2014 I — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 5

Let the set S={P1,P2,,P12}S = \{P_1, P_2, \dots, P_{12}\} consist of the twelve vertices of a regular 1212-gon. A subset QQ of SS is called "communal" if there is a circle such that all points of QQ are inside the circle, and all points of SS not in QQ are outside of the circle. How many communal subsets are there? (Note that the empty set is a communal subset.)

解析

Solution

By looking at the problem and drawing a few pictures, it quickly becomes obvious that one cannot draw a circle that covers 22 disjoint areas of the 1212-gon without including all the vertices in between those areas. In other words, in order for a subset to be communal, all the vertices in the subset must be adjacent to one another. We now count the number of ways to select a row of adjacent vertices. We notice that for any subset size between 11 and 1111, there are 1212 possible subsets like this (this is true because we can pick any of the 1212 vertices as a "starting" vertex, include some number of vertices counterclockwise from that vertex, and generate all possible configurations). However, we also have to include the set of all 1212 vertices, as well as the empty set. Thus, the total number is 1211+2=13412\cdot11 + 2 = \boxed{134}.