Question 70014: I have the following equation:
X = -((1 + Y)/W) + 1
I am trying to isolate and solve this for W.
Thanks Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! X = -((1 + Y)/W) + 1
I am trying to isolate and solve this for W.
--------
Switch sides to get:
(1+y)/w=1-x
Invert both sides to ge:
w/(1+y)=1/(1-x)
Multiply both sides by (1+y) to get
w=(1+y)/(1-x)
Cheers,
Stan H.