Feartheblue
New member
- Joined
- Apr 25, 2017
- Messages
- 2
I want to simplify an equation for x, where
x = c*(a+b)/2
b is never known and = a + d - x
a, c and d can be found out, so I want x to be in terms of them.
I can get to
x = c*(2a+d-x)/2, but then if I substitute for x with the first equation above, I fall into a "loop".
I know the answer is
x = c*(2a+d)/(2+c)
but I don't know how to get there. Thanks!
x = c*(a+b)/2
b is never known and = a + d - x
a, c and d can be found out, so I want x to be in terms of them.
I can get to
x = c*(2a+d-x)/2, but then if I substitute for x with the first equation above, I fall into a "loop".
I know the answer is
x = c*(2a+d)/(2+c)
but I don't know how to get there. Thanks!