We need to find the feasible region defined by these constraints:
y−2x≤0⟹y≤2x
y≥0
0≤x≤5
y≤2x means the region below (or on) the line y=2x, which passes through the origin with slope 2.
y≥0 means we stay on or above the x-axis.
0≤x≤5 means we stay between the y-axis and the vertical line x=5.
The region where all constraints overlap is bounded by three corner points, found by intersecting the boundary lines:
At x=0 and y=0:
A=(0,0)
At x=5 and y=0:
B=(5,0)
At x=5 and y=2x:
y=2(5)=10
C=(5,10)
Connecting (0,0), (5,0), and (5,10) gives us a triangle with:
Base along the x-axis =5
Vertical side from (5,0) to (5,10) =10
The feasible region is a triangle with vertices at (0,0), (5,0), and (5,10).