Question 1195571
<font color=black size=3>
We'll have these boundary equations
y = 0
x = 0
y = x+2
y = -2x+14


The first two equations represent the x axis and y axis in that exact order. 
The last equation is equivalent to y = 14 - 2x


Each equation mentioned is a solid line due to the "or equal to" as part of the inequality sign.


We're told that x ≥ 0 and y ≥ 0, which places us in the upper right quadrant. 
The shaded region is a subset of this quadrant. Meaning that the shaded region will not be found in any other quadrant.


To graph out y ≤ x+2, we will shade below the boundary equation y = x+2. This trick only works when y is fully isolated.
Similarly, the graph of y ≤ -2x+14 will also be shaded below its corresponding boundary line.


This is what the final shaded region looks like when we overlap the four inequalities together
<img src = "https://i.imgur.com/PKVpNCA.png">
I used GeoGebra to make this graph. 
The input command I typed in was: <font color=red>( x >= 0) && (y >= 0) && (y <= x+2) && (y  <= -2x+14)</font>


Desmos is another tool you can use, and here's the link to the interactive graph:
<a href = "https://www.desmos.com/calculator/mkjjbdalpl">https://www.desmos.com/calculator/mkjjbdalpl</a> 
This is what you would type in <font color=red>x >= 0 { y >= 0 } {y <= x+2} {y <= -2x+14}</font>
The curly braces are important so Desmos knows where one inequality ends and another begins. The first inequality doesn't need curly braces.


Points inside the blue shaded region are solutions to the system of inequalities.
The point (4,1) is one such example. It makes  x ≥ 0 and y ≥ 0 true; it also makes y ≤ x+2 and y ≤ -2x+14 true as well.


Confirmation for y ≤ x+2
y ≤ x+2
1 ≤ 4+2
1 ≤ 6
which is true


Confirmation for y ≤ -2x+14
y ≤ -2x+14
1 ≤ -2(4)+14
1 ≤ 6
which is also true
Therefore, the point (4,1) has been confirmed to work for the last two inequalities given. 


I'll let you try other points in the blue region.


Points on the boundary directly adjacent to the interior region are solutions as well
However, we cannot include boundary points that aren't next to the blue interior. 
Eg: (2,4) is a solution but (-1,1) is not a solution even though it resides on a boundary line
The point (-1,1) doesn't work because it doesn't satisfy x ≥ 0
</font>