Concept:Use aˉ×cˉ=bˉ and aˉ⋅cˉ=3 to form equations for the unknown components of cˉ.Explanation:Let cˉ=pi^+qj^+rk^.Given aˉ=i^+j^+k^ and bˉ=j^−k^.Compute the cross product:aˉ×cˉ=i^1pj^1qk^1r=i^(r−q)−j^(r−p)+k^(q−p)=i^(r−q)+j^(p−r)+k^(q−p)Since aˉ×cˉ=j^−k^, equate components:r−q=0⇒r=qp−r=1q−p=−1⇒p−q=1Now use the dot product:aˉ⋅cˉ=(i^+j^+k^)⋅(pi^+qj^+rk^)=3⇒p+q+r=3Substitute r=q into p−q=1, so p=q+1.Then p+q+r=(q+1)+q+q=3 gives 3q+1=3, hence q=32.So r=32 and p=35.Answer:cˉ=35i^+32j^+32k^Option A is correct.