Question 335817
Two solutions: Positive one, negative one
Positive:
{{{3x+2=x+10}}}
{{{2x=8}}}
{{{highlight(x=4)}}}
.
.
.
Negative:
{{{3x+2=-(x+10)}}}
{{{3x+2=-x-10}}}
{{{4x=-12}}}
{{{highlight(x=-3)}}}
.
.
.
{{{drawing(300,300,-12,8,-2,16,circle(4,14,0.3),circle(-3,7,0.3),grid(1),graph(300,300,-12,8,-2,16,abs(3x+2),abs(x+10)))}}}