Concept:
Area of triangle:
\[
\frac{1}{2} |\vec{AB} \times \vec{AC}|
\]
Step 1: Compute vectors.
\[
\vec{AB} = (2-1, 1+1, -1-2) = (1,2,-3)
\]
\[
\vec{AC} = (3-1, -1+1, 2-2) = (2,0,0)
\]
Step 2: Cross product.
\[
\vec{AB} \times \vec{AC} =
\begin{vmatrix}
\hat{i} & \hat{j} & \hat{k} \\
1 & 2 & -3 \\
2 & 0 & 0
\end{vmatrix}
\]
\[
= \hat{i}(2\cdot0 - (-3)\cdot0)
- \hat{j}(1\cdot0 - (-3)\cdot2)
+ \hat{k}(1\cdot0 - 2\cdot2)
\]
\[
= (0, -6, -4)
\]
Step 3: Magnitude.
\[
|\vec{AB} \times \vec{AC}| = \sqrt{0 + 36 + 16} = \sqrt{52} = 2\sqrt{13}
\]
Step 4: Area.
\[
\frac{1}{2} \times 2\sqrt{13} = \sqrt{13}
\]
\[
\boxed{\sqrt{13}}
\]