One Question given in class was to prove that:
$$\mathbf{(A \cdot B \times C)(a \cdot b \times c)} $$
is equal to
$$\begin{vmatrix} \mathbf A \cdot a & \mathbf A \cdot b & \mathbf A \cdot c \\ \mathbf B \cdot a & \mathbf B \cdot b & \mathbf B \cdot c \\ \mathbf C \cdot a & \mathbf C \cdot b & \mathbf C \cdot c \end{vmatrix}$$
I tried to write everything out in components, but that went no where fast. Anywhere to start? I am only allowed to use vector analysis and properties of the dot product and cross product. However, I do know that
$$\mathbf{(A \cdot B \times C)} $$
is equal to
$$\begin{vmatrix} \mathbf A_x & \mathbf A_y & \mathbf A_z\\ \mathbf B_x & \mathbf B_y & \mathbf B_z\\ \mathbf C_x & \mathbf C_y & \mathbf C_z \ \end{vmatrix}$$
any help? It looks like it has some cool geometric properties.
Hints: Use your known identity to express $\mathbf{(A \cdot B \times C)}$ and $\mathbf{(a \cdot b \times c)}$ as determinants. What is the relationship between the product of two matrices and their determinants? And what two matrices would you need to multiply in order to get $\mathbf A\cdot\mathbf a$ in the upper-right corner?