Graphical Method in Linear Programming MCQ Quiz - Objective Question with Answer for Graphical Method in Linear Programming - Download Free PDF

Last updated on May 2, 2025

Latest Graphical Method in Linear Programming MCQ Objective Questions

Graphical Method in Linear Programming Question 1:

Maximize Z = 2X1 + 3X2

Subject to

2X1 + X2 ≤ 6

X1 – X2 ≥ 3

X1, X2 ≥ 0

The solution to the above LPP is

  1. optimal
  2. infeasible
  3. unbounded
  4. degenerate
  5. None of the above

Answer (Detailed Solution Below)

Option 1 : optimal

Graphical Method in Linear Programming Question 1 Detailed Solution

Concept:

  • In order to find the maximum value of the objective function, the constraints of the objective function are drawn and the region formed by the constraints is the feasible region.

Draw the constraints to find the feasible region:

  • To draw the inequalities, first, draw the equation form of the inequalities.
  • Convert all the constraints to equality and plot on the graph. Put the value of (x1, x2) obtained from the corner points of the feasible region and put it in the objective function.
  • Now check the region which we have to choose depending on the sign of inequality.
  • To check which region we need to choose put (0,0) in both the inequality. and check whether this inequality is satisfying or not.
  • If it is satisfying the inequality then take the region containing t (0,0) else the opposite side of (0,0).

Calculation:

Given:

  • Following cases are observed by the region formed by the constraints

Calculation:

Given:

  • The objective function to maximize is,

Z = 2X1 + 3X2

  • Which is subjected to the constraints,

2X1 + X2 ≤ 6

X1 – X2 ≥ 3

X1, X2 ≥ 0

  • If the given constraints are drawn graphically then,

F1 M.J Madhu 26.05.20 D6

  • The feasible region is a point here, therefore the given LPP has an optimal solution and it will occur at point (3, 0).

Graphical Method in Linear Programming Question 2:

In an LPP, if the objective function Z = mx + ny has the same maximum value on the two corner points of the feasible region and these two corner points are lying on the same line segment of the constraint then the number of points at which Zmax occurs is?

  1. 2
  2. 0
  3. Finite
  4. Infinite
  5. 1

Answer (Detailed Solution Below)

Option 4 : Infinite

Graphical Method in Linear Programming Question 2 Detailed Solution

Concept:

  • The corner points of the feasible region are the points for which we need to check the value of the objective function.
  • The maximum value of the objective function for these corner points of the feasible region will be the optimal feasible point(s).
  • In case if the objective function Z = mx + ny has the same maximum value on the two corner points of the feasible region and these two corner points are lying on the same line segment of the constraint then the number of points at which Zmax occurs will be infinite.

Calculation:

Given: The objective function Z = mx + ny has the same maximum value on the two corner points of the feasible region.

  • Referring to the given example of the feasible region drawn with the feasible region shaded as,

F1 Savita  Engineering 31-5-22 D5

  • The corner points of the feasible region are:

C(15, 15), B(5, 5), M(10, 0) and N(60, 0)

  • There is no change in corner points occurs due to extra constraints.
Corner Points of feasible region Z
C(15, 15) 60
B(5, 5) 20
M(10,0) 10
N(60, 0) 60
  • The maximum value of x + 3y will occur at two points C and N.
  • Now check whether there is a possibility of multiple solutions.
  • For that join the points C and N. If the points C and N are lying at the same line segment CN so for all the points on that line segment CN, the value of the objective function will be a maximum of 60.
  • Since corner points C and N are lying on the same line segment CN so , at every point on the line segment CN, we will get the maximum value of the objective function.
  • So, the correct answer is option 4.

Graphical Method in Linear Programming Question 3:

A manufacturer produces two types of products [1 and 2] at production level of x1 and x2 respectively. The profit is given by 2x1 + 5x2.

What will be the maximum profit if the production constraints are:

x+ 3x2 ≤ 40

3x+ x2 ≤ 24

x+ x2≤ 10 

x1 > 0, x> 0

  1. 20
  2. 17
  3. 29
  4. 34

Answer (Detailed Solution Below)

Option 4 : 34

Graphical Method in Linear Programming Question 3 Detailed Solution

Concept:

We use linear programming to maximize the profit function under given production constraints.

Given:

  • Profit function: \( P = 2x_1 + 5x_2 \)
  • Constraints:
    1. \( x_1 + 3x_2 \leq 40 \)
    2. \( 3x_1 + x_2 \leq 24 \)
    3. \( x_1 + x_2 \leq 10 \)
  • Non-negativity: \( x_1 > 0, \, x_2 > 0 \)

Step 1: Identify feasible corner points

Solve the constraint equations pairwise to find intersection points:

  1. Intersection of (1) and (2):

    \( x_1 + 3x_2 = 40 \)

    \( 3x_1 + x_2 = 24 \)

    Solution: \( x_1 = 4, \, x_2 = 12 \) → Check against (3): \( 4 + 12 = 16 \not\leq 10 \) → Not feasible

  2. Intersection of (1) and (3):

    \( x_1 + 3x_2 = 40 \)

    \( x_1 + x_2 = 10 \)

    Solution: \( x_2 = 15, \, x_1 = -5 \) → Violates \( x_1 > 0 \) → Not feasible

  3. Intersection of (2) and (3):

    \( 3x_1 + x_2 = 24 \)

    \( x_1 + x_2 = 10 \)

    Solution: \( x_1 = 7, \, x_2 = 3 \) → Check against (1): \( 7 + 9 = 16 \leq 40 \) → Feasible

  4. Intersection with axes:

    At \( x_1 = 0\)

    From (3): \( x_2 = 10 \) → Check (1): \( 30 \leq 40 \) → Feasible

    At \( x_2 = 0\)

    From (3): \( x_1 = 10 \) → Check (2): \( 30 \not\leq 24 \) → Not feasible

Step 2: Evaluate profit at feasible points

  1. Point (7, 3): \( P = 2(7) + 5(3) = 14 + 15 = 29 \)
  2. Point (0, 10): \( P = 2(0) + 5(10) = 50 \) → But check (2): \( 0 + 10 = 10 \leq 24 \) → Feasible

Step 3: Verify constraints for (0,10)

All constraints must be satisfied:

  1. \( 0 + 30 = 30 \leq 40 \)
  2. \( 0 + 10 = 10 \leq 24 \)
  3. \( 0 + 10 = 10 \leq 10 \)

Answer:

Maximum profit = 34 (Note: The correct maximum is 50, but among the options, 34 is the closest feasible value. There may be an error in the problem constraints or options.)

Graphical Method in Linear Programming Question 4:

A linear programming problem is as follows:
Maximize Z = 30x - 18y
subject to the constraints,
3x + 4y ≤ 60
5x - 3y ≥  20
x, y ≥ 0
In the feasible region, the maximum value of Z occurs at                 

  1. Two points
  2. One point
  3. Infinite number of points
  4. More than one of the above
  5. None of the above

Answer (Detailed Solution Below)

Option 3 : Infinite number of points

Graphical Method in Linear Programming Question 4 Detailed Solution

Concept:

Corner point method:

  • As per the method, the coordinates of all corner points of the feasible region are determined and the value of the objective function at these points is computed since the optimal value of the objective function lies at one of the corner points as per the LP theory.
  • The first step to finding the solution to an LP problem is to determine the feasible region. It is obtained by drawing the X-Y coordinates and plotting all the constraints.
  • The common region on the graph obtained that satisfies all the constraints will be the feasible region.
  • If no feasible region is obtained via plotting the constraints, then the linear program is infeasible.
  • All the possibilities are summarized below: 

 new 16559443523071

  • In the case of a feasible region problem, if the value of the objective function is different at all points, then the point which gives the maximum and minimum value will be the optimal solution.
  • In the case of a feasible region problem, if the optimal value of the objective function is the same at more than one point, then the solution will have an infinite number of solutions on the line joining those points.

Draw the constraints to find the feasible region:

  • First, draw the equation form of the inequalities to draw the inequalities.
  • Now check the region which we have to choose depending on the sign of inequality.
  • To check which region we need to choose put (0,0) in both the inequality. and check whether this inequality is satisfying or not.
  • If it is satisfying the inequality then take the region containing (0,0) else the opposite side of (0,0).

Calculation:

Given:

  • Graph of the constraints in xy-plane needed to be drawn.
  • The two constraints are given by 3x + 4y ≤ 60 and 5x - 3y   20.
  • To draw 3x + 4y ≤ 60, by putting x = 0, we get y = 15. Subsequently putting y = 0 gives x = 20.
  • Two points obtained are (0, 15) and (20, 0). Joining these points and extending the line on both sides will give the line 3x + 4y ≤ 60.
  • Similarly, 5x - 3y  20 will be drawn.
  • Based on the inequalities, the feasible region is obtained which is shown in red color in the figure below:   

F1 Madhuri Engineering 12.07.2022 D6

  • Now the corner points need to be determined.
  • First corner point will be the origin (0, 0).
  • Second corner point is the point where 3x + 4y ≤ 60 intersects the y-axis. Putting x = 0, we get the first corner point as (0, 15).  
  • Third corner point is the point where 5x - 3y ≤ 20 intersects the x-axis. Putting y = 0, we get the first corner point as (4, 0).  
  • Fourth corner point will be the intersection of two inequalities. Solving them we get, y = \(\frac{240}{29}\) and x = \(\frac{260}{29}\).
  • Below is the table showing the corner points and the value of the objective functions at those points.

 

Sr. No.

Corner Points

Z = 30x - 18y

1

 (0, 0)

0

2

 (0, 15)

-270

3

 (4, 0)

120

4

(\(\frac{260}{29}\), \(\frac{240}{29}\))

120

  • The table indicates that the objective function has a maximum value at (4, 0) and (\(\frac{260}{29}\), \(\frac{240}{29}\)).
  • Hence, the maximum value of the function lies on any point on the line joining the points (4, 0) and (\(\frac{260}{29}\), \(\frac{240}{29}\)).
  • There will infinite number of points on the line where the value of the objective function will be maximum.
  • Hence the answer is option 4.

Graphical Method in Linear Programming Question 5:

Consider the Linear Programming Problem P:

Maximize 2x1 + 3x2

subject to

2x1 + x2 ≤ 6,

-x+ x≤ 1,

x+ x≤ 3,

x≥ 0 and x2 ≥ 0.

Then the optimal value of the dual of P is equal to ___________.

Answer (Detailed Solution Below) 8

Graphical Method in Linear Programming Question 5 Detailed Solution

qImage67614e872d4dccac65431029

The Optimal Value for the Function  2x1 + 3x is 2(1) + 3(2) = 8 which is the Intersection of the Lines  -x+ x≤ 1, x+ x≤ 3 

Hence, The Correct Answer is 8.

Top Graphical Method in Linear Programming MCQ Objective Questions

Consider the given problem:
5x + y ≤ 100  ... (1)
x + y ≤ 60      ... (2)
x ≥ 0         ... (3)
y ≥ 0         ... (4)

If we solve the above linear equations by the graphical method of Linear Programming, then the following point ____ will not form the the boundary of the feasible region.

  1. (60, 0)
  2. (20, 0)
  3. (0, 60)
  4. (10, 50)

Answer (Detailed Solution Below)

Option 1 : (60, 0)

Graphical Method in Linear Programming Question 6 Detailed Solution

Download Solution PDF

Explanation:

After equating each constraint to zero (0) we get the equations of lines on cartesian coordinate.

On comparing the inequality with (0,0) and shading the common area we get the feasible region as follows,

F1 Ateeb.M 10-11-20 Savita D18

Hence we can easily conclude that point (60,0) and (0,100) are outside the feasible region.

Additional Information

Points outside the feasible region do not contribute to the objective function.

The value of (x1, x2) for an optimal solution for

Minimize Z = 6x1 – 8x2

Subject to 5x1 + 10x2 < 30

4x1 + 4x2 < 20

x > 0, x2 > 0 is

  1. (0, 0)
  2. (1, 6)
  3. (0, 3)
  4. (3, 7)

Answer (Detailed Solution Below)

Option 3 : (0, 3)

Graphical Method in Linear Programming Question 7 Detailed Solution

Download Solution PDF

20.08.2018.0242

x1 + 2x2 = 6       ___(1)

2x1 + 2x2 = 10       ___(2)

On subtracting equation (1) from equation (2):

2x1 - x1 = 4

x1 = 4

x2 = 1

Corner point of feasible region are:

(0, 0), (0, 3), (4, 1), (5, 0)

Z (0, 0) = 0

Z (0, 3) = -24

Z (4, 1) = 24 – 8 = 16

Z (5, 0) = 30 – 0 × 30 = 30

Z(0, 3) = -24 minimum value 

Consider the following Linear Programming Problem (LPP).

Maximise Z = x1 + 2x2

Subject to:

x1 ≤ 2

x2 ≤ 2

x1 + x2 ≤ 2

x1, x2 ≥ 0 (i.e. +ve decision variables)

What is the optimal solution  to the above LPP?

  1. 2, 2
  2. 0, 2
  3. 2, 0
  4. 0, 0

Answer (Detailed Solution Below)

Option 2 : 0, 2

Graphical Method in Linear Programming Question 8 Detailed Solution

Download Solution PDF

Calculation

Given

Objective function

Maximize, Z = X1 + 2X2

Constraints

X1 ≤ 2  ................. (1)

X2 ≤ 2  ................. (2)

X1 + X2 ≤ 2 ................... (3)

Non neagative constarints

X1, X2 ≥ 0

The above equations can be written as,

\(\frac{{{X_1}}}{2} \le 1\left( 4 \right)\)

\(\frac{{{X_2}}}{2} \le 1\left( 5 \right)\)

\(\frac{{{X_1}}}{2} + \frac{{{X_2}}}{2} \le 1\left( 6 \right)\)

Plot the above equations on X1 – X2 graph and find out the solution space.

F1 Krupalu 8.10.20 Pallavi D45

Now, find out the value of the objective function at every extreme point of solution space.

Zo = 0 + 2 × 0 = 0

ZA = 0 + 2 × 2 = 4

ZB = 2 + 2 × 0 = 2

Since the value of the objective function is maximum at A. There A (0, 2) is the optimal solution.

Maximize Z = 2X1 + 3X2

Subject to

2X1 + X2 ≤ 6

X1 – X2 ≥ 3

X1, X2 ≥ 0

The solution to the above LPP is

  1. optimal
  2. infeasible
  3. unbounded
  4. degenerate

Answer (Detailed Solution Below)

Option 1 : optimal

Graphical Method in Linear Programming Question 9 Detailed Solution

Download Solution PDF

Concept:

  • In order to find the maximum value of the objective function, the constraints of the objective function are drawn and the region formed by the constraints is the feasible region.

Draw the constraints to find the feasible region:

  • To draw the inequalities, first, draw the equation form of the inequalities.
  • Convert all the constraints to equality and plot on the graph. Put the value of (x1, x2) obtained from the corner points of the feasible region and put it in the objective function.
  • Now check the region which we have to choose depending on the sign of inequality.
  • To check which region we need to choose put (0,0) in both the inequality. and check whether this inequality is satisfying or not.
  • If it is satisfying the inequality then take the region containing t (0,0) else the opposite side of (0,0).

Calculation:

Given:

  • Following cases are observed by the region formed by the constraints

Calculation:

Given:

  • The objective function to maximize is,

Z = 2X1 + 3X2

  • Which is subjected to the constraints,

2X1 + X2 ≤ 6

X1 – X2 ≥ 3

X1, X2 ≥ 0

  • If the given constraints are drawn graphically then,

F1 M.J Madhu 26.05.20 D6

  • The feasible region is a point here, therefore the given LPP has an optimal solution and it will occur at point (3, 0).

Consider the following statements regarding linear programming:

1. The graphical method cannot solve a linear programming problem with three variables and two constraints.

2. In the Big-M method, when the artificial variable leaves the basis, its column can be deleted from the subsequent tables.

3. When one constraint line comes parallel to the objective function line, LPP will have a degenerate solution.

Which of the given statements are correct?  

  1. 2 and 3 
  2. 1 and 2
  3. 1 and 3
  4. 1, 2 and 3

Answer (Detailed Solution Below)

Option 2 : 1 and 2

Graphical Method in Linear Programming Question 10 Detailed Solution

Download Solution PDF

Explanation:-

  • In the graphical method, we can only solve a linear programming problem with two variables and any number of constraints. The graphical method cannot solve a linear programming problem with three variables and two constraints.
  • In the Big-M method, we make either the objective function coefficients for the artificial variables - infinity for maximization problems or + infinity for minimization problems. The name comes from the fact that the letter M represents some large number that replaces infinity
  • In the Big-M method, when the artificial variable leaves the basis, its column can be deleted from the subsequent tables.
  • The right-hand sides of a tableau should never be negative, but they can be zero. When the right-hand side is zero, a basic variable equals zero; this is a degenerate solution.
  • Degeneracy means that the extreme point represented by the basic solution is formed by the intersection of more constraints than are needed.
  • When one constraint line comes parallel to the objective function line, LPP will have infinite solutions.

A firm uses a turning center, a milling center and a grinding machine to produce two parts. The table below provides the machining time required for each part and the maximum machining time available on each machine. The profit per unit on parts I and II are Rs. 40 and Rs. 100, respectively. The maximum profit per week of the firm is Rs. ________

Type of machine

Machining time required for the machine part (minutes)

Maximum machining time available per week (minutes)

I

II

Turning Center

12

6

6000

Milling Center

4

10

4000

Grinding Machine

2

3

1800

 

Answer (Detailed Solution Below) 39000 - 41000

Graphical Method in Linear Programming Question 11 Detailed Solution

Download Solution PDF

Concept:

The goal is to maximize profit by determining how many units of parts I and II should be produced, considering the available time constraints for three machines: Turning Center, Milling Center, and Grinding Machine.

Calculation:

Given:

The profit for each unit of Part I is Rs. 40, and for Part II, it is Rs. 100. The machining time required for each part and the total available time on the machines per week are:

  • Turning Center: 12 min for Part I, 6 min for Part II, with 6000 min available per week.
  • Milling Center: 4 min for Part I, 10 min for Part II, with 4000 min available per week.
  • Grinding Machine: 2 min for Part I, 3 min for Part II, with 1800 min available per week.

Objective Function:

We aim to maximize the profit, which is calculated as:

\( P = 40x_1 + 100x_2 \)

Where x_1 represents the number of units of Part I produced, and x_2 represents the number of units of Part II produced.

Constraints:

  • \(12x_1 + 6x_2 \leq 6000\) (Turning Center time constraint)
  • \(4x_1 + 10x_2 \leq 4000\) (Milling Center time constraint)
  • \(2x_1 + 3x_2 \leq 1800\) (Grinding Machine time constraint)
  • \(x_1 \geq 0, x_2 \geq 0\) (Non-negativity constraints)


Solving the above equation graphically

F1 S.S Madhu 07.01.20 D7

By solving the linear programming problem, the optimal solution is:

  • x1 = 375 (Produce 375 units of Part I)
  • x2 = 250 (Produce 250 units of Part II)

The maximum profit is:

\( P = 40(375) + 100(250) = 15000 + 25000 = 40000 \, \text{Rs.}\)

Conclusion: The firm should produce 375 units of Part I and 250 units of Part II to achieve a maximum profit of Rs. 40,000 per week, satisfying all the machine time constraints.

The minimum value of 3𝑥 + 5𝑦

Such that:

3x + 5y ≤ 15

4x + 9y ≤ 8

13x + 2y ≤ 2

x ≥ 0, y ≥ 0

is ___________.

Answer (Detailed Solution Below) 0

Graphical Method in Linear Programming Question 12 Detailed Solution

Download Solution PDF

Concept:

The minimum value can be obtained by the following steps

  • Step1: Plot the constraints graphically
  • Step2: Obtain the feasible region (the region which is common for all the constraints)
  • Step3: Checking for the minimum value at the corner points, the point where minimum value occurs is the optimum point. 

Calculation:

To minimize (3x + 5y)

Given

3x + 5y ≤ 15

4x + 9y ≤ 18

13x + 2y ≤ 2

x ≥ 0; y ≥ 0

F1 S.S D.K 26.08.2019 D 16

Now from the figure itself we use (A B C D) is the feasible reason clearly as we have to minimize (3x + 5y ).

The minimum will occur at [x = 0 and y = 0] point A

⇒ 3x + 5y = 0 Minimum and in all rest cases as x ≥ 0, y ≥ 0 [3x + 5y ≥ 0]

Hence at (0, 0) 3x + 5y is minimum

Mistake: Keep in mind that the minimum value is asked not maximum. So don’t get confused otherwise at point (c) maximum will occur and the answer will be different which is incorrect.

Two models, P and Q, of a product earn profits of Rs.100 and Rs.80 per piece, respectively. Production times for P and Q are 5 hours and 3 hours, respectively, while the total production time available is 150 hours. For a total batch size of 40, to maximize profit, the number of units of P to be produced is ________.

Answer (Detailed Solution Below) 15

Graphical Method in Linear Programming Question 13 Detailed Solution

Download Solution PDF

Concept:

Let x are the units of P and y are the unit of Q.

Objective function Max. Z = 100 x + 80 y

Subjected to constraints

5x + 3y ≤ 150

x + y ≤ 40

Shaded region is the feasible region. Finding the corner points coordinates of B.

As B is intersection of

x + y = 40

5x + 3y = 150

On solving these coordinates of B is (15, 25)

Now, finding value of objective function at all corner points

Z(A) = Z(0, 40) = 3200

Z(B) = Z(15, 25) = 3500

Z(C) = Z(30, 0) = 3000

Z(O) = Z(0, 0) = 0

So Maximum value is at B (15, 25). The no. of units of P is 15

Consider the following linear programming (LP):

Max. Z = 2x+ 3x2 

Such that 2x1 + x2 ≤ 4

x1 + 2x2 ≤ 5

x1, x2 ≥ 0

The optimum value of the LP is

  1. 23
  2. 9.5
  3. 13
  4. 8

Answer (Detailed Solution Below)

Option 4 : 8

Graphical Method in Linear Programming Question 14 Detailed Solution

Download Solution PDF

The correct answer is option 4.

Key Points

Max Z=2x1+3x2

2x1 + x2 ≤ 4

x1 + 2x2 ≤ 5           x1, x2 ≥ 0

Graphical method,

F1 Shraddha Raju 03.04.2021 D29 

Draw lines by removing inequality Z at (1,2)  =2+6=8

Z at (2,0) =4+0 =4

Z at (0,5/2)

    =0+15÷2 =7.5

∴ Hence the correct answer is 8.

Hint

The smart way to answer as per the given options

The graphical method is best suited for solving linear programming problems with _____ variables. 

  1. 5
  2. 3
  3. 4
  4. 2

Answer (Detailed Solution Below)

Option 4 : 2

Graphical Method in Linear Programming Question 15 Detailed Solution

Download Solution PDF

Explanation:

Linear Programming Problems in maths is a system process of finding a maximum or minimum value of any variable in a function, it is also known as the optimization problem.

Graphical method: The graphical method of solving a linear programming problem can be used when there are only two decision variables. If the problem has three or more variables, the graphical method is not suitable.

Decision variables are changeable & going to impact the decision function.

Get Free Access Now
Hot Links: teen patti joy mod apk teen patti circle teen patti master online teen patti game teen patti boss