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

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

Formulate and solve linear programming problems graphically to optimise an objective function.

Defining variables, writing constraints, graphing feasible regions, and using the corner-point method to maximise or minimise an objective in TCE Mathematics Applications.

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

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

What this dot point is asking

Linear programming (LP) is a method for making the best decision when resources are limited. Every LP problem has the same skeleton: things you control (variables), a quantity to optimise (objective), and limits you cannot break (constraints).

Formulating the problem

Read the problem and define xx and yy precisely, including units. Each resource limit becomes one inequality. Almost every LP problem also includes the non-negativity constraints x0x \ge 0 and y0y \ge 0, because you cannot make a negative number of items.

Graphing the feasible region

Each inequality defines a half-plane. Graph its boundary line (treat the inequality as an equation), then shade the side that satisfies it. Test a point such as (0,0)(0,0): if it makes the inequality true, shade that side. The feasible region is where all the shaded half-planes overlap; every point in it satisfies every constraint at once.

Solving by corner points

Find the coordinates of each corner (vertex), often by solving the two boundary lines that meet there simultaneously. Substitute each corner into the objective function and compare the values.

The sliding-line method

An alternative is to draw the objective line P=60x+40yP = 60x + 40y for any convenient value of PP, then slide it parallel to itself in the direction of increasing PP. The last corner it touches before leaving the feasible region is the optimum. This gives the same answer as testing corners and is a good visual check.

Finding the corner coordinates

The arithmetic that trips students up is finding where two boundary lines cross. Treat each binding constraint as an equation and solve the pair simultaneously, usually by elimination. For example, 2x+y=402x + y = 40 and x+y=30x + y = 30 subtract to give x=10x = 10, and back-substitution gives y=20y = 20. Corners on an axis are easier: set x=0x = 0 or y=0y = 0 in the relevant boundary line. List every corner before testing, because missing one can cause you to miss the true optimum.

Maximisation versus minimisation

The corner-point method works the same way whether you maximise or minimise; only the selection rule changes. For a maximum, pick the corner giving the largest objective value; for a minimum, pick the smallest. Cost problems are usually minimisations with "at least" (\ge) constraints, which open the feasible region upward, while profit problems are usually maximisations with "at most" (\le) constraints that close it off. Read whether the question wants the most or the least before you choose your corner.

When you report an answer, give both the optimal variable values and the optimal objective value, and check that integer answers make sense if the items must be whole (you cannot sell half a chair).

Exam-style practice questions

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

TCE 20237 marksA craftworker makes bowls (xx) and platters (yy). Each bowl uses 11 kg of clay and 22 hours; each platter uses 22 kg of clay and 22 hours. There are 1616 kg of clay and 2020 hours available. Profit is \30perbowland per bowl and \4040 per platter. a) Write the constraints. b) The corners of the feasible region are (0,0)(0,0), (10,0)(10,0), (4,6)(4,6) and (0,8)(0,8). Find the production that maximises profit P=30x+40yP = 30x + 40y and state that profit.
Show worked answer →

a) (3 marks) Clay: x+2y16x + 2y \le 16. Time: 2x+2y202x + 2y \le 20 (that is x+y10x + y \le 10). Plus x0x \ge 0, y0y \ge 0.

b) (4 marks) Test each corner in P=30x+40yP = 30x + 40y:
(0,0):P=0(0,0): P = 0. (10,0):P=300(10,0): P = 300. (0,8):P=320(0,8): P = 320. (4,6):P=30(4)+40(6)=120+240=360(4,6): P = 30(4) + 40(6) = 120 + 240 = 360.

The maximum profit is $360\$360, made by producing 44 bowls and 66 platters. Markers reward both correct constraints, testing every corner, and stating both the optimal point and the optimal profit.

TCE 20245 marksA feasible region is bounded by x0x \ge 0, y0y \ge 0, x+y12x + y \le 12 and x+3y12x + 3y \ge 12. The cost to minimise is C=5x+4yC = 5x + 4y. a) State which corner you would test first and why. b) The corners are (12,0)(12,0), (0,4)(0,4) and (0,12)(0,12). Find the minimum cost.
Show worked answer →

a) (1 mark) Because the objective is a linear cost over a polygonal feasible region, the minimum must occur at a vertex, so test the corners rather than interior points.

b) (4 marks) Evaluate C=5x+4yC = 5x + 4y at each corner:
(12,0):C=5(12)+4(0)=60(12,0): C = 5(12) + 4(0) = 60. (0,4):C=5(0)+4(4)=16(0,4): C = 5(0) + 4(4) = 16. (0,12):C=5(0)+4(12)=48(0,12): C = 5(0) + 4(12) = 48.

The minimum cost is $16\$16 at (0,4)(0,4). Markers expect every corner tested and the smallest value selected, with the optimal point stated alongside the cost.

ExamExplained