Skip to main content
ExamExplained
WA · Mathematics Applications
Mathematics Applications study scene
§-Syllabus dot point
WAMathematics ApplicationsSyllabus dot point

How do we find the best decision when choices are limited by constraints?

Formulate linear programming problems, graph feasible regions, and locate the optimal solution at a vertex of the feasible region.

How to turn a worded optimisation problem into an objective function and inequality constraints, graph the feasible region, and test corner points to maximise or minimise the objective.

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Formulating the problem
  3. Graphing the feasible region
  4. The corner-point method
  5. Interpreting the answer

What this dot point is asking

You must formulate a worded problem into an objective and constraints, graph the feasible region, and test corner points to optimise.

Formulating the problem

Start by defining the decision variables clearly, for example "let xx be the number of chairs and yy the number of tables".

Each "no more than" limit gives a \le inequality; each "at least" requirement gives a \ge inequality. Reading these correctly from the wording is where most marks are won or lost.

Graphing the feasible region

For each constraint, graph its boundary line (replace the inequality with equals), then shade the side that satisfies the inequality. The feasible region is the area satisfying all constraints simultaneously, usually a shaded polygon bounded by the axes and the constraint lines.

The corner-point method

Because the objective is linear, its value increases steadily across the region, so the maximum or minimum is reached at a corner of the feasible region.

Intersections are found by solving the two boundary equations simultaneously, usually by substitution or elimination.

Interpreting the answer

Always state the solution in context: which quantities, and the optimal objective value. If the variables must be whole numbers (you cannot make half a chair), check whether the optimal vertex has integer coordinates and, if not, test the nearest feasible integer points.

A sliding-line (or "objective-line") method is an alternative to testing every corner: draw the objective function for one value, then slide it parallel across the feasible region. For a maximum, the optimum is the last vertex the line touches as it slides outward; for a minimum, the first it touches. This confirms the corner-point result and is handy when there are many vertices, but you still read the optimum off a vertex.

Exam-style practice questions

Practice questions written in the style of SCSA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

WACE 20228 marksA workshop makes xx chairs and yy tables. Each chair needs 22 hours of cutting and 11 hour of finishing; each table needs 11 hour of cutting and 33 hours of finishing. There are 4040 cutting hours and 4545 finishing hours available. Profit is \30perchairand per chair and \5050 per table. (a) Write the constraints. (b) Find the production that maximises profit.
Show worked answer →

Translate each resource limit into an inequality, then test the corner points.

(a) Constraints: 2x+y402x + y \le 40 (cutting), x+3y45x + 3y \le 45 (finishing), x0x \ge 0, y0y \ge 0. Objective: maximise P=30x+50yP = 30x + 50y. (3 marks)

(b) Vertices of the feasible region: (0,0)(0,0), (20,0)(20,0), (0,15)(0,15), and the intersection of the two lines. Solving 2x+y=402x + y = 40 and x+3y=45x + 3y = 45: from the first, y=402xy = 40 - 2x; substitute, x+3(402x)=45x + 3(40 - 2x) = 45, so x+1206x=45x + 120 - 6x = 45, 5x=75-5x = -75, x=15x = 15, y=10y = 10. Profits: (20,0)600(20,0)\to 600, (0,15)750(0,15)\to 750, (15,10)30(15)+50(10)=450+500=950(15,10)\to 30(15)+50(10)=450+500=950. Maximum profit is $950\$950 at 1515 chairs and 1010 tables. (5 marks)

Markers reward both resource inequalities, finding the intersection vertex, and testing every corner to identify the maximum.

WACE 20244 marksExplain why the optimal solution of a linear programming problem always occurs at a vertex of the feasible region, and describe how you would find it once the region is graphed.
Show worked answer →

The objective is linear, so its value changes steadily across the region.

The objective function P=ax+byP = ax + by has straight, parallel level lines. As the objective increases, these lines sweep across the feasible region, and the last point they touch before leaving the region is always a corner (vertex), so the optimum lies at a vertex. (2 marks)

To find it, identify the coordinates of every vertex (intersections of constraint boundaries and the axes), substitute each into the objective function, and choose the vertex giving the largest value for a maximum (or smallest for a minimum). (2 marks)

Markers reward the parallel-level-lines argument and the corner-point testing method.

ExamExplained