Question 112888
y=1/2x+2
{{{ graph( 300, 200, -6, 5, -10, 10, y = x/2 +2) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, y = x/2 +2). 
3y=2x-6 or y=2x/3-6/3 or y=2x/3-2
{{{ graph( 300, 200, -6, 5, -10, 10, y = 2x/3 -2) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, y = 2x/3 -2). 
6x+3y=6 or 3y=-6x+6 or y=-6x/3+6/3 or y=-2x+2
{{{ graph( 300, 200, -6, 5, -10, 10, y = -2x +2) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, y = -2x +2).