Take one of the Stokes equations and continuity equations. Note that $\textbf{u} = (u,v,w)$ and $\textbf{f} = (f_x, f_y, f_z)$:
$\eta ({\partial^2u \over{\partial x^2}}+{\partial^2u \over{\partial y^2}}+{\partial^2u \over{\partial z^2}}) - {\partial p \over{\partial x}} + f_{x} = 0$
$\eta ({\partial^2v \over{\partial x^2}}+{\partial^2v \over{\partial y^2}}+{\partial^2v \over{\partial z^2}}) - {\partial p \over{\partial y}} + f_{y} = 0$
$\eta ({\partial^2w \over{\partial x^2}}+{\partial^2w \over{\partial y^2}}+{\partial^2w \over{\partial z^2}}) - {\partial p \over{\partial z}} + f_{z} = 0$
$ {\partial u \over{\partial x}}+{\partial v \over{\partial y}}+{\partial w \over{\partial z}} = 0$
Usually with PDEs, if we were solving for a single variable, lets say one labelled $w$, then we can solve it through something like separation of variables $w = X(x)Y(y)Z(z)$ and go from there.
However, in the case of the first three equations, we have two types of differentials; those in $u$ and those in $p$. There are two variables we would need to solve. How does one approach this?