2. Solve `x` `ax - b = cx + d` where `a,b,c and d` are constants.


Hint
Answer
`x = (b+d)/(a-c)`
Show Steps
`ax -b = cx +d` `=> ax-cx = b+d` `=> (a-c)x = b+d` `=> x = (b+d)/(a-c)`