Question 870471
Is the point, (2,-2) a solution to the system:
{{{y<x-3}}}
and
{{{y>-x+1}}}


Simply test the point. It either satisfies both inequalities or it does not satisfy both inequalities.


First one:
-2<2-3
-2<-1
YES.  True.

Second one:
-2>-(2)+1
-2>-1
NO.  False.


That point, (2,-2) is NOT a solution of the system.  The point does not satisfy both inequalities.


(The site system has some coding that allows you to write the inequality system the way you want, but that code, I do not immediately know).