Concept:The cross product is distributive over vector addition and is anti-commutative. For any vectors a and b, a×a=0 and a×b=−(b×a).Explanation:We expand (a−b)×(a+b) using the distributive property: =a×a+a×b−b×a−b×b. Since a×a=0 and b×b=0, the expression simplifies to: =0+a×b−b×a−0. Using the anti-commutative property, −b×a=a×b. Thus, =a×b+a×b=2(a×b).Answer:2(a×b) (Option C).