If we have three vectors: $n$,$a$, and $b$, and I want to evaluate $$\frac{(n \times a)\times(n \times b)}{2}$$, can I FOIL this to get:
$$\frac{(n \times n) + (n \times b) + (a \times n) + (a \times b)}{2}$$ = $$\frac{(n \times b) + (a \times n) + (a \times b)}{2}$$