Skip to main content
Class 12 · Chapter 12 · Linear Programming unit (5 of 80 marks)

Linear Programming Class 12: notes and important questions

Revision notes, 37 board-style questions with the step marks shown, and a four-step route from the basics to 95+, each step ending in a short checkpoint.

  • 37 questions
  • 10 multiple choice, 3 assertion–reason, 8 very short answer, 8 short answer, 5 long answer, 3 case study
  • About 4 hours to master

Unit V Linear Programming: 5 marks of the 80-mark paper — CBSE Curriculum 2025-26 Mathematics (041), https://cbseacademic.nic.in/web_material/CurriculumMain26/SrSec/Maths_SrSec_2025-26.pdf.

Revision notes

Linear Programming — revision notes

1. Terminology and formulation

  • Decision variables \(x, y \ge 0\) (non-negativity); objective function \(Z = ax + by\) to be maximised or minimised; constraints are linear inequalities.
  • Formulating: (1) define \(x, y\) with units; (2) write \(Z\); (3) one inequality per resource/requirement (“at most” \(\le\), “at least” \(\ge\)); (4) add \(x, y \ge 0\).

2. Feasible region and corner points

  • The feasible region is the common region of all constraints; each point is a feasible solution. Boundary points count.
  • Test a half-plane with a point not on the line (usually the origin).
  • Corner points: intersections of boundary lines that satisfy every constraint — solve the pairs of equations algebraically.
  • Empty region: the problem is infeasible (no solution).

3. Corner-point method

  • Bounded region: \(Z\) has a maximum and a minimum, each at a corner point. Evaluate \(Z\) at all corners.
  • Unbounded region: let \(M\) = largest and \(m\) = smallest corner value. \(M\) is the maximum iff the open half-plane \(ax + by \gt M\) has no point in common with the region; \(m\) is the minimum iff \(ax + by \lt m\) has no common point. Otherwise that optimum does not exist.
  • If two adjacent corners give the same optimal value, every point of the edge joining them is optimal (infinitely many solutions).

Worked example 1

Maximise \(Z = 2x + 5y\) with \(x + y \le 5,\ y \le 3,\ x, y \ge 0\): corners \((0, 0), (5, 0), (2, 3), (0, 3)\), \(Z = 0, 10, 19, 15\); maximum \(19\) at \((2, 3)\).

Worked example 2

Minimise \(Z = 3x + y\) with \(x + y \ge 4,\ x, y \ge 0\) (unbounded): corners \((4, 0), (0, 4)\), \(Z = 12, 4\). The half-plane \(3x + y \lt 4\) does not meet the region, so the minimum is \(4\) at \((0, 4)\); there is no maximum.

Worked example 3

If \(Z = px + qy\) has the same maximum at \((1, 4)\) and \((3, 2)\): \(p + 4q = 3p + 2q \Rightarrow p = q\).

Common errors

  • Missing a corner (e.g. where a constraint meets an axis) or including an intersection point that violates another constraint.
  • Declaring a maximum/minimum on an unbounded region without the half-plane check.
  • Shading the wrong side of a line — always test a point.
  • Forgetting the non-negativity constraints, or units and the final interpretation in word problems.

Board-exam tips

  • The LPP is usually a 5-mark question (or a 3-mark one): a neat, labelled graph with the feasible region shaded, a table of corner points with \(Z\) values, and a concluding sentence each earn marks.
  • Only two variables and up to three non-trivial constraints are examined; types of LPP (diet/transportation classification) are not in the syllabus.

Topics in this chapter: Graphical solution: bounded region · Special cases: multiple optima and infeasibility · Feasible region and corner points · Graphical solution: unbounded region · Terminology and formulation.

Route to 95: four steps

Work through the steps in order. Take each checkpoint closed book, about 1.5 minutes per mark; pass at 80% to move on. Two misses in a row means going back one step.

Step 1

Secure the basics

Use LP vocabulary, test points against constraints, formulate a simple LPP and read optimal values from given corner points.

Read first: 1. Terminology and formulation; 2. Feasible region and corner points 6 practice questions · checkpoint: 3 questions, 5 marks, pass 80%
Practise step 1
Step 2

Board standard

Draw feasible regions, find corner points algebraically and solve bounded and unbounded problems, including the half-plane check.

Read first: 3. Corner-point method; Worked examples 1-2 20 practice questions · checkpoint: 4 questions, 8 marks, pass 75%
Practise step 2
Step 3

Full marks on long answers

Write full-mark 5-mark LPP answers from a word problem: formulation, labelled graph, corner-point table and conclusion.

Read first: 3. Corner-point method; Board-exam tips 5 practice questions · checkpoint: 3 questions, 15 marks, pass 70%
Practise step 3
Step 4

95+ stretch (HOTS)

Handle parameters in the objective function, multiple optimal solutions and existence questions for unbounded regions.

Read first: 3. Corner-point method (unbounded regions, multiple optima); Worked example 3 6 practice questions · checkpoint: 3 questions, 13 marks, pass 60%
Practise step 4

Practice questions

Original questions in the board's styles. Multiple-choice answers are checked as you go; for written answers, compare your working with the step mark scheme and record your marks. 8 of the 37 are competency-based (case studies and questions set in a real-life situation): the "Competency-based" button shows just those.

Q1·1 mark·Multiple choiceGraphical solution: bounded region

The corner points of the bounded feasible region of an LPP are \((0, 0)\), \((5, 0)\), \((3, 4)\) and \((0, 6)\). The maximum value of \(Z = 3x + 2y\) is

  1. (a)\(17\)
  2. (b)\(15\)
  3. (c)\(12\)
  4. (d)\(18\)
Q2·1 mark·Multiple choiceFeasible region and corner points

Which of the following points lies in the feasible region of \(x + 2y \le 8,\ 3x + y \le 9,\ x \ge 0,\ y \ge 0\)?

  1. (a)\((3, 1)\)
  2. (b)\((2, 3)\)
  3. (c)\((0, 5)\)
  4. (d)\((4, 0)\)
Q3·1 mark·Multiple choiceSpecial cases: multiple optima and infeasibility

The feasible region for the constraints \(x + y \ge 6,\ x + y \le 4,\ x \ge 0,\ y \ge 0\) is

  1. (a)empty
  2. (b)bounded
  3. (c)unbounded
  4. (d)a single point

Where marks are lost in Linear Programming

  • Missing or extra corner points. Fix: list every pair of boundary lines, solve, and keep only intersections that satisfy all constraints.
  • Stating a maximum or minimum on an unbounded region without justification. Fix: write the open half-plane test (e.g. "6x + 4y < 24 has no common point with the region") in words.
  • Shading the wrong side of a constraint. Fix: test the origin (or another point off the line) for every inequality and write the result.
  • Wrong inequality sign in formulation ("at least" vs "at most"), or forgetting x, y ≥ 0. Fix: underline the key phrase in the question and translate it before writing the constraint.
  • No final answer sentence in a word problem. Fix: end with "Make 10 kurtas and 20 shirts; maximum profit ₹8000".
  • Graph without labelled lines or scale. Fix: label each line with its equation and mark all corner points with coordinates.

Examiner Insights: common mistakes in CBSE Class 12 Maths, with fixes (our analysis of public sources) →

Linear Programming in our sample papers

Once step 3 is passed, test the chapter inside a full timed paper on the 2026-27 pattern (original papers by us, not official CBSE papers).