This question was found on the math contest provided by Thailand Mathematics Club.
According to the question, there are $2^9 = 512$ ways to write $3 \times 3$ matrices containing only $-1$ or $1$ in it.
The solution (maximum determinant) was revealed to be $0$. Is it true or false?
If you have a condition on real $n\times n$-matrices such that if $M$ fulfills that condition, then $-M$ does too (that is, the condition is symmetric under negation), then the only way that the maximal determinant of matrices with that condition is $0$ is if all matrices fulfilling that condition have determinant $0$. That's because $\det(-M)=-\det M$.
Now it is easy to check that $3$ is odd, and that the condition of all entries being either $1$ or $-1$ is symmetric under negation.
Therefore all you need it to find a matrix that has non-zero determinant. But that one is easy: $$\det\begin{pmatrix} -1 & 1 & 1 \\ 1 & -1 & 1 \\ 1 & 1 & -1 \end{pmatrix} = 4 \ne 0$$ Indeed, this is already a counterexample to the claim by itself. However I didn't construct it as such; all I did was to ensure that all the rows are obviously linearly independent, by just modifying the diagonal.