Write down the constraints
5x+5y≤34,3x−y≥0,2x−y≥0,x≥0,y≥0 The feasible region is the set of points satisfying all of these inequalities at once.
State the objective function
P=x+6y(maximise) The objective is the linear expression to be maximised.
Recall the vertex (extreme point) theorem
a linear objective attains its optimum at a vertex of the feasible region So it is enough to test the corners of the region rather than every point of it.
Solve 5x+5y=34 and 2x−y=0 simultaneously
5x+5y=34,2x−y=0⇒(1534,1568) This intersection satisfies every constraint, so (1534,1568) is a vertex of R.
Solve 5x+5y=34 and y=0 simultaneously
5x+5y=34,y=0⇒(534,0) This intersection satisfies every constraint, so (534,0) is a vertex of R.
Solve 3x−y=0 and 2x−y=0 simultaneously
3x−y=0,2x−y=0⇒(0,0) This intersection satisfies every constraint, so (0,0) is a vertex of R.
Solve 3x−y=0 and x=0 simultaneously
3x−y=0,x=0⇒(0,0) This intersection satisfies every constraint, so (0,0) is a vertex of R.
Solve 3x−y=0 and y=0 simultaneously
3x−y=0,y=0⇒(0,0) This intersection satisfies every constraint, so (0,0) is a vertex of R.
Solve 2x−y=0 and x=0 simultaneously
2x−y=0,x=0⇒(0,0) This intersection satisfies every constraint, so (0,0) is a vertex of R.
Solve 2x−y=0 and y=0 simultaneously
2x−y=0,y=0⇒(0,0) This intersection satisfies every constraint, so (0,0) is a vertex of R.
Solve x=0 and y=0 simultaneously
x=0,y=0⇒(0,0) This intersection satisfies every constraint, so (0,0) is a vertex of R.
List the vertices of the feasible region
(0,0),(1534,1568),(534,0) The feasible region is a convex polygon with these 3 corners.
Evaluate P at (0,0)
P=(0)+6(0)=0 The objective is evaluated by substituting the coordinates of the vertex.
Evaluate P at (1534,1568)
P=(1534)+6(1568)=15442 The objective is evaluated by substituting the coordinates of the vertex.
Evaluate P at (534,0)
P=(534)+6(0)=534 The objective is evaluated by substituting the coordinates of the vertex.
Collect the values of the objective at every vertex
P(0,0)=0,P(1534,1568)=15442,P(534,0)=534 Every corner of the region has now been tested.
Compare the values and select the largest
max{0,15442,534}=15442at (1534,1568) No other vertex gives a larger value, so the optimum is unique.
Select the correct statement about the objective line
y=−61x+6P⇒m=−61(optimum at (1534,1568)) Rearranging P=x+6y gives y=−61x+6P, so every objective line has gradient −61.