Rooks are place on a $n \times n$ chessboard satisfying the following condition: If the square $(i;j)$ is free, then at least $n$ rooks are on the $i$th row and $j$th column together. Show that there are at least $ n^2/2 $ rooks.
Among these $2n$ rows and columns I chose the one with the least number of rooks. Let that be a row. If $k$ is the number of rooks on this row and if $k$ is equal or bigger then $n/2$ then each row has $n/2$ rooks,and there will be at least $ n^2/2 $ rooks on the board. Now I'm having troubles proving it when $k$ is smaller then $n/2$.