D1, C6 - Linear Programming Flashcards
With linear programming, what is another term for variables (x, y, z, …)
Decision variables
With linear programming, what is another term for inequalities (5x + 2y >= 10)
Constraints
With linear programming, what is the area inside all the constraints called
The feasible region
With linear programming, what is another term for minimising cost / maximising profit (P = 2x - 3y, C - 7x + 3y)
The objective function
What is the solution to a linear programming problem called
The optimal solution
From the statements given in linear programming questions, what do you first write down
Constraints
Objective function
What must you specify as an additional constraint for each of the variables
Non-negativity
If they can be below 0
You will need twice as many pocket diaries as desk top diaries. How do you write this as an inequality
Assign variables:
pocket = y
desk top = x
y needs to be at least twice as big as x
So if 2x = y
ans –> 2x <= y
For linear programming how would you write percentages
As decimals
Syrup A contains 50% fruit and syrup B contains 35% fruit. When mixed the syrup C must contain at least 40% fruit, how do you write this as an inequality
0.5x + 0.35y >= 0.4(x + y)
0.5x + 0.35y >= 0.4x + 0.4y
0.1x >= 0.05y
2x >= y
What part of the liner programming graph do you shade
Unwanted areas
What letter do you denote as the feasible region on a graph
R
Are less than (<) and more than (>) dotted or solid lines
Dotted
Are less than or equal to (<=) and more than or equal to (>=) dotted or solid lines
Solid
Where are minimising or maximising solutions found on linear programming graph
At once of the vertices of the feasible region polygon (R)