Step 1: Understand the plane.
The plane passes through $(2,0,5)$ and is parallel to two vectors $\bar{u} = \hat{i} - \hat{j} + \hat{k}$ and $\bar{v} = 3\hat{i} + 2\hat{j} - \hat{k}$.
Step 2: Get the normal direction.
The plane's normal is at right angles to both vectors that lie in it. So the normal is their cross product $\bar{n} = \bar{u}\times\bar{v}$.
Step 3: Compute the cross product.
\[ \bar{n} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & -1 & 1 \\ 3 & 2 & -1 \end{vmatrix} \]
\[ = \hat{i}((-1)(-1) - (1)(2)) - \hat{j}((1)(-1) - (1)(3)) + \hat{k}((1)(2) - (-1)(3)) \]
\[ = \hat{i}(1-2) - \hat{j}(-1-3) + \hat{k}(2+3) = -\hat{i} + 4\hat{j} + 5\hat{k} \]
Step 4: Tidy the normal.
Multiply by $-1$: $\bar{n} = \hat{i} - 4\hat{j} - 5\hat{k}$, so $A = 1$, $B = -4$, $C = -5$.
Step 5: Write the plane equation.
Using point $(2,0,5)$:
\[ 1(x-2) - 4(y-0) - 5(z-5) = 0 \]
Step 6: Simplify.
\[ x - 2 - 4y - 5z + 25 = 0 \;\Rightarrow\; x - 4y - 5z + 23 = 0 \]
\[ \boxed{x - 4y - 5z + 23 = 0} \]