Question:

Corner points of the feasible region determined by the system of linear constraints are $(0, 3), (1, 1)$ and $(3, 0)$. Let $z = px = qy$, where $p, q > 0$. Condition on $p$ and $q$ so that the minimum of $z$ occurs at $(3, 0)$ and $(1, 1)$ is

Updated On: May 22, 2024
  • $p = 2q$
  • $p = \frac {q}{2}$
  • $p = 3q$
  • $p = q$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Given corner points are $(0,3),(1,1),(3,0)$
$z=p x+q y$
At $(3,0), z=3 p$
At $(1,1), z=p+q$
It is given that the minimum of $z$ occurs at $(3,0)$ and $(1,1)$
$\Rightarrow 3 p=p+q$
$\Rightarrow 2 p = q$
$\Rightarrow p = q / 2$
Was this answer helpful?
1
0

Concepts Used:

Linear Programming Problems

The Linear Programming Problems (LPP) is a problem that is concerned with finding the optimal value of the given linear function. The optimal value can be either maximum value or minimum value. Here, the given linear function is considered an objective function. The objective function can contain several variables, which are subjected to the conditions and it has to satisfy the set of linear inequalities called linear constraints.

Linear Programming Simplex Method

Step 1: Establish a given problem. (i.e.,) write the inequality constraints and objective function.

Step 2: Convert the given inequalities to equations by adding the slack variable to each inequality expression.

Step 3: Create the initial simplex tableau. Write the objective function at the bottom row. Here, each inequality constraint appears in its own row. Now, we can represent the problem in the form of an augmented matrix, which is called the initial simplex tableau.

Step 4: Identify the greatest negative entry in the bottom row, which helps to identify the pivot column. The greatest negative entry in the bottom row defines the largest coefficient in the objective function, which will help us to increase the value of the objective function as fastest as possible.

Step 5: Compute the quotients. To calculate the quotient, we need to divide the entries in the far right column by the entries in the first column, excluding the bottom row. The smallest quotient identifies the row. The row identified in this step and the element identified in the step will be taken as the pivot element.

Step 6: Carry out pivoting to make all other entries in column is zero.

Step 7: If there are no negative entries in the bottom row, end the process. Otherwise, start from step 4.

Step 8: Finally, determine the solution associated with the final simplex tableau.