How do you solve a system of equations with variables on both sides? I have a problem solving this:
$a + 3b = a + 2c$
$2a = b + 2d$
$c + 3d = 3a$
$2c = 3b$
I tried substituting $c$ for $1.5b$ but all I end up with is the two middle equations beeing multiples of eachother and $a = 0.5b + d$
According to the book the answer is
$a = c$ and
$b = d = (2/3)c$
So how can you come to the stage where each variable can be expressed in a single other variable?
You are correct about the dependence of the last three equations. Also note you can subtract $a$ from both sides of the first and get the fourth. You actually only have two equations in four unknowns. As the equations are homogeneous, there is nothing to set the scale. You can multiply any solution by a constant to get another solution, so you will have to express the solution as ratios of variables. You need three equations to have a unique (up to scale) solution. The book answer satisfies the equations, but there are other ways. You have $c=3b/2$ and $a=d+b/2$ as you found. Anything that satisfies these will satisfy the original set. To show the book is wrong, you can just pick $a=2c$, solve the second to find $2c=c/3+d,\ d=5c/3$ and verify this is another solution.