Consider the following LPP.: Max Z = 15x 1 + 10x 2 Subject to the constraints 4x 1 + 6x 2 ≤ 360 3x 1 + 0x 2 ≤ 180 0x 1 + 5x 2 ≤ 200 x 1, x 2 ≥ 0 The solution of the LPP using Graphical solution-technique is :
x 1 = 60, x 2 = 20 and Z = 1100
This problem requires us to find the optimal solution for a Linear Programming Problem (LPP) by using the graphical solution technique. The goal is to maximize the objective function \(Z = 15x_1 + 10x_2\) subject to a set of constraints.
A Linear Programming Problem involves optimizing (maximizing or minimizing) a linear objective function, subject to linear equality or inequality constraints. In this case, we have:
The variables \(x_1\) and \(x_2\) are typically decision variables representing quantities of products, resources, etc.
The graphical method involves the following steps:
We convert each inequality constraint into an equation to find the boundary lines:
Imagine plotting these lines. The non-negativity constraints \(x_1 \ge 0\) and \(x_2 \ge 0\) limit us to the first quadrant. The constraints \(x_1 \le 60\) and \(x_2 \le 40\) further restrict the area to a rectangle from \(x_1=0\) to \(x_1=60\) and \(x_2=0\) to \(x_2=40\). The constraint \(4x_1 + 6x_2 \le 360\) requires that the feasible points lie on or below the line connecting (90, 0) and (0, 60).
The feasible region is the area in the first quadrant below the line \(4x_1 + 6x_2 = 360\), to the left of the line \(x_1 = 60\), and below the line \(x_2 = 40\).
The corner points of this feasible region are the intersection points of the boundary lines that define the region. These points are:
The corner points of the feasible region are (0, 0), (60, 0), (0, 40), (60, 20), and (30, 40).
Now, we substitute the coordinates of each corner point into the objective function \(Z = 15x_1 + 10x_2\) to find the value of Z at each point.
| Corner Point (\(x_1\), \(x_2\)) | Value of \(Z = 15x_1 + 10x_2\) |
|---|---|
| (0, 0) | \(Z = 15(0) + 10(0) = 0\) |
| (60, 0) | \(Z = 15(60) + 10(0) = 900\) |
| (0, 40) | \(Z = 15(0) + 10(40) = 400\) |
| (60, 20) | \(Z = 15(60) + 10(20) = 900 + 200 = 1100\) |
| (30, 40) | \(Z = 15(30) + 10(40) = 450 + 400 = 850\) |
For a maximization problem, the optimal solution corresponds to the corner point where the objective function Z has the largest value. Comparing the Z values calculated:
The maximum value of Z is 1100, which occurs at the corner point (\(x_1 = 60, x_2 = 20\)).
Therefore, the solution to the LPP using the graphical solution technique is \(x_1 = 60\), \(x_2 = 20\), and the maximum value of Z is 1100.
| Concept | Description |
|---|---|
| Objective Function | The linear function to be maximized or minimized (e.g., profit, cost). |
| Constraints | Linear inequalities or equalities that limit the values of the decision variables (e.g., resource availability). |
| Non-negativity Constraints | Constraints stating that decision variables cannot be negative (\(x_i \ge 0\)). |
| Feasible Region | The set of all points that satisfy all constraints. In the graphical method for two variables, it's a polygon. |
| Corner Point (Vertex) | A point where two or more boundary lines of the feasible region intersect. Optimal solutions always occur at corner points. |
| Optimal Solution | The point within the feasible region (usually a corner point) that gives the best value (maximum or minimum) for the objective function. |
The graphical method is a visual way to solve Linear Programming Problems, but it is practical only for problems with two decision variables (\(x_1, x_2\)). For problems with three or more variables, other techniques like the Simplex method are used.
The feasible region in an LPP is always a convex set. A set is convex if, for any two points in the set, the line segment connecting them is entirely contained within the set.
If the feasible region is empty (no points satisfy all constraints), the LPP has no solution. If the feasible region is unbounded, the objective function may be unbounded (can be increased or decreased indefinitely), or it may still have a bounded optimum value.
The optimal solution for a bounded feasible region always occurs at one of the corner points. This is a fundamental principle of linear programming.
A graph of a cumulative frequency distribution is called :
Which of the following is not an example of compressed data?
A cumulative frequency distribution is given below
Class | 60-62 | 63-65 | 66-68 | 69-71 | 72-74 |
Cumulative frequency | 3 | 20 | 36 | 48 | 50 |
Which one of the following class has maximum frequency?
The measure of the central tendency is given by the X-coordinate of the point of intersection of the more than ogive and less than ogive is:
Consider the following distribution:
| Marks obtained | No. of students |
| More than or equal to zero | 63 |
| More than or equal to 10 | 58 |
| More than or equal to 20 | 55 |
| More than or equal to 30 | 51 |
| More than or equal to 40 | 48 |
| More than or equal to 50 | 42 |