Question 1122235
The best you can do is this:

2x + 4y = 12
4y = 12 - 2x
y = 3 - (x/2)
{{{ highlight( y = 3 - (x/2) ) }}}   <br>

If your goal is to get a numerical solution for y, you will need to provide a 2nd equation in x and y.