Concept:
Volume = absolute value of scalar triple product \(|\vec{a} \cdot (\vec{b} \times \vec{c})|\).
Step 1: Compute \(\vec{b} \times \vec{c}\).
\[
\vec{b} \times \vec{c} =
\begin{vmatrix}
\hat{i} & \hat{j} & \hat{k}
1 & -1 & 2
2 & 1 & -1
\end{vmatrix}
= \hat{i}((-1)(-1) - 2\cdot1) - \hat{j}(1\cdot(-1) - 2\cdot2) + \hat{k}(1\cdot1 - (-1)\cdot2)
\]
\[
= \hat{i}(1 - 2) - \hat{j}(-1 - 4) + \hat{k}(1 + 2)
= -\hat{i} + 5\hat{j} + 3\hat{k}
\]
Step 2: Compute \(\vec{a} \cdot (\vec{b} \times \vec{c})\).
\[
\vec{a} \cdot (\vec{b} \times \vec{c}) = (2, -3, 1) \cdot (-1, 5, 3)
\]
\[
= 2(-1) + (-3)(5) + 1(3) = -2 -15 + 3 = -14
\]
Step 3: Volume.
\[
V = |-14| = 14
\]