Class XII Mathematics
Chapter 11: Linear Programming
Standard NCERT & CBSE aligned study curriculum. Master concepts, track accuracy, revise weak areas, and challenge yourself with 9 customized practice modes.
Syllabus Sections
Example 1
Optimal corner point solver
Evaluate Z = 4x + y at corner points of feasible region: (0,0), (0,30), (20,0). Find maximum Z.
Calculation Steps:
- 1Substitute (0,0): Z = 0.
- 2Substitute (0,30): Z = 4(0) + 30 = 30.
- 3Substitute (20,0): Z = 4(20) + 0 = 80.
- 4The maximum value is 80 (attained at (20, 0)).
Solution80