Question 1166637
<pre>

     2(x+4)=8
       2x+8=8
         2x=0
          x=0

Make a table of values.  Since there is no y in the equation,
you can use any number for y:

                 x|y 
                 0|4
                 0|-2
                 0|7
                 0|-8

Wow all 4 of those points are on the y-axis:

{{{drawing(400,400,-10,10,-10,10, graph(400,400,-10,10,-10,10),
circle(0,4,.2), circle(0,-2,.2), circle(0,7,.2), circle(0,-8,.2) )}}}

So the graph must be the y axis itself.

{{{drawing(400,400,-10,10,-10,10, line(0,-11,0,-11),line(0,-11.1,0,11.1),
line(0.1,-10.8,0.1,-10.9),line(-.1,-10.95,-.1,10.95),line(-.13,-10.95,-.13,10.95),line(.13,-10.95,.13,10.95),

graph(400,400,-10,10,-10,10) )}}}

That's the answer.  Just darken up the y-axis.

Edwin</pre>