We need to find the corner points of the feasible region and add up their x-coordinates.
The constraints are:
x+y≤14
x≥4
x≤8
y≥0
The corner points occur where these boundary lines intersect.
Where x=4 meets y=0:
Point: (4,0)
x-coordinate =4
Where x=4 meets x+y=14:
Substituting x=4:
4+y=14
y=10
Point: (4,10)
x-coordinate =4
Where x=8 meets x+y=14:
Substituting x=8:
8+y=14
y=6
Point: (8,6)
x-coordinate =8
Where x=8 meets y=0:
Point: (8,0)
x-coordinate =8
Sum of x-coordinates:
4+4+8+8=24
Answer: 24