返回题库

AIME 1988 · 第 1 题

AIME 1988 — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

One commercially available ten-button lock may be opened by pressing -- in any order -- the correct five buttons. The sample shown below has {1,2,3,6,9}\{1,2,3,6,9\} as its combination. Suppose that these locks are redesigned so that sets of as many as nine buttons or as few as one button could serve as combinations. How many additional combinations would this allow?

AIME diagram

解析

Solution

Currently there are (105){10 \choose 5} possible combinations. With any integer xx from 11 to 99, the number of ways to choose a set of xx buttons is k=19(10k)\sum^{9}_{k=1}{10 \choose k}. Now we can use the identity k=0n(nk)=2n\sum^{n}_{k=0}{n \choose k}=2^{n}. So the number of additional combinations is just 210(100)(1010)(105)=102411252=7702^{10}-{10\choose 0}-{10\choose 10}-{10 \choose 5}=1024-1-1-252=\boxed{770}.

Note: A simpler way of thinking to get 2102^{10} is thinking that each button has two choices, to be black or

to be white.