This problem is from Futulity Closet wonderful site who itself brought this from Ross Honsberger's book - Mathematical Delights:
"In a certain chess position, each row and each column contains an odd number of pieces. Prove that the total number of pieces on black squares is an even number."
You can see a nice "simple" solution in Futilty Closet, but I would like to post a different solution involving linear algebra.
Let A be the 8×8 matrix that represents the pieces configuration. This matrix aij entry is 1 if there is a piece on that entry else it is 0. It can be thought of a matrix in F8,82 - that is over the finite field of 2 elements.
Let vt=(11111111)∈F82 , from the given data it can be shown that
Av=v, (sum of each row is odd ) and that vtA=vt (sum of each column is odd).
We want to prove that the sum of the pieces in the dark squares is even, it can be shown that this sum is actually the trace (sum of diagonal) of the multiplication of A with a certain matrix B,
where B=(0101010110101010010101011010101001010101101010100101010110101010).
If AB=C, check that c11 is the number of pieces in the first black row, c22 is the number of all pieces in the second black row etc.
So we can see that the number of pieces in the black squares is even if and only if tr(AB)=0 mod 2.
The matrix B can re presented as the sum of two 1-ranked matrices:
B=(0101010100000000010101010000000001010101000000000101010100000000)+(0000000010101010000000001010101000000000101010100000000010101010).
Each of those 1-ranked matrices can be represented as a multiplication of vectors:
B=(10101010)(10101010)+(01010101)(01010101).
Now we know that v is an eigen-vector of A. Using that, we can compose v into two parts
Av=A(11111111)=A((10101010)+(01010101))=A(10101010)+A(01010101)=(11111111).
Thus
A(10101010)=(11111111)−A(01010101)=(11111111)+A(01010101).
The last equality is because −1=1 mod 2.
Replacing this in the multiplication of AB.
AB=A(10101010)(10101010)+A(01010101)(01010101)=
=((11111111)+A(01010101))(10101010)+A(01010101)(01010101)=
=(11111111)(10101010)+
A(01010101)(10101010)+A(01010101)(01010101).
But note that the first matrix term (11111111)(10101010) is a matrix with even trace, that means that we can neglect it.
tr(AB)=tr(A(01010101)(10101010)+A(01010101)(01010101)).
=tr(A(01010101)((10101010)+(01010101))) =
tr(A(01010101)(11111111)).
Now we use the famous equality tr(AB)=tr(BA).
=tr((01010101)(11111111)A).
But (11111111)A=(11111111) (remember?).
So, finally:
tr(AB)=tr((01010101)(11111111))=
tr(0000000011111111000000001111111100000000111111110000000011111111)=0.
Let A be the 8×8 matrix that represents the pieces configuration. This matrix aij entry is 1 if there is a piece on that entry else it is 0. It can be thought of a matrix in F8,82 - that is over the finite field of 2 elements.
Let vt=(11111111)∈F82 , from the given data it can be shown that
Av=v, (sum of each row is odd ) and that vtA=vt (sum of each column is odd).
We want to prove that the sum of the pieces in the dark squares is even, it can be shown that this sum is actually the trace (sum of diagonal) of the multiplication of A with a certain matrix B,
where B=(0101010110101010010101011010101001010101101010100101010110101010).
If AB=C, check that c11 is the number of pieces in the first black row, c22 is the number of all pieces in the second black row etc.
So we can see that the number of pieces in the black squares is even if and only if tr(AB)=0 mod 2.
The matrix B can re presented as the sum of two 1-ranked matrices:
B=(0101010100000000010101010000000001010101000000000101010100000000)+(0000000010101010000000001010101000000000101010100000000010101010).
Each of those 1-ranked matrices can be represented as a multiplication of vectors:
B=(10101010)(10101010)+(01010101)(01010101).
Now we know that v is an eigen-vector of A. Using that, we can compose v into two parts
Av=A(11111111)=A((10101010)+(01010101))=A(10101010)+A(01010101)=(11111111).
Thus
A(10101010)=(11111111)−A(01010101)=(11111111)+A(01010101).
The last equality is because −1=1 mod 2.
Replacing this in the multiplication of AB.
AB=A(10101010)(10101010)+A(01010101)(01010101)=
=((11111111)+A(01010101))(10101010)+A(01010101)(01010101)=
=(11111111)(10101010)+
A(01010101)(10101010)+A(01010101)(01010101).
But note that the first matrix term (11111111)(10101010) is a matrix with even trace, that means that we can neglect it.
tr(AB)=tr(A(01010101)(10101010)+A(01010101)(01010101)).
=tr(A(01010101)((10101010)+(01010101))) =
tr(A(01010101)(11111111)).
Now we use the famous equality tr(AB)=tr(BA).
=tr((01010101)(11111111)A).
But (11111111)A=(11111111) (remember?).
So, finally:
tr(AB)=tr((01010101)(11111111))=
tr(0000000011111111000000001111111100000000111111110000000011111111)=0.