Question 259
A liner equation has a form:
a*x + b = c, where x is an  unknown variable, and a,b,c are known ones. To find x we have to do the following steps:

1. a*x = c-b;

2. {{{x = (c-b) / a }}}