Answer:
Condition 1: y>0
Condition 2: x+y>-2
Step-by-step explanation:
We are told that we have a set of points in the Cartesian system (i.e. x-y coordinate), so we can define our point as:
[tex](x,y)[/tex]
We are given two conditions and we want to create a system of inequalities. Now, generally speaking, inequalities are expressions relating mathematical expressions through 'comparison' (i.e. less than, greater than, or less/greater and equal to) usually recognized by [tex]<[/tex], [tex]>[/tex], [tex]\leq[/tex] and [tex]\geq[/tex], respectively.
So in our case let set up our inequalities.
Condition 1: the y-coordinate is positive
This can be mathematically translated as
[tex]y>0[/tex]
(i.e. [tex]y[/tex] is greater than 0, therefore positive)
Condition 2: the sum of the coordinates is more than -2
This can be mathematically translated as
[tex]x+y>-2[/tex]
(i.e. the summation of the two coordinates is greater than -2 but not equal to).
The system of inequalities described by the two conditions is:
[tex]y>0\\x+y>-2[/tex]