Maths Olympiad Prep

Library / /3 of 17

, 2007

Combinatorics Difficulty 4.6 AIME Find the answer Japan

We have 15 cards numbered 11, 22, \dots, 1515. How many ways are there to choose some (at least 1) cards so that all numbers on these cards are larger than or equal to the number of cards chosen?

A number or a short expression. Spacing and $ signs are ignored.

Solution

Consider a general problem with cards 11, 22, \dots, nn. Let FnF_n be the number of choices when there are nn cards. F1=1F_1 = 1 and F2=2F_2 = 2 are trivial. Let k3k \ge 3. We will consider FkF_k. If card kk is not chosen, the number of ways is trivially Fk1F_{k-1}.

Consider the case where card kk is chosen. If any card other than kk is chosen, we cannot choose 11. And if we remove the card kk and decrease the numbers on other cards by 11, we get a proper choice from cards 11, \dots, k2k-2. On the other hand, if we have a proper choice from 11, \dots, k2k-2, we get a choice with kk and some other cards among 11, \dots, k1k-1. If no card other than kk is chosen, there is trivially only 11 way. Therefore, the number of proper choices with card kk is Fk2+1F_{k-2} + 1.

So we get a relation Fk=Fk1+Fk2+1F_k = F_{k-1} + F_{k-2} + 1. Calculate the sequence by this relation we get F15=1596F_{15} = 1596.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.