Question 928035
This is two inequalities combined with AND.



{{{2x-3<x+2}}}
{{{x-3<2}}}
{{{x<2+3}}}
{{{highlight(x<5)}}}



{{{x+2<=3x+5}}}
{{{3x+5>=x+2}}}
{{{2x+5>=2}}}
{{{2x>=2-5}}}
{{{2x>=-3}}}
{{{highlight(x>=-3/2)}}}



Put those two results together to be both true.
{{{highlight(highlight(-3/2<=x<5))}}}