Concept:Use scalar triple product properties and vector triple product identity to simplify the dot product.Explanation:Given a=−i^+j^+2k^ and b=i^−j^−3k^. First compute: a⋅b=(−1)(1)+(1)(−1)+(2)(−3)=−8. ∣a∣2=a⋅a=1+1+4=6. ∣b∣2=b⋅b=1+1+9=11. Now (a−b)⋅d=a⋅d−b⋅d. Since d=c×a and c=a×b, we have a⋅d=[aca]=0. Thus (a−b)⋅d=−b⋅d. Now b⋅d=b⋅((a×b)×a). Using the triple product identity (p×q)×r=(p⋅r)q−(q⋅r)p, (a×b)×a=(a⋅a)b−(b⋅a)a=∣a∣2b−(a⋅b)a. Hence b⋅d=b⋅(∣a∣2b−(a⋅b)a)=∣a∣2∣b∣2−(a⋅b)2. Substitute values: =6×11−(−8)2=66−64=2. Therefore (a−b)⋅d=−(2)=−2.Answer:−2 (Option B)