### Part (i)
1. Statement of the problem: We need to show that no matter how 2n identical pieces are placed on an n×n chessboard, one can always find 4 pieces among them that are the vertices of a parallelogram.
2. Pigeonhole Principle: Consider the n×n chessboard. Each piece is placed at the center of a square. There are n2 squares on the board. We place 2n pieces on the board.
3. Pairs of Rows and Columns: There are (2n)=2n(n−1) ways to choose 2 rows and (2n)=2n(n−1) ways to choose 2 columns. Each pair of rows and each pair of columns can form a parallelogram if there are pieces at the intersections of these rows and columns.
4. Counting Pairs: The total number of pairs of rows and columns is (2n(n−1))2=4n2(n−1)2.
5. Pigeonhole Application: Since we have 2n pieces, by the pigeonhole principle, there must be at least one pair of rows and one pair of columns such that there are at least 2 pieces in each of these rows and columns. This guarantees the formation of a parallelogram.
6. Conclusion: Therefore, no matter how 2n pieces are placed on the board, one can always find 4 pieces among them that are the vertices of a parallelogram.
■
### Part (ii)
1. Statement of the problem: We need to show that there is a way to place (2n−1) identical chess pieces so that no 4 of them are the vertices of a parallelogram.
2. Construction of Placement: Consider the points {(1,x),(x,1):x∈[n]} on the n×n grid. This means we place pieces at (1,1),(1,2),…,(1,n) and (2,1),(3,1),…,(n,1).
3. Verification: We need to verify that no 4 of these points form a parallelogram. Suppose there are 4 points that form a parallelogram. Then, these points must lie on two distinct rows and two distinct columns.
4. Counting Distances: Suppose there are ci chosen points in row i. Within each row, there are at least ci−1 distinct distances. If there was the same distance in two rows, we would have a parallelogram. The only possible distances are 1,…,n−1.
5. Summing Distances: Thus, we have:
i=1∑n(ci−1)≤n−1
This implies:
i=1∑nci≤2n−1
6. Conclusion: Therefore, it is possible to place (2n−1) pieces on the board such that no 4 of them form the vertices of a parallelogram.
■
The final answer is 2n−1