Maths Olympiad Prep

Library / /403 of 520

Combinatorics Difficulty 7.0 National olympiad Find the answer

GRE

Let n1n \geq 1 be a positive integer. A square of side length nn is divided by lines parallel to each side into n2n^{2} squares of side length 1. Find the number of parallelograms which have vertices among the vertices of the n2n^{2} squares of side length 1, with both sides smaller or equal to 2, and which have the area equal to 2.

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

Solution

We can divide all these parallelograms into 7 classes (types I-VII), according to Figure.

!

Type 1: There are nn ways to choose the strip for the horizontal (shorter) side of the parallelogram, and (n1)(n-1) ways to choose the strip (of the width 2) for the vertical (longer) side. So there are n(n1)n(n-1) parallelograms of the type I.

Type II: There are (n1)(n-1) ways to choose the strip (of the width 2) for the horizontal (longer) side, and nn ways to choose the strip for the vertical (shorter) side. So the number of the parallelogram of this type is also n(n1)n(n-1).

Type III: Each parallelogram of this type is a square inscribed in a unique square 2×22 \times 2 of our grid. The number of such squares is (n1)2(n-1)^{2}. So there are (n1)2(n-1)^{2} parallelograms of type III. For each of the types IV, V, VI, VII, the strip of the width 1 in which the parallelogram is located can be chosen in nn ways and for each such choice there are n2n-2 parallelograms located in the chosen strip.

Summing we obtain that the total number of parallelograms is:

2n(n1)+(n1)2+4n(n2)=7n212n+1 2 n(n-1)+(n-1)^{2}+4 n(n-2)=7 n^{2}-12 n+1

(C5) CYP

We have a 5×55 \times 5 chessboard and a supply of L\mathrm{L}-shaped triominoes, i.e. 2×22 \times 2 squares with one corner missing. Two players AA and BB play the following game: A positive integer k25k \leq 25 is chosen. Starting with AA, the players take alternating turns marking squares of the chessboard until they mark a total of kk squares. (In each turn a player has to mark exactly one new square.)

At the end of the process, player AA wins if he can cover without overlapping all but at most 2 unmarked squares with L\mathrm{L}-shaped triominoes, otherwise player B\boldsymbol{B} wins. It is not permitted any marked squares to be covered.

Find the smallest k\boldsymbol{k}, if it exists, such that player B\boldsymbol{B} has a winning strategy.

## Solution:

We will show that player AA wins if k=1,2k=1,2 or 3, but player BB wins if k=4k=4. Thus the smallest kk for which BB has a winning strategy exists and is equal to 4.

If k=1k=1, player AA marks the upper left corner of the square and then fills it as follows.

!

If k=2k=2, player AA marks the upper left corner of the square. Whatever square player BB marks, then player A\boldsymbol{A} can fill in the square in exactly the same pattern as above except that he doesn't put the triomino which covers the marked square of BB. Player AA wins because he has left only two unmarked squares uncovered.

For k=3k=3, player A\boldsymbol{A} wins by following the same strategy. When he has to mark a square for the second time, he marks any yet unmarked square of the triomino that covers the marked square of BB.

Let us now show that for k=4k=4 player BB has a winning strategy. Since there will be 21 unmarked squares, player A\boldsymbol{A} will need to cover all of them with seven L-shaped triominoes. We can assume that in his first move, player A\boldsymbol{A} does not mark any square in the bottom two rows of the chessboard (otherwise just rotate the chessboard). In his first move player B\boldsymbol{B} marks the square labeled 1 in the following figure.

!

If player A\boldsymbol{A} in his next move does not mark any of the squares labeled 2,3 and 4 then player B\boldsymbol{B} marks the square labeled 3. Player B\boldsymbol{B} wins as the square labeled 2 is left unmarked but cannot be covered with an L-shaped triomino.

If player A\boldsymbol{A} in his next move marks the square labeled 2, then player B\boldsymbol{B} marks the square labeled 5. Player BB wins as the square labeled 3 is left unmarked but cannot be covered with an L-shaped triomino.

Finally, if player A\boldsymbol{A} in his next move marks one of the squares labeled 3 or 4, player B\boldsymbol{B} marks the other of these two squares. Player B\boldsymbol{B} wins as the square labeled 2 is left unmarked but cannot be covered with an L-shaped triomino.

Since we have covered all possible cases, player BB wins when k=4k=4.

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: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.