返回题库

AIME 1989 · 第 2 题

AIME 1989 — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Ten points are marked on a circle. How many distinct convex polygons of three or more sides can be drawn using some (or all) of the ten points as vertices?

解析

Solution

Any subset of the ten points with three or more members can be made into exactly one such polygon. Thus, we need to count the number of such subsets. There are 210=10242^{10} = 1024 total subsets of a ten-member set, but of these (100)=1{10 \choose 0} = 1 have 0 members, (101)=10{10 \choose 1} = 10 have 1 member and (102)=45{10 \choose 2} = 45 have 2 members. Thus the answer is 102411045=9681024 - 1 - 10 - 45 = \boxed{968}.

Note (n0)+(n1)+(n2)++(nn){n \choose 0}+{n \choose 1} + {n \choose 2} + \dots + {n \choose n} is equivalent to 2n2^n