Concept:The sum of squares of magnitudes of cross products of a vector with unit vectors i^, j^, k^ equals twice the square of its magnitude.Explanation:Let a=xi^+yj^+zk^.Compute each cross product using determinant form:a×i^=i^x1j^y0k^z0=zj^−yk^.Its magnitude squared is ∣a×i^∣2=z2+y2.Similarly, a×j^=i^x0j^y1k^z0=−zi^+xk^, so ∣a×j^∣2=z2+x2.And a×k^=i^x0j^y0k^z1=yi^−xj^, so ∣a×k^∣2=y2+x2.Add the three expressions: (z2+y2)+(z2+x2)+(y2+x2)=2(x2+y2+z2)=2∣a∣2.Answer:Option B: 2∣a∣2.