Im really stuck here, and feel quite dumb, because it looks so simple. However, I'm sure I'm overlooking something here.
I have given this equation:
$x=c_0y + c_1z$ where $x,y,z$ are some variables and $c_0,c_1$ are constants.
My goal is to get an equivalent equation in the form of $x-y = ?$
I went ahead and tried moving the components around, but whatever I do, I dont get it in the desired form:
$x - c_0y = c_1z$
$\frac{x}{c_0} - y = \frac{c_1z}{c_0}$
...
The constants just wont get to the other side... I just cant get my head around this. Any help or hint is very appreciated! Thanks in advance!