Browse · MathNet
PrintMathematical Olympiad Rioplatense
Argentina counting and probability
Problem
There are given distinct points on a circle. We have to select of them so that no two chosen points are adjacent. In how many ways can this be done?
Solution
Label the points clockwisely starting at any desired position. To every selection of several points there corresponds bijectively a sequence of zeros and ones in which or according as is selected or not. So we may argue about - sequences instead of selections. Such a sequence is admissible if it contains exactly ones, if no two ones in it are adjacent, and if at least one of and is zero. We distinguish between two types of admissible sequences: type 1 with and type 2 with .
Let be a type 1 admissible sequence. Since , every term in it is preceded by at least one . Delete one zero in front of each . A - sequence of length is obtained, with terms . Call the latter a sequence of type 1'; there are of these. Writing a in front of every in restores back the original . It follows that is an injection from the set of type 1 admissible sequences into the set of type 1' sequences. Now take a type 1' sequence and write a zero in front of each of the terms . The result is an admissible type 1 sequence: it contains ones, no two of them adjacent due to the added zeros, and the first term is a zero. Thus is a bijection, implying that there are type 1 admissible sequences.
Let be a type 2 admissible sequence. Here , therefore . Thus each term with is preceded by at least one . Delete one zero in front of every such term, also delete and . The obtained - sequence has length and terms . Call the latter a sequence of type 2'; there are of these. Like in the previous case is a bijection, hence there are type 2 admissible sequences.
In summary there are admissible selections.
Let be a type 1 admissible sequence. Since , every term in it is preceded by at least one . Delete one zero in front of each . A - sequence of length is obtained, with terms . Call the latter a sequence of type 1'; there are of these. Writing a in front of every in restores back the original . It follows that is an injection from the set of type 1 admissible sequences into the set of type 1' sequences. Now take a type 1' sequence and write a zero in front of each of the terms . The result is an admissible type 1 sequence: it contains ones, no two of them adjacent due to the added zeros, and the first term is a zero. Thus is a bijection, implying that there are type 1 admissible sequences.
Let be a type 2 admissible sequence. Here , therefore . Thus each term with is preceded by at least one . Delete one zero in front of every such term, also delete and . The obtained - sequence has length and terms . Call the latter a sequence of type 2'; there are of these. Like in the previous case is a bijection, hence there are type 2 admissible sequences.
In summary there are admissible selections.
Final answer
binom(1000 - k, k) + binom(999 - k, k - 1)
Techniques
Recursion, bijection