Class 12 : Maths (English) – Chapter 12: Linear Programming
EXPLANATION & SUMMARY
π· Explanation
πΉ Introduction
Linear Programming (LP) is a branch of mathematics that deals with the optimization (maximization or minimization) of a linear objective function, subject to a set of linear constraints (inequalities or equations).
It is a key topic in Operations Research and is widely used in economics, business, engineering, and management for resource optimization.
π‘ Concept:
A Linear Programming Problem (LPP) involves finding the maximum or minimum value of a linear expression called the objective function, under certain linear constraints.
πΉ 1. Basic Terminology
π’ Objective Function:
A linear function of the form
β‘οΈ Z = ax + by
where a and b are constants, and x, y are variables.
We aim to either maximize or minimize Z.
π’ Constraints:
Conditions or restrictions expressed as linear inequalities or equations, e.g.:
β‘οΈ 2x + y β€ 10,βx + y β₯ 5
π’ Decision Variables:
The variables (x, y) whose values determine the value of Z.
π’ Feasible Region:
The common region in the graph that satisfies all constraints simultaneously.
π’ Feasible Solution:
Any point (x, y) within or on the boundary of the feasible region.
π’ Optimal Solution:
A feasible solution that gives the maximum or minimum value of the objective function.
π’ Corner Point Theorem:
If the feasible region is bounded, the optimal value occurs at one of the corner points (vertices) of the feasible region.
πΉ 2. Formulation of Linear Programming Problem
The first step is to convert the word problem into mathematical form:
1οΈβ£ Identify decision variables (x, y).
2οΈβ£ Express the objective function (Z = ax + by).
3οΈβ£ Write down the constraints as linear inequalities.
4οΈβ£ Include non-negativity conditions: x β₯ 0, y β₯ 0.
πΉ 3. Graphical Method of Solution
The graphical method is used for two-variable problems.
π§ Steps:
1οΈβ£ Plot each linear inequality on a graph.
2οΈβ£ Shade the region satisfying each inequality.
3οΈβ£ The common shaded area is the feasible region.
4οΈβ£ Identify the corner points (vertices) of the feasible region.
5οΈβ£ Evaluate Z = ax + by at each corner point.
6οΈβ£ The maximum or minimum value occurs at one of these points.
βοΈ Note: If feasible region is unbounded, you must check whether optimum value is finite.
πΉ 4. Types of Linear Programming Problems
π’ Maximization Problem:
Objective is to maximize Z = ax + by.
Example: Profit maximization.
π’ Minimization Problem:
Objective is to minimize Z = ax + by.
Example: Cost minimization.
π’ Feasible Region:
Bounded β Optimal value always exists.
Unbounded β May or may not exist; check using test line.
πΉ 5. Example (Maximization)
Problem:
Maximize Z = 3x + 2y
Subject to:
x + y β€ 4
x β₯ 0, y β₯ 0
Solution:
Plot lines x + y = 4
Shade feasible region in first quadrant (bounded triangle).
Corner points: (0,0), (4,0), (0,4)
Evaluate Z:
Z(0,0) = 0
Z(4,0) = 12
Z(0,4) = 8
β
Maximum Z = 12 at (4,0)
πΉ 6. Example (Minimization)
Problem:
Minimize Z = 2x + 3y
Subject to:
x + 2y β₯ 4
3x + y β₯ 3
x β₯ 0, y β₯ 0
By plotting the inequalities, feasible region is obtained and corner points are found.
Evaluate Z at each corner point β the smallest value is minimum Z.
πΉ 7. Corner Point Method
π‘ Corner Point Theorem:
If an LP problem has an optimal solution, it occurs at a vertex (corner point) of the feasible region.
π§ Steps:
Determine feasible region.
Find corner points.
Evaluate objective function at each corner.
Choose maximum/minimum value.
πΉ 8. Important Observations
βοΈ If feasible region is bounded, optimal solution always exists at a vertex.
βοΈ If feasible region is unbounded, optimal value may not exist.
βοΈ If two or more vertices give the same Z, there are infinite optimal solutions.
πΉ 9. Real-Life Applications
πΈ Manufacturing: Maximize profit by allocating resources optimally.
πΈ Diet Problems: Minimize cost while meeting nutritional needs.
πΈ Transportation: Minimize travel cost or distance.
πΈ Finance: Maximize returns under given constraints.
πΉ 10. Key Formulae
Objective Function: Z = ax + by
Corner Point Evaluation
Distance between two lines if needed for geometric analysis
Feasibility check via inequalities
βοΈ Non-negativity Conditions:
x β₯ 0, y β₯ 0 are mandatory.
πΉ 11. Graphical Insights
π§ Feasible region = polygon or half-plane intersection.
π§ Vertices = intersection points of boundary lines.
π§ Optimum value always at vertex.
πΉ 12. Special Cases
π‘ No Solution: If feasible region is empty (inconsistent constraints).
π‘ Multiple Solutions: Two vertices give same Z β infinite optimal solutions.
π‘ Unbounded Solution: Region not closed; optimum may not exist.
πΉ 13. NCERT Example Summary
Example 1: Maximize Z = 3x + 2y with x + y β€ 4.
β Maximum at (4,0), Z = 12.
Example 2: Minimize Z = x + y, subject to linear constraints.
β Minimum at intersection point satisfying all inequalities.
πΉ 14. Summary of Steps to Solve LPP
β‘οΈ Step 1: Define variables x, y.
β‘οΈ Step 2: Write objective function Z.
β‘οΈ Step 3: Write all constraints.
β‘οΈ Step 4: Plot constraints on graph.
β‘οΈ Step 5: Determine feasible region.
β‘οΈ Step 6: Identify corner points.
β‘οΈ Step 7: Evaluate Z at each point.
β‘οΈ Step 8: Choose maximum/minimum.
πΉ 15. Non-Negativity Condition
Always include x β₯ 0 and y β₯ 0, as negative quantities often have no practical meaning.
πΉ 16. Theoretical Basis
π§ The LP feasible region is a convex polygon.
π§ The objective function has linear level lines (iso-profit or iso-cost lines).
π§ Optimal value occurs at vertex due to convexity.
πΉ 17. Use in Economics & Business
πΈ Production Planning: Allocate machines and labor.
πΈ Diet Problems: Balanced diet with minimum cost.
πΈ Transportation Problems: Minimize logistics cost.
πΈ Portfolio Management: Optimize returns.
πΉ 18. Limitations
β οΈ Assumes linearity of constraints and objective function.
β οΈ Only handles continuous variables.
β οΈ Ignores uncertainties and integer constraints.
π· Summary (~300 words)
πΉ Linear Programming aims to optimize (maximize or minimize) a linear objective function under linear constraints.
πΉ Objective Function: Z = ax + by
πΉ Constraints: Linear inequalities involving x, y.
πΉ Decision Variables: x, y
πΉ Feasible Region: Common region satisfying all inequalities.
πΉ Feasible Solution: Any point in feasible region.
πΉ Optimal Solution: Point giving maximum or minimum Z.
π‘ Corner Point Theorem:
For bounded feasible region, optimal value occurs at a vertex.
π§ Steps:
1οΈβ£ Define variables
2οΈβ£ Write objective function
3οΈβ£ Write constraints
4οΈβ£ Plot graph
5οΈβ£ Identify feasible region
6οΈβ£ Find corner points
7οΈβ£ Evaluate Z
8οΈβ£ Pick optimum
π’ Bounded Region: Always optimum.
π‘ Unbounded Region: Check if optimum exists.
π΄ Infeasible: No common region β no solution.
Applications:
Production & resource allocation
Diet & nutrition
Transportation & logistics
Financial planning
Limitations:
Assumes linearity
Cannot handle integer constraints
No stochastic variables
π Quick Recap
βοΈ Linear Programming = Optimization under constraints
βοΈ Objective Function: Z = ax + by
βοΈ Constraints: Linear inequalities
βοΈ Feasible region = intersection
βοΈ Optimum at corner point
βοΈ Bounded β always solution
βοΈ Unbounded β test line needed
π― Use: Maximize profit or minimize cost within given limits.
————————————————————————————————————————————————————————————————————————————
QUESTIONS FROM TEXTBOOK
π΅ Exercise 12.1
π΅ Question 1:
Maximise Z = 3x + 4y subject to the constraints: x + y β€ 4, x β₯ 0, y β₯ 0.
π’ Answer:
β‘οΈ Feasible region in first quadrant bounded by x + y = 4 and axes.
β‘οΈ Corner points: (0,0), (4,0), (0,4).
β³οΈ Z(0,0) = 0.
β³οΈ Z(4,0) = 3Γ4 + 4Γ0 = 12.
β³οΈ Z(0,4) = 3Γ0 + 4Γ4 = 16.
βοΈ Maximum Z = 16 at (x, y) = (0, 4).
π΅ Question 2:
Minimise Z = β3x + 4y subject to x + 2y β€ 8, 3x + 2y β€ 12, x β₯ 0, y β₯ 0.
π’ Answer:
β‘οΈ Lines: x + 2y = 8 and 3x + 2y = 12.
β‘οΈ Intersections with axes give candidate points; also solve for common point.
β³οΈ Intersection:
x + 2y = 8
3x + 2y = 12 β subtract β 2x = 4 β x = 2 β y = 3.
β‘οΈ Feasible corner points: (0,0), (4,0), (2,3), (0,4).
β³οΈ Z(0,0) = 0.
β³οΈ Z(4,0) = β12.
β³οΈ Z(2,3) = β6 + 12 = 6.
β³οΈ Z(0,4) = 16.
βοΈ Minimum Z = β12 at (x, y) = (4, 0).
π΅ Question 3:
Maximise Z = 5x + 3y subject to 3x + 5y β€ 15, 5x + 2y β€ 10, x β₯ 0, y β₯ 0.
π’ Answer:
β‘οΈ Find intersection of the two boundary lines.
β³οΈ Solve:
3x + 5y = 15
5x + 2y = 10
β 6x + 10y = 30, 25x + 10y = 50 β 19x = 20 β x = 20/19, y = 45/19.
β‘οΈ Feasible corner points: (0,0), (2,0), (0,3), (20/19, 45/19).
β³οΈ Z(0,0) = 0.
β³οΈ Z(2,0) = 10.
β³οΈ Z(0,3) = 9.
β³οΈ Z(20/19, 45/19) = 5Γ(20/19) + 3Γ(45/19) = 235/19.
βοΈ Maximum Z = 235/19 at (x, y) = (20/19, 45/19).
π΅ Question 4:
Minimise Z = 3x + 5y such that x + 3y β₯ 3, x + y β₯ 2, x β₯ 0, y β₯ 0.
π’ Answer:
β‘οΈ For ββ₯β constraints, feasible region is above both lines in first quadrant.
β‘οΈ Intersection of boundaries gives likely minimum.
β³οΈ Solve:
x + 3y = 3
x + y = 2 β subtract β 2y = 1 β y = 1/2 β x = 3 β 3(1/2) = 3/2.
β‘οΈ Check other boundary points that satisfy both: (3,0) and (0,2).
β³οΈ Z(3/2, 1/2) = 3Γ(3/2) + 5Γ(1/2) = 9/2 + 5/2 = 7.
β³οΈ Z(3,0) = 9.
β³οΈ Z(0,2) = 10.
βοΈ Minimum Z = 7 at (x, y) = (3/2, 1/2).
π΅ Question 5:
Maximise Z = 3x + 2y subject to x + 2y β€ 10, 3x + y β€ 15, x β₯ 0, y β₯ 0.
π’ Answer:
β‘οΈ Intersection of boundaries:
x + 2y = 10
3x + y = 15 β 3x + 6y = 30 β 5y = 15 β y = 3 β x = 4.
β‘οΈ Feasible corner points: (0,0), (5,0), (0,5), (4,3).
β³οΈ Z(0,0) = 0.
β³οΈ Z(5,0) = 15.
β³οΈ Z(0,5) = 10.
β³οΈ Z(4,3) = 3Γ4 + 2Γ3 = 18.
βοΈ Maximum Z = 18 at (x, y) = (4, 3).
π΅ Question 6:
Minimise Z = x + 2y subject to 2x + y β₯ 3, x + 2y β₯ 6, x β₯ 0, y β₯ 0.
π’ Answer:
β‘οΈ Boundary lines: Lβ: 2x + y = 3, Lβ: x + 2y = 6.
β‘οΈ Intersection:
β³οΈ From Lβ: y = 3 β 2x.
β³οΈ Put in Lβ: x + 2(3 β 2x) = 6 β β3x = 0 β x = 0, y = 3 β (0, 3).
β‘οΈ Axis hits of Lβ: (6, 0) and (0, 3).
β‘οΈ Feasible region is above both lines (because ββ₯β).
β‘οΈ Corner candidates: (0, 3) and (6, 0).
β³οΈ Z(0, 3) = 0 + 2Γ3 = 6.
β³οΈ Z(6, 0) = 6 + 0 = 6.
βοΈ Minimum Z = 6.
π‘ Since on Lβ (x + 2y = 6), Z = 6 for every point of the segment from (6, 0) to (0, 3) that also satisfies 2x + y β₯ 3 (true for 0 β€ y β€ 3).
βοΈ Hence the minimum occurs at infinitely many points (all points on that segment).
π΅ Question 7:
Minimise and Maximise Z = 5x + 10y
subject to x + 2y β€ 120, x + y β₯ 60, x β 2y β₯ 0, x β₯ 0, y β₯ 0.
π’ Answer:
β‘οΈ Lines: Lβ: x + 2y = 120, Lβ: x + y = 60, Lβ: x β 2y = 0 (i.e., x = 2y).
β‘οΈ Vertices of feasible region:
β³οΈ A = Lβ β© Lβ: 2y + y = 60 β y = 20, x = 40 β A(40, 20).
β³οΈ B = Lβ β© Lβ: 2y + 2y = 120 β y = 30, x = 60 β B(60, 30).
β³οΈ C = Lβ β© x-axis: y = 0 β x = 120 β C(120, 0).
β³οΈ D = Lβ β© x-axis: y = 0 β x = 60 β D(60, 0).
β‘οΈ Evaluate Z = 5x + 10y:
β³οΈ Z(D) = 5Γ60 + 10Γ0 = 300.
β³οΈ Z(C) = 5Γ120 + 10Γ0 = 600.
β³οΈ Z(B) = 5Γ60 + 10Γ30 = 600.
β³οΈ Z(A) = 5Γ40 + 10Γ20 = 400.
βοΈ Minimum Z = 300 at (60, 0).
βοΈ Maximum Z = 600 at every point on the segment of Lβ from (120, 0) to (60, 30) (including those endpoints) since on x + 2y = 120, Z = 5(x + 2y) = 600 (constant).
π΅ Question 8:
Minimise and Maximise Z = x + 2y
subject to x + 2y β₯ 100, 2x β y β€ 0 (i.e., y β₯ 2x), 2x + y β€ 200, x β₯ 0, y β₯ 0.
π’ Answer:
β‘οΈ Lines: Lβ: x + 2y = 100, Lβ: y = 2x, Lβ: 2x + y = 200.
β‘οΈ Vertices of feasible region:
β³οΈ Q = Lβ β© Lβ: x + 2(2x) = 100 β 5x = 100 β (20, 40).
β³οΈ P = Lβ β© Lβ: 2x + 2x = 200 β x = 50, y = 100 β (50, 100).
β³οΈ E = Lβ β© y-axis: (0, 50).
β³οΈ F = Lβ β© y-axis: (0, 200).
β‘οΈ Evaluate Z = x + 2y:
β³οΈ Z(E) = 0 + 100 = 100.
β³οΈ Z(Q) = 20 + 80 = 100.
β³οΈ Z(P) = 50 + 200 = 250.
β³οΈ Z(F) = 0 + 400 = 400.
βοΈ Minimum Z = 100 at every point on Lβ between (0, 50) and (20, 40).
βοΈ Maximum Z = 400 at (0, 200).
π΅ Question 9:
Maximise Z = βx + 2y
subject to x β₯ 3, x + y β₯ 5, x + 2y β₯ 6, y β₯ 0.
π’ Answer:
β‘οΈ Feasible region is to the right of x = 3 and above both lines x + y = 5 and x + 2y = 6 in first quadrant.
β‘οΈ Along the vertical line x = 3, choose y β β (and constraints remain satisfied).
β³οΈ Z(3, y) = β3 + 2y β unbounded above as y increases.
βοΈ Conclusion: No maximum value (Z is unbounded on the feasible region).
π΅ Question 10:
Maximise Z = x + y
subject to x β y β€ β1, βx + y β€ 0, x β₯ 0, y β₯ 0.
π’ Answer:
β‘οΈ Inequalities:
β³οΈ x β y β€ β1 β x β€ y β 1.
β³οΈ βx + y β€ 0 β y β€ x.
β‘οΈ Combining gives y β€ x and x β€ y β 1 β x β€ x β 1, which is impossible.
βοΈ Conclusion: No feasible solution (feasible region is empty), so no maximum exists.
————————————————————————————————————————————————————————————————————————————
OTHER IMPORTANT QUESTIONS FOR EXAMS
π· Section A β Multiple Choice Questions (1 mark each)
π΅ Question 1:
Linear Programming is used to
π΅ (A) Solve equations
π’ (B) Optimize objective functions
π (C) Solve quadratic equations
π΄ (D) Find derivatives
Answer: (B) Optimize objective functions
π΅ Question 2:
The function to be optimized is called
π΅ (A) Feasible function
π’ (B) Objective function
π (C) Constraint function
π΄ (D) Boundary function
Answer: (B) Objective function
π΅ Question 3:
A feasible region is
π΅ (A) Entire plane
π’ (B) Common region satisfying all constraints
π (C) Any single inequality region
π΄ (D) Unbounded line
Answer: (B) Common region satisfying all constraints
π΅ Question 4:
Which of the following is not a property of LPP?
π΅ (A) Linear objective function
π’ (B) Linear constraints
π (C) Nonlinear variables
π΄ (D) Non-negativity conditions
Answer: (C) Nonlinear variables
π΅ Question 5:
If Z = 3x + 2y is to be maximized, it is called
π΅ (A) Objective function
π’ (B) Constraint
π (C) Solution
π΄ (D) Feasible point
Answer: (A) Objective function
π΅ Question 6:
Feasible solution means
π΅ (A) Any solution
π’ (B) Solution satisfying all constraints
π (C) Solution giving maximum value
π΄ (D) Solution giving minimum value
Answer: (B) Solution satisfying all constraints
π΅ Question 7:
The optimal solution of a Linear Programming Problem, if it exists, occurs at
π΅ (A) Any point
π’ (B) Corner point of feasible region
π (C) Midpoint
π΄ (D) Axis intersection
Answer: (B) Corner point of feasible region
π΅ Question 8:
Non-negativity constraint means
π΅ (A) x < 0
π’ (B) x β₯ 0
π (C) x β€ 0
π΄ (D) x β 0
Answer: (B) x β₯ 0
π΅ Question 9:
If feasible region is bounded, then
π΅ (A) No optimum exists
π’ (B) Optimum value exists at vertex
π (C) Infinite solutions
π΄ (D) None of these
Answer: (B) Optimum value exists at vertex
π΅ Question 10:
Which of these is an example of LP application?
π΅ (A) Solving integral equations
π’ (B) Profit maximization
π (C) Curve fitting
π΄ (D) Differential equations
Answer: (B) Profit maximization
π΅ Question 11:
Corner Point Theorem applies to
π΅ (A) Non-linear programming
π’ (B) Linear Programming
π (C) Geometry
π΄ (D) Calculus
Answer: (B) Linear Programming
π΅ Question 12:
If two corner points give same value of Z,
π΅ (A) One is optimum
π’ (B) Infinite optimal solutions exist
π (C) No solution
π΄ (D) Unique solution
Answer: (B) Infinite optimal solutions exist
π΅ Question 13:
A problem having no feasible region is
π΅ (A) Infeasible
π’ (B) Feasible
π (C) Unbounded
π΄ (D) Multiple
Answer: (A) Infeasible
π΅ Question 14:
Graphical method applies to
π΅ (A) 1 variable
π’ (B) 2 variables
π (C) 3 variables
π΄ (D) More than 3 variables
Answer: (B) 2 variables
π΅ Question 15:
Which is not an LP constraint form?
π΅ (A) ax + by β€ c
π’ (B) ax + by β₯ c
π (C) ax + by = c
π΄ (D) axΒ² + by = c
Answer: (D) axΒ² + by = c
π΅ Question 16:
The feasible region of LP problem is always
π΅ (A) Convex
π’ (B) Concave
π (C) Straight line
π΄ (D) Ellipse
Answer: (A) Convex
π΅ Question 17:
The set of all points satisfying constraints is called
π΅ (A) Solution set
π’ (B) Feasible region
π (C) Line
π΄ (D) Curve
Answer: (B) Feasible region
π΅ Question 18:
If feasible region is unbounded, optimum value
π΅ (A) Always exists
π’ (B) May or may not exist
π (C) Never exists
π΄ (D) Is infinite
Answer: (B) May or may not exist
πΆ Section B β Very Short / Short Answer Questions (2β3 marks each)
π΅ Question 19:
Define a Linear Programming Problem (LPP). Write its standard form.
π’ Answer:
β‘οΈ A Linear Programming Problem (LPP) is a problem that seeks to optimize (maximize or minimize) a linear objective function subject to a set of linear inequalities or equations known as constraints.
π‘ Standard Form:
Maximize or Minimize: Z = aβxβ + aβxβ
Subject to:
πΉ cββxβ + cββxβ β€ bβ
πΉ cββxβ + cββxβ β€ bβ
πΉ xβ β₯ 0,βxβ β₯ 0
βοΈ The standard form must contain all inequalities in β€ form and variables non-negative.
π΅ Question 20:
What is the feasible region? How is the optimal solution determined graphically?
π’ Answer:
β‘οΈ The feasible region is the common shaded area on the graph that satisfies all the constraints simultaneously, including non-negativity conditions.
β‘οΈ To find the optimal solution, we:
1οΈβ£ Identify all corner points (vertices) of the feasible region.
2οΈβ£ Compute Z = ax + by at each corner point.
3οΈβ£ The maximum or minimum value of Z gives the optimal solution.
π΅ Question 21:
What are the possible types of solutions in Linear Programming?
π’ Answer:
There are four types of possible outcomes:
1οΈβ£ Unique Optimal Solution: One corner point gives the best value.
2οΈβ£ Multiple Optimal Solutions: Two or more corner points give the same optimal value.
3οΈβ£ Unbounded Solution: Feasible region extends infinitely; optimum may not exist.
4οΈβ£ Infeasible Solution: No common feasible region, hence no solution.
π΅ Question 22:
Explain the Corner Point Method used in solving LPP graphically.
π’ Answer:
π‘ Corner Point Method Steps:
1οΈβ£ Plot all constraints on coordinate axes.
2οΈβ£ Shade feasible region.
3οΈβ£ Identify vertices (corner points).
4οΈβ£ Evaluate objective function Z = ax + by at each vertex.
5οΈβ£ Select maximum or minimum value as per question.
βοΈ According to Corner Point Theorem, the optimum solution occurs at a vertex.
π΅ Question 23:
Solve graphically:
Maximize Z = 3x + 2y
Subject to:
x + y β€ 4
x β₯ 0, y β₯ 0
π’ Answer:
β‘οΈ Step 1: Plot line x + y = 4
Intercepts: (4, 0) and (0, 4)
β‘οΈ Step 2: Feasible region = below the line, first quadrant.
β‘οΈ Step 3: Corner points: (0,0), (4,0), (0,4)
β‘οΈ Step 4: Evaluate Z = 3x + 2y
πΉ Z(0,0) = 0
πΉ Z(4,0) = 12
πΉ Z(0,4) = 8
β
Maximum Z = 12 at (4, 0)
π΅ Question 24:
Write conditions for existence of optimal solution of an LPP.
π’ Answer:
Optimal solution exists when:
1οΈβ£ The feasible region is non-empty.
2οΈβ£ The feasible region is bounded.
3οΈβ£ Objective function is continuous and linear.
Then the optimum value occurs at one of the corner points.
π΅ Question 25:
What is the difference between feasible solution and optimal solution?
π’ Answer:
Feature
Feasible Solution
Optimal Solution
Definition
Satisfies all constraints
Gives best (max/min) Z value
Requirement
Lies in feasible region
Must be a feasible solution
Quantity
Many possible
Usually one or few
βοΈ Every optimal solution is feasible, but not every feasible solution is optimal.
π΅ Question 26:
Explain unbounded feasible region and its significance.
π’ Answer:
β‘οΈ A feasible region that extends infinitely in some direction is called unbounded.
β‘οΈ In such cases, the maximum or minimum value may or may not exist.
βοΈ We must test corner points and check direction of increasing Z.
π΅ Question 27:
State any two real-life applications of Linear Programming.
π’ Answer:
1οΈβ£ Manufacturing: Maximize profit by allocating limited resources (machines, labor).
2οΈβ£ Diet Problem: Minimize cost while meeting nutritional requirements.
3οΈβ£ Transportation: Minimize cost of shipping goods.
4οΈβ£ Finance: Optimize investment under constraints.
βοΈ Linear Programming helps in decision-making for optimization.
π· Section C & D β Long Answer / Case-Based Questions (5 marks each)
π΅ Question 28:
Solve graphically the following LPP:
Maximize Z = 5x + 3y
Subject to:
x + y β€ 6
x + 3y β€ 9
x β₯ 0, y β₯ 0
π’ Answer:
β‘οΈ Step 1: Plot constraints
β’ x + y = 6 β intercepts (6, 0), (0, 6)
β’ x + 3y = 9 β intercepts (9, 0), (0, 3)
β‘οΈ Step 2: Feasible region
Common region in first quadrant satisfying both inequalities.
Vertices (corner points): (0, 0), (0, 3), (3, 2), (6, 0)
β‘οΈ Step 3: Evaluate Z = 5x + 3y
β’ Z(0,0) = 0
β’ Z(0,3) = 9
β’ Z(3,2) = 5Γ3 + 3Γ2 = 15 + 6 = 21
β’ Z(6,0) = 30
β
Maximum Z = 30 at (6, 0)
Hence, optimal solution: x = 6, y = 0, Zβββ = 30.
π΅ Question 29:
Solve graphically the LPP:
Minimize Z = x + 2y
Subject to:
x + y β₯ 4
x + 2y β₯ 5
x, y β₯ 0
π’ Answer:
β‘οΈ Step 1: Plot constraints
β’ x + y = 4 β (4,0), (0,4)
β’ x + 2y = 5 β (5,0), (0,2.5)
β‘οΈ Step 2: Feasible region
Above both lines in first quadrant.
Vertices: Intersection of lines + axis points β (5,0), (0,4), (3,1)
β‘οΈ Step 3: Evaluate Z = x + 2y
β’ Z(5,0) = 5
β’ Z(0,4) = 8
β’ Z(3,1) = 3 + 2 = 5
β
Minimum Z = 5 at (5,0) and (3,1)
Hence, multiple optimal solutions.
π΅ Question 30:
Define and explain the corner point theorem with justification.
π’ Answer:
π‘ Corner Point Theorem:
If a Linear Programming Problem has an optimal solution (maximum or minimum), it occurs at a vertex (corner point) of the feasible region.
π§ Justification:
Feasible region = convex polygon formed by linear constraints.
Objective function Z = ax + by represents a family of parallel lines.
As Z shifts parallelly, the extreme value touches boundary at a vertex.
βοΈ Hence, only corner points need to be checked to find optimum.
βοΈ Note: If two or more vertices yield same Z, there are infinite optimal solutions.
π΅ Question 31:
Formulate the following problem as an LPP:
A company manufactures two products A and B. Each A requires 1 hour on machine I and 2 hours on machine II. Each B requires 2 hours on machine I and 1 hour on machine II. Machine I can work 8 hours, and Machine II can work 6 hours. Profit is βΉ30 on each A and βΉ20 on each B.
Formulate the LPP to maximize profit.
π’ Answer:
Let x = number of A units
Let y = number of B units
β‘οΈ Objective Function:
Maximize Z = 30x + 20y
β‘οΈ Constraints:
β’ Machine I: 1x + 2y β€ 8
β’ Machine II: 2x + 1y β€ 6
β’ Non-negativity: x β₯ 0, y β₯ 0
βοΈ LPP:
Maximize Z = 30x + 20y
Subject to:
x + 2y β€ 8
2x + y β€ 6
x β₯ 0, y β₯ 0
π΅ Question 32 (Case-Based):
A dietitian wishes to mix two foods A and B to obtain at least 8 units of protein and 12 units of vitamins. Each kg of food A contains 2 units of protein and 3 units of vitamins, and costs βΉ40. Each kg of food B contains 4 units of protein and 2 units of vitamins, and costs βΉ60.
Find the least cost mixture satisfying requirements.
π’ Answer:
Let x = kg of food A, y = kg of food B
β‘οΈ Objective Function:
Minimize Z = 40x + 60y
β‘οΈ Constraints:
β’ Protein: 2x + 4y β₯ 8
β’ Vitamins: 3x + 2y β₯ 12
β’ x β₯ 0, y β₯ 0
Solve graphically:
Vertices found β (0,6), (4,0), (2,3)
Evaluate Z:
β’ Z(0,6) = 360
β’ Z(4,0) = 160
β’ Z(2,3) = 40Γ2 + 60Γ3 = 80 + 180 = 260
β
Minimum Z = 160 at (4, 0)
Hence, least cost βΉ160 when x = 4 kg (A), y = 0 kg (B).
π΅ Question 33 (Case-Based):
A factory produces two products P and Q. Each unit of P requires 1 hour of labor and 3 units of material. Each unit of Q requires 2 hours of labor and 2 units of material.
Maximum available: 8 hours labor, 8 units material.
Profit: βΉ50 on P, βΉ40 on Q.
Find number of units to produce to maximize profit.
π’ Answer:
Let x = units of P, y = units of Q
β‘οΈ Objective Function:
Maximize Z = 50x + 40y
β‘οΈ Constraints:
β’ Labor: 1x + 2y β€ 8
β’ Material: 3x + 2y β€ 8
β’ Non-negativity: x β₯ 0, y β₯ 0
Graphical solution β vertices: (0,0), (0,4), (2,2), (8/3,0)
Evaluate Z:
β’ (0,0): 0
β’ (0,4): 160
β’ (2,2): 50Γ2 + 40Γ2 = 100 + 80 = 180
β’ (8/3,0): 50Γ8/3 β 133.3
β
Maximum Z = 180 at (2, 2)
Hence, produce 2 units of P and 2 units of Q, profit βΉ180.
————————————————————————————————————————————————————————————————————————————