I was asked to find the minimum value of a determinant of order $3\times 3$ having elements $-1$ and $1$, and after trial and error, was able to come up with this $$ \begin{vmatrix} -1 & 1 & -1 \\ 1& 1 & 1 \\ -1 & - 1& 1 \\ \end{vmatrix} = -4$$
However, this seems like a brutalist approach, and was looking for simpler methods.
I have come across answers like this on maximizing and minimising a 3 by 3 matrix, however, as this is for school, I can't use computers for more complicated problems
You can solve this without actually computing any determinants. The three rows correspond to three points; the determinant is (up to sign) 6 times the volume of the tetrahedron whose corners are your three points together with the origin. You can always change the sign if you need to by swapping two rows.
Given that the coordinates are all $\pm1$, you can choose from eight possible points, which form the corners of a cube whose side lengths are all $2$. If you want the determinant to be nonzero, you have to pick three corners such that none is directly opposite any of the others (equivalently no row can be the negative of any other row.) (In this simple problem it turns out that’s all you have to worry about.)
Rotating the cube preserves volume, so you can pick the first row (point on the cube) however you like. The second point can’t be opposite the first, so it must share a face with the first point, either adjacent or directly opposite. By symmetry, each of the three pairs must share a face.
One way to accomplish this is if the three points are the vertices of a triangle on a single face of the cube, for example $(1,1,1)$, $(1,1,-1)$, and $(1,-1,-1)$, The area of the triangle is $2$ (half the area of the face) so the tetrahedron has volume $2/3$ (recall $V= 1/3 bh$) and the determinant is $\pm4$. (The sign depends on whether you list the points clockwise or counterclockwise.)
But any other solution can be turned into this one. To see this, fix a face, and take any points of your triple that aren’t in the face and reflect them through the origin to put them in the face; this might change the sign of the determinant but not the absolute value. The three points are now in one face and must be distinct, so we’re in the case already analyzed. Thus the only possible nonzero determinants are $4$ and $-4$.