Concept:The vector cross product a×b gives a vector perpendicular to both. Dot product with c helps find an unknown scalar. The length of projection of b on c is ∣b⋅c∣/∣c∣.Explanation:Given a=i^−2j^+3k^, b=2i^+j^−k^, c=λi^+j^+k^, and v=a×b.Compute v using determinant:v=i^12j^−21k^3−1v=i^((−2)(−1)−3⋅1)−j^(1⋅(−1)−3⋅2)+k^(1⋅1−(−2)⋅2)v=i^(2−3)−j^(−1−6)+k^(1+4)v=−i^+7j^+5k^.Given v⋅c=11:(−i^+7j^+5k^)⋅(λi^+j^+k^)=11−λ+7+5=11⟹−λ+12=11⟹λ=1.Thus c=i^+j^+k^.The projection length p of b on c is p=∣c∣∣b⋅c∣.b⋅c=(2i^+j^−k^)⋅(i^+j^+k^)=2+1−1=2.∣c∣=12+12+12=3.So p=32 and p2=34.Then 9p2=9×34=12.Answer:9p2=12 and the correct option is D.