Question 1003262
{{{abs(9-3g)<=12}}}


{{{3*abs(3-g)<=12}}}


{{{abs(3-g)<=4}}}



If  {{{3-g}}} is not negative, then
{{{3-g<=4}}}
{{{-g<=4-3}}}
{{{-g<=1}}}
{{{g>=-1}}}


If {{{3-g}}} is negative, then
{{{-3+g<=4}}}
{{{g<=7}}}



answer:    {{{highlight(-1<=g<=7)}}}