Assuming that there is no typo I believe a possible solution is as follows:
Third equation can be written as:
$$
y(x+z)+xz=-17
$$
if we put $x+z=4-y$ obtained from the first equation and $xz=-60/y$ obtained from the second equation into the above equation we get
$$
y(4-y)-60/y=-17
$$
Above equation can be written as
$$
y^2(4-y)-60=-17y\Rightarrow y^3-4y^2-17y+60=0
$$
As can be seen from the above equation $x,y$ and $z$ are the roots of the above equation. (You can do the same operation for $x$ and $z$ and you get the above equation). By doing some trial above equation can be written as
$$
y^3-4y^2-17y+60=0\Rightarrow(y-3)(y^2-y-20)=0\Rightarrow(y-3)(y-5)(y+4)=0
$$
So our $x,y$ and $z$ can be a tuple of 3,5 and -4. (The order doesn't matter as changing the order doesn't harm the given requirements).
However, from the asked quantity it follows that depending of the order of (3,5,-4) you can different results.(i.e. if (x,y,z)=(3,5,-4) you get -82/60 but if (x,y,z)=(-4,3,5) you get 75/60).
Thus I believe there is a problem with the question itself.