Question 337958
Here's an example.
{{{abs(3x-4)=2x+2}}}
Two solutions: Positive and negative.
.
.
Positive:
{{{3x-4=2x+2}}}
{{{highlight(x=6)}}}
.
.
.
Negative:
{{{-(3x-4)=2x+2}}}
{{{-3x+4=2x+2}}}
{{{-5x=-2}}}
{{{highlight(x=2/5)}}}