Simplify, then multiply.
Fix only one choice for the first box. All others contribute equally, and only corresponds to symbol permutation, 24 in total.
Then assume the elements in the first column in box 3 are sorted. That is because swapping them corresponds to swapping the two bottom rows, and gives equally many solutions.
Do the same with the top row in box 2. Hence, you only work with the grid
- Code: Select all
+--+--+
|12|34|
|34|..|
+--+--+
|2.|..|
|4.|..|
+--+--+
Count all solutions to this, then multiply by 24*2*2.