How do I solve for $w$ when it's on both sides and nested within the equation?

52 Views Asked by At

I started with the following formula which I've confirmed works:

$$e = aw - b(1 - w)$$

I'm trying to solve for $w$ and this is as far as I got.

$$ w = \frac{e + b(1 - w)}{a}$$

1

There are 1 best solutions below

0
On BEST ANSWER

We have $$e = aw - b(1 - w)=aw-b+bw=(a+b)w-b$$ so $$b+e=(a+b)w\implies\boxed{w=\frac{b+e}{a+b}}$$