Solve equations with 1 unknown

solve a Equations with 1 unknow: `ax+b=c` `ax = c-b` `x=(c-b)/a` Sample: `3x+5 = 11` `3x = 11 - 5` `3x = 6` `x = 6/3 = 2`