Question 397643
 graph the line described by y=2[x+4]-3. include a x/y table
--------
If x = -6, y = 2*2-3 = 1
If x = -5, y = 2*1-3 = -1
If x = -4, y = 2*0-3 = -3
If x = -3, y = 2*1-3 = -1
If x = -2, y = 2*2-3 = 1
-----------------------
{{{graph(400,300,-10,10,-10,10,2*abs(x+4)-3)}}}
==================================
Cheers,
Stan H.