Question 358024
Case method??
{{{x+3<abs(x)}}}
{{{x+3<x}}} and {{{x+3<-x}}}
{{{3<0}}} and {{{2x<-3}}}
{{{x<-3/2}}}
.
.
.
Graphical verification:
{{{abs(x)>x+3}}}
Absolute value function (red)
Linear function (green)
.
.
.
{{{drawing(300,300,-5,5,-5,5,grid(1),circle(-3/2,3/2,0.2),graph(300,300,-5,5,-5,5,abs(x),x+3))}}}