1 / 21
Vocabulary: A Reference for the Unit
- Decision variables — what the decision-maker chooses
- Constraints — the limits (algebraic inequalities later)
- Objective function — the expression being optimised
- Feasible solution — any plan satisfying all constraints
- Optimal solution — the feasible plan that wins
Find the Error in This Decomposition
A student wrote this for the transport scenario:
- Decision variables: number of minivans, number of lorries ✓
- Constraints: fuel ≤ 100 L, capacity ≥ 500 kg, minimise cost ✗
- Objective: (left blank)
Which feature is misplaced? Move it.
Exit Task: The Baker's Problem
A baker has 5 kg flour and 3 kg sugar. Bread uses 0.5 kg flour; cake uses 0.3 kg flour + 0.2 kg sugar. Maximise earnings (bread 2,000 UGX; cake 5,000 UGX).
Answer in your notebook:
- Is this LP?
- Decision variables?
- Constraints?
- Objective?
Key Takeaways From Today's Lesson
✓ LP = chooser + limits + linear goal
✓ Two variables alone is not LP
✓ "Max hours" is a limit; "max profit" is a goal
✓ Always add non-negativity:
Watch out: one forced answer means not LP.
Where We're Going in This Unit
- Today: Recognise LP problems
- Next 9 lessons: translate → graph → optimise → apply