Concept:Use cross product and dot product to set up equations for the unknown components of c.Explanation:Let c=xi^+yj^+zk^.Given a=i^+j^+k^ and a×c=b, where b=j^−k^.Compute the cross product:a×c=i^1xj^1yk^1zExpanding:a×c=(z−y)i^+(x−z)j^+(y−x)k^Since a×c=0i^+1j^−1k^, compare coefficients:z−y=0,x−z=1,y−x=−1From z−y=0, we get z=y.From x−z=1, using z=y, we get x−y=1.Now use the dot product condition:a⋅c=3(i^+j^+k^)⋅(xi^+yj^+zk^)=3So x+y+z=3. Since z=y, this becomes x+2y=3.From x−y=1, we have x=y+1.Substitute into x+2y=3:y+1+2y=3⇒3y=2⇒y=32Thus z=32 and x=y+1=35.Therefore:c=35i^+32j^+32k^Answer:c=35i^+32j^+32k^, which is Option C.