Concept:Use the given cross product and dot product conditions to determine the unknown components of b.Explanation:Let b=b1i^+b2j^+b3k^.Given a=j^−k^=(0,1,−1) and c=i^−j^−k^=(1,−1,−1).From a×b+c=0, we get a×b=−c=(−1,1,1).Now compute the cross product:a×b=(0,1,−1)×(b1,b2,b3)=(b3+b2,−b1,−b1).Equating components gives b3+b2=−1 and −b1=1, so b1=−1.Also, a⋅b=b2−b3=3.Solve the system b2+b3=−1 and b2−b3=3.Adding the two equations: 2b2=2⇒b2=1.Substituting back, b3=−2.Hence b=−i^+j^−2k^.Answer:Option A: −i^+j^−2k^.