Y by
Consider a
square grid (where
is a positive integer), the cells in the grid are coordinated in terms of columns and rows: Cell
is at the
column from left to right and the
row from bottom up. We want to place
marbles in the cells of the grid, with each cell containing at most one marble, such that
- Each row and each column has at least one marble
- For each marble, there is another marble placed on the same row or column with that marble.
a) Assume
. Determine the number of ways to place the marbles to satisfy the above conditions (Two ways to place marbles are different if there is a cell
having a marble placed in one way but not in the other way).
b) Assume
. Find the largest positive integer
such that if we mark any
cells on the board, there is always a way to place
marbles satisfying the above conditions such that none of the marbles are placed on any of the marked cells.






- Each row and each column has at least one marble
- For each marble, there is another marble placed on the same row or column with that marble.
a) Assume


b) Assume



