Consider the following system of two equations:
\begin{cases} \delta = \phi x^{\phi-1}y^{1-\phi} \\ \tag{1} z = (1-\phi)x^{\phi}y^{-\phi} \end{cases}
With $\phi$ $\in$ $(0,1)$.
To find the values $(x,y)$ that solve the system, I solve for $y$ in the first equation and obtain:
\begin{equation} y = \Big(\frac{\delta}{\phi}\Big)^{\frac{1}{1-\phi}}x\tag{2} \end{equation}
I then plug it in the second equation and obtain:
\begin{equation} z = (1-\phi) \Big(\frac{\delta}{\phi}\Big)^{\frac{\phi}{\phi-1}} \tag{3} \end{equation}
Where the unknowns cancel out. I have two related questions:
a) When equation (3) is satisfied, any combination of $(x,y)$ is a solution to the system. Correct?
b) When equation (3) is not satisfied, a solution does not exist. Correct?
a) no.
b) yes.
The system is "degenerate" in the sense that the equations are both in terms of $\dfrac xy$. If we set $t:=\dfrac xy$,
$$\begin{cases}\delta=\phi t^{\phi-1},\\z=(1-\phi)t^\phi.\end{cases}$$
This is a system of two equations in a single unknown. An immediate solution is obtained by taking the ratio,
$$t=\frac{z\phi}{\delta(1-\phi)}.$$ But for this solution to be correct, if needs to satisfy both equations, and a compatibility condition must be fulfilled. For instance, by eliminating $t$,
$$\left(\frac\delta\phi\right)^\phi=\left(\frac z{1-\phi}\right)^{\phi-1},$$ which is analogous to your equation 3).
But, when the system is compatible, the solutions in $x,y$ are $y=tx$, where $x$ is arbitrary.
[Not discussing the singular cases.]