Consider the set of $8$ vectors $V=\{ai+bj+ck:a,b,c \in \{-1,1\}\}$. How can I choose three non-collinear vectors from $V$?
My try:
Let there be three vectors \begin{align*} V_1&=a_1i+b_1j+c_1k,\\ V_2&=a_2i+b_2j+c_2k,\\ V_3&=a_3i+b_3j+c_3k. \end{align*}
Now for $V_1,V_2,V_3$ to be collinear determinant of their $x,y,z$ components should be zero. But what next? What conditions should I apply?
The cross product of any two of the three vectors you choose cannot be zero. With the constraints you have, this in essence means that none of the vectors you choose can be the same as, or the negative of, any of the others.
So $(1,1,1), (1,1,-1), (1,-1,1)$ would work, for example.