Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 473 Bytes

2016-64.md

File metadata and controls

23 lines (18 loc) · 473 Bytes
course course_year question_number tags title year
Optimization
IB
64
IB
2016
Optimization
Paper 2, Section I, H
2016

Use the simplex algorithm to find the optimal solution to the linear program:

$$\operatorname{maximise} 3 x+5 y \text { subject to } \begin{aligned} 8 x+3 y+10 z & \leqslant 9, \quad x, y, z \geqslant 0 \\ 5 x+2 y+4 z & \leqslant 8 \\ 2 x+y+3 z & \leqslant 2 \end{aligned}$$

Write down the dual problem and find its solution.