
Originally Posted by
Builderjay2011
Ok here's what I did....
g=h(x+y/x-z) for z
multiply both sides by (x-z)
g(x-z) = h(x+y)
gx-gz-gx = hx+hy-gx (clear parentheses and subtract "gx" from both sides)
-gz = hx+hy-gx
z = (hx+hy-gx)/-g
Let me know if this makes sense.