In the context of Geometric Algebra, in $ \mathbb{R}^3 $: Let $A$ and $B$ be bivectors (representing planes). Show that $ (\langle AB \rangle_2)^* $ is a vector in the line of intersection of the two planes, where the $ ^* $ represents the dual.
My approach: $ A^*, B^* $ are vectors orthogonal to $A$, $B$; $ (A^* \wedge B^*) $ represents the plane orthogonal to both $A$ and $B$, and $ (A^* \wedge B^*)^* $ is a vector orthogonal to this plane, thus lying in the line of intersection of $A$ and $B$. Using the duality of the inner and outer products: $$ (A^* \wedge B^*)^* = A^*\cdot B^{**} = A^*.(-B) = - A^*\cdot B$$
But not quite sure how to proceed from here. Is there a general commutativity property of the dot product of a vector and a bivector? Also, what is the geometric interpretation of this result?