It is proposed to colour the squares of a $4 \times 4$ board black and white, so that there are exactly two black squares and two white squares in each row or column. 
In how many ways can this be done?
I've tried this finding out the number of ways column 1 and 2 can be done which is $36 = 6 \cdot 6$ as $\binom{4}{2}$ since the second column doesn't get in the way of the first.
Then I hit a road block. Can anyone provide a hint?
An ad-hoc low level solution can be quickly given. There are $6$ possibilities to fill in the first row. Fix now a solution grid. After applying the one shuffle permutation of columns that map the first, resp. second black square of the first row to the positions 1, 2 of this first row, we get a "special grid". (The shuffle does not change the order of the black and/or white squares of the first line.)
The number of all solution grids is then the number of realizations
The next reduction is to move in the first column the second occurence of a "black square "
Xto the upper most possible position. There are only three possibilities for theX, so we count realizations likeNow let us take a closer look to the second column. The
Xis either at position $(2,2)$, and we can fill in the picture in exactly one way, or not, then... (we either norm the second column with anXat position $(2,3)$, taking the number times two, a.s.o., or we count the four possibilities in an other way.) We get as answerThere are thus $(1+2\cdot 2)\cdot 6\cdot 3=90$ solution grids.
Code checking this: