Concept: Equate components of vectors.
Step 1: Expand RHS.
\[
x(2,-1,1) + y(1,3,-2) + z(-2,1,-3)
\]
Step 2: Write component equations.
\[
2x + y -2z = 3
\]
\[
- x + 3y + z = 2
\]
\[
x -2y -3z = -5
\]
Step 3: Solve system (first two).
Multiply second by 2 and add:
\[
-2x +6y +2z =4
\]
\[
2x + y -2z =3
\]
Add:
\[
7y =7 \Rightarrow y=1
\]
Step 4: Substitute \( y=1 \).
\[
2x +1 -2z=3 ⇒ 2x-2z=2 ⇒ x-z=1
\]
\[
-x +3(1)+z=2 ⇒ -x+z=-1 ⇒ x-z=1
\]
Step 5: Solve:
\[
x=2, z=1
\]
Thus:
\[
(x,y,z)=(1,3,2)
\]