Linear Programming MCQ Quiz in मल्याळम - Objective Question with Answer for Linear Programming - സൗജന്യ PDF ഡൗൺലോഡ് ചെയ്യുക

Last updated on Mar 8, 2025

നേടുക Linear Programming ഉത്തരങ്ങളും വിശദമായ പരിഹാരങ്ങളുമുള്ള മൾട്ടിപ്പിൾ ചോയ്സ് ചോദ്യങ്ങൾ (MCQ ക്വിസ്). ഇവ സൗജന്യമായി ഡൗൺലോഡ് ചെയ്യുക Linear Programming MCQ ക്വിസ് പിഡിഎഫ്, ബാങ്കിംഗ്, എസ്എസ്‌സി, റെയിൽവേ, യുപിഎസ്‌സി, സ്റ്റേറ്റ് പിഎസ്‌സി തുടങ്ങിയ നിങ്ങളുടെ വരാനിരിക്കുന്ന പരീക്ഷകൾക്കായി തയ്യാറെടുക്കുക

Latest Linear Programming MCQ Objective Questions

Top Linear Programming MCQ Objective Questions

Linear Programming Question 1:

Simplex method of solving linear programming problem uses

  1. all the points in the feasible region
  2. only the corner points of the feasible region
  3. intermediate points within the infeasible region
  4. only the interior points in the feasible region

Answer (Detailed Solution Below)

Option 2 : only the corner points of the feasible region

Linear Programming Question 1 Detailed Solution

Explanation:

Simplex method:

  • The simplex method is the most popular method used for the solution of Linear Programming Problems (LPP).
  • The Simplex method is a search procedure that shifts through the set of basic feasible solutions, one at a time until the optimal basic feasible solution is identified.
  • It can be used for two or more variables as well (always advisable for more than two variables to avoid lengthy graphical procedure).
  • The simplex method is not used to examine all the feasible solutions.
  • It deals only with a small and unique set of feasible solutions, the set of vertex points (i.e. extreme points/corner points) of the convex feasible space that contain the optimal solution.
  • All the resource values or constraints should be non-negative.
  • All the inequalities of the constraint should be converted to equalities with the help of slack or surplus variables.

Linear Programming Question 2:

Simplex problem is considered as infeasible when

  1. All the variables in entering column are negative
  2. Variables in the basis are negative
  3. Artificial variable is present in basis
  4. Pivotal value is negative

Answer (Detailed Solution Below)

Option 3 : Artificial variable is present in basis

Linear Programming Question 2 Detailed Solution

Explanation:

Simplex Method:

  • Simplex Method is a standard technique of solving linear programming problems for an optimized solution, typically involving a function and several constraints expressed as inequalities.
  • The inequalities define a polygonal region and the solution is typically at one of the verticles.

Some Special Conditions of the Simplex Method:

1. Unbounded Solution: In the simplex method, if in the pivot column all the entries are negative or zero when choosing to leave the variable then the solution is unbounded.

2. Infeasible Solution: In the simplex method, if artificial variables are present in the basis, then the solution obtained is infeasible.

3. Degenerated Solution: In the simplex method, if some of the values in the constant column are zero, then the solution becomes degenerated.

4. Multiple Solution: In the simplex method, if the non-basic variable in the final simplex table showing the optimal solution to a problem, has a net zero contribution, then the condition of multiple optimal solutions arises.

Linear Programming Question 3:

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)

Linear Programming Question 3 Detailed Solution

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.

Linear Programming Question 4:

For the following LPP - 

Max. Z = -0.1 x1 + 0.5 x2

2x1 + 5x2 ≤ 80

x1 + x2 ≤ 20

x1, x2 ≥ 0

to get the optimum solution, the values of x1, x2 are -

  1. (20, 0)
  2. \(\left(\dfrac{20}{3}, \dfrac{40}{3}\right)\)
  3. (0, 16)
  4. None of these

Answer (Detailed Solution Below)

Option 3 : (0, 16)

Linear Programming Question 4 Detailed Solution

Concept:

Convert the inequality constraints into equations and find the common points of the bounded region.

Calculations:

Given, LPP:

Max. Z = -0.1 x1 + 0.5 x2

2x1 + 5x2 ≤ 80

x1 + x2 ≤ 20

x1, x2 ≥ 0

Convert the inequality constraints into equations, we have

2x1 + 5x2 = 80

x1 + x2 = 20

2x1 + 5x2 = 80 passes through the point (0, 16) and (40, 0)

x1 + x2 = 20 passes through the point (0, 20) and (20, 0).

F8 Aman 20-1-2021 Swati D1

Now, the co ordinates of the point A = (0, 16), B = (20, 0) and C = \(\left(\dfrac{20}{3}, \dfrac{40}{3}\right)\)

Corner Point  Coordinate of point value of Z
A (0, 16) 8
B (20, 0) -2
C \(\left(\dfrac{20}{3}, \dfrac{40}{3}\right)\) 6.066


Here, maximum value occurs at (0, 16)

For given

Max. Z = -0.1 x1 + 0.5 x2

2x1 + 5x2 ≤ 80

x1 + x2 ≤ 20

x1, x2 ≥ 0

to get the optimum solution, the values of x1, x2 are (0, 16)

Linear Programming Question 5:

Max z = x1 + x2 subject to constraints:

x1 + x2 ≤ 1

-3x1 + x2 ≥ 3

x1, x2 ≥ 0

For the above LPP, the solution is

  1. Unique solution
  2. Unbounded solution
  3. Infeasible solution
  4. Cannot be predicted

Answer (Detailed Solution Below)

Option 3 : Infeasible solution

Linear Programming Question 5 Detailed Solution

Concept:

Draw the constraints to find the feasible region:

  • To draw the inequalities, first, draw the equation form of 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: 

The equations are plotted in the graph

F2 Sumit Madhu 18.07.20 D9

As it is clear from graph that there is no point (x1, x2) which can lie in both regions, so there is no solution or infeasible solution.

Linear Programming Question 6:

In an assignment problem of size 6 × 6, the total number of decision variables in the objective function is:

  1. 12
  2. 11
  3. 6
  4. 36

Answer (Detailed Solution Below)

Option 4 : 36

Linear Programming Question 6 Detailed Solution

Concept:

In an assignment problem of size n × n, number of decision variables is n2.

Calculation:

Given:

n = 6

The given problem will have n2 = 36 decision variables.

Linear Programming Question 7:

Consider a linear programming problem with two variables and two constraints. The objective function is x + 3y. The shaded region is representing the feasible region in the given graph. At which point(s) is the objective function will have the maximum?

F1 Savita  Engineering 31-5-22 D5

  1. Point C only
  2. Point N only
  3. Point C and N
  4. Every point on the line segment CN

Answer (Detailed Solution Below)

Option 4 : Every point on the line segment CN

Linear Programming Question 7 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).

Calculation:

Given: The shaded infeasible region is given to us.

 

  • 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.

Linear Programming Question 8:

The supply at three sources is 80, 30, and 40 units respectively while the demand at the four destinations is 30, 20, 25, and 55 units. In solving this transportation problem

  1. a dummy source of capacity 20 units is needed with unit transportation cost one.
  2. a dummy destination of capacity 20 units is needed with unit transportation cost zero.
  3. a dummy source of capacity 20 units is needed with unit transportation cost zero.
  4. a dummy destination of capacity 20 units is needed with unit transportation cost one.

Answer (Detailed Solution Below)

Option 2 : a dummy destination of capacity 20 units is needed with unit transportation cost zero.

Linear Programming Question 8 Detailed Solution

Explanation:

The transportation problem is about transporting a single item from a set of 'm' supply points to 'n' demand points at minimum cost. The supply and demand quantities as well as the unit cost of transportation are known.

There are two types of transportation problem:

1. Balanced

2. Unbalanced

Balanced: When the total demand is equal to the total supply.

Unbalanced: When the total demand and total supply is not equal.

For solving any transportation problem, the cost matrix should be made balanced (if unbalanced) by assigning unit transportation costs as zero.

Given:

Source supply: 80 + 30 + 40 = 150 units

Destination demand: 30 + 20 + 25 + 55 = 130 units

Since demand at destination is less than the supply by 20 units, a dummy destination of capacity 20 units is needed with unit transportation cost zero.

Linear Programming Question 9:

For which of the following situations, linear programming can be applied?

  1. Material selection problems
  2. Product design problems
  3. Scheduling of production to meet sales forecast
  4. Quenching problems

Answer (Detailed Solution Below)

Option 1 : Material selection problems

Linear Programming Question 9 Detailed Solution

Explanation:

Linear programming (LP)

  • Linear programming (LP) in industrial engineering is used for the optimization of our limited resources when there is a number of alternate solutions possible for the problem like material selection.
  • The real-life problems can be written in the form of a linear equation by specifying the relation between its variables
  • Linear programming is used for obtaining the most optimal solution for a problem with given constraints.
  • Using linear programming requires defined variables and constraints, to find the largest objective function (maximization).
  • In some cases, linear programming is instead used for the smallest possible objective function value (minimization).
  • Linear programming requires the creation of inequalities and then graphing those to solve problems.
  • Some linear programming can be done manually.
  • When the variables and calculations become too complex and require the use of computational software.

Forecasting and Scheduling:

1. Forecasting:

  • The main purpose of forecasting is to estimate the occurrence, timing, or magnitude of future events.
  • Once, the reliable forecast for the demand is available, good planning of activities is needed to meet the future demand.
  • Forecasting thus provides input to the planning and scheduling process

2. Scheduling:

  • Scheduling involves fixing the priorities for different jobs and deciding the starting and finishing time of each job.
  • The main purpose of scheduling is to prepare a time-table indicating the time.
  • Scheduling is used to allocate resources over time to accomplish specific tasks.
  • It should take account of the technical requirement of the task, available capacity, and forecasted demand.
  • The output plan should be translated into operations, timing, and schedule on the shop floor.
  • Detailed scheduling encompasses the formation of the starting and finishing time of all jobs at each operational facility.
  • Gant Chart is used for scheduling after forecasting.

Linear Programming Question 10:

In a transportation problem there are four supply and five demand centres. The total quantity of supply available is greater than total demand. The number of allocations without degeneracy during an iteration is

  1. 3
  2. 6
  3. 9
  4. 8

Answer (Detailed Solution Below)

Option 4 : 8

Linear Programming Question 10 Detailed Solution

Concept:

In a transportation problem, the number of allocations required without degeneracy can be determined using a specific formula.

A transportation problem with m" id="MathJax-Element-23-Frame" role="presentation" style="position: relative;" tabindex="0">m supply centers and n" id="MathJax-Element-24-Frame" role="presentation" style="position: relative;" tabindex="0">n demand centers has a non-degenerate solution if the number of allocations (basic variables) is m+n1" id="MathJax-Element-25-Frame" role="presentation" style="position: relative;" tabindex="0">m+n1 .

Calculation:

Given:

Number of supply centers, \( m = 4 \)

Number of demand centers, \( n = 5 \)

The formula for non-degenerate allocations is, \( m + n - 1 \)

Applying the formula:

m+n1=4+51=8m+n1=4+51=8" id="MathJax-Element-26-Frame" role="presentation" style="text-align: center; position: relative;" tabindex="0">m+n1=4+51=8

Conclusion:

The number of allocations without degeneracy during an iteration is: 8

The correct answer is:

\( 8 \)

Get Free Access Now
Hot Links: teen patti bindaas teen patti win teen patti yas teen patti wealth