Step-by-step explanation:
to solve for a variable means to transform the equation so that we get
x = ...
or
... = x
always remember : when transforming an equation we apply every change in the same way to both sides. otherwise we would destroy the information of the original equation.
starting with
x + 9 = 18 - 2x
we can e.g. add 2x to both sides
x + 2x + 9 = 18
3x + 9 = 18
then we can subtract 9 from both sides
3x = 18 - 9 = 9
then we can divide both sides by 3
x = 3
done.