What are $x$, $y$ and $z$ if $$\dfrac{x}{y + z} + \dfrac{y}{x + z} + \dfrac{z}{x + y} = 4$$ and $x$, $y$ and $z$ are whole numbers?
MY ATTEMPT
Let $u = x + y + z$. Then the equation can be rewritten as $$\dfrac{x}{u - x} + \dfrac{y}{u - y} + \dfrac{z}{u - z} = 4$$
Suppose I set $$1 = \dfrac{x}{u - x} = \dfrac{y}{u - y}$$ and $$2 = \dfrac{z}{u - z}.$$
Then I get $$x = y + z$$ $$y = x + z$$ $$z = 2(x + y),$$ so that $$z = 0 = x + y,$$ which is impossible.
Next, suppose I set $$\dfrac{4}{3} = \dfrac{x}{u - x} = \dfrac{y}{u - y} = \dfrac{z}{u - z}.$$
Then I get $$4(u - x) = 3x$$ $$4(u - y) = 3y$$ $$4(u - z) = 3z$$ so that $$12u - 4(x + y + z) = 3(x + y + z)$$ which implies that $$12u = 7(x + y + z) = 7u$$ from which it follows that $$u = 0.$$ This is, again, impossible.
Alas, here is where I get stuck. Any hint(s) will be appreciated.
If we set $$x+y=u, y+z= v, z+x=w $$
We have $$x=\frac{u+w-v}{2}, y=\frac{u+v-w}{2}, z=\frac{w+v-u}{2}$$
Now $$2\sum_{cyc} \frac{z}{x+y}=\sum_{cyc}\frac{u+v-w}{w}=8 \Rightarrow \sum_{cyc} \frac{u+v}{w}=11$$ However, one can prove that the only naturals that can be expressed of the $$\sum_{cyc} \frac{a+b}{c}$$
Where $a,b,c \in \mathbb{N}$ are $6,7,8$. This is relatively simple, as we can assume $\text{WLOG}$ $$ a \ge b \ge c, \dfrac{b+c}{a} \in \mathbb{N}$$so I leave this to you.
EDIT
The previous answer here is, unfortunately, incorrect. This is because I got confused and accidentally assumed that $(x,y,z)$ are all relatively coprime. However, as this is not implied in the question, my answer written here is incorrect.
The correct answer is written here, where the user @Next gives us a solution for $$\sum_{cyc} \frac{a}{b+c}=4$$ It is the following.
And there are infinitely many other solutions. I apologize for my previously incorrect answer. There does exist such $x,y,z$.