Browse · MathNet
PrintAustriaMO2011
Austria 2011 counting and probability
Problem
Each brick of a set has 5 holes in a horizontal row. We can either place pins into individual holes or brackets into two neighboring holes. No hole is allowed to remain empty. We place such bricks in a row in order to create patterns running from left to right, in which no two brackets are allowed to follow another, and no three pins may be in a row. How many such patterns of bricks can be created?
Solution
Since 3 pins (P) or 2 brackets (B) may not lie in a row, they may not do so on an individual brick. This means that there are only three different types of brick, which we name A (PBPP), B (PPBP) and C (BPB). Naming the number of possible patterns of bricks with a brick A at the end , and analogously and for B and C, the number we wish to determine is . Due to the restrictions on the bricks, we see that , and with starting values .
This yields with and . We see that the resulting sequence is simply the Fibonacci sequence starting from the fourth element, and .
qed
This yields with and . We see that the resulting sequence is simply the Fibonacci sequence starting from the fourth element, and .
qed
Final answer
F_{n+3}
Techniques
Recursion, bijectionRecurrence relations