Linear Programming - Practice Questions with Answers
68 free MCQs on Linear Programming with worked answers and explanations. Optimizing a linear objective function subject to linear constraints using the graphical corner point method.
Below are 68 practice questions on Linear Programming, sorted Easy → Hard. Tap “Show answer & explanation” under any question to check yourself. Want the full theory first? Read the Linear Programming notes.
The feasible region (shaded) is bounded by the constraint lines; the fundamental theorem of LPP guarantees the optimal value of the objective function occurs at one of the corner points (O, A, B, C), so only these need to be checked, not the entire region.
Easy - 20 questions
Q1.
In a linear programming problem, the function to be maximized or minimized is called the:
A Constraint
B Objective function
C Decision variable
D Feasible region
Show answer & explanation
Answer: B. Objective function
Why: The objective function, usually written as Z = ax + by, is the linear function whose optimal value (maximum or minimum) we seek.
Q2.
The unknown quantities that a linear programming problem solves for are called:
A Constraints
B Decision variables
C Objective coefficients
D Corner points
Show answer & explanation
Answer: B. Decision variables
Why: Decision variables (commonly x and y) represent the quantities to be determined, such as units of a product to manufacture.
Q3.
The linear inequalities that decision variables must satisfy in an LPP are called:
A Constraints
B Objective functions
C Corner points
D Feasible points only
Show answer & explanation
Answer: A. Constraints
Why: Constraints are the linear inequalities (and sometimes equations) representing limitations such as available resources, time, or material.
Q4.
The set of all points satisfying every constraint of an LPP simultaneously is called the:
A Objective set
B Feasible region
C Corner set
D Decision region
Show answer & explanation
Answer: B. Feasible region
Why: The feasible region is the common region (intersection) of all the constraint half-planes, containing every feasible solution.
Q5.
According to the fundamental theorem of linear programming, if an optimal value exists, where does it occur?
A At the centroid of the feasible region
B At a corner point of the feasible region
C Anywhere inside the feasible region
D Outside the feasible region
Show answer & explanation
Answer: B. At a corner point of the feasible region
Why: If an LPP has an optimal solution, it must occur at one of the corner points (vertices) of the feasible region.
Q6.
A feasible region that can be enclosed within a circle of finite radius is called:
A Unbounded
B Bounded
C Infeasible
D Empty
Show answer & explanation
Answer: B. Bounded
Why: A bounded feasible region does not extend infinitely in any direction and can be enclosed in a circle of finite radius.
Q7.
Decision variables in a typical LPP are restricted to be:
A Negative values such as x less than zero
B Non-negative (x >= 0, y >= 0)
C Equal to zero in each feasible solution case
D Irrational numbers like square roots
Show answer & explanation
Answer: B. Non-negative (x >= 0, y >= 0)
Why: Since decision variables usually represent real quantities like units produced, they are restricted to non-negative values.
Q8.
A diet problem in linear programming typically aims to:
A Maximize the number of distinct food items selected
B Minimize cost while meeting nutritional requirements
C Maximize the total transportation distance covered
D Minimize the number of nutrients tracked in the constraints
Show answer & explanation
Answer: B. Minimize cost while meeting nutritional requirements
Why: In a diet problem, the objective is usually to minimize the cost of a diet while satisfying minimum requirements of nutrients like proteins and vitamins.
Q9.
A manufacturing problem in linear programming typically aims to:
A Minimize the number of products
B Maximize profit subject to limited resources
C Maximize the use of raw material regardless of cost
D Minimize the number of decision variables
Show answer & explanation
Answer: B. Maximize profit subject to limited resources
Why: A manufacturing problem usually maximizes profit (the objective function) subject to constraints like limited labour hours, machine hours, or raw material.
Q10.
The graphical method of solving an LPP by evaluating the objective function at every vertex of the feasible region is called the:
A Vertex elimination method
B Corner point method
C Slope-intercept method
D Substitution method
Show answer & explanation
Answer: B. Corner point method
Why: The corner point method evaluates Z at each corner point of the feasible region to find the maximum or minimum value.
Q11.
Linear programming is a method for finding the ___ value of a linear function subject to constraints:
A the optimal (best) value
B just the average value
C just the median value
D a purely random value
Show answer & explanation
Answer: A. the optimal (best) value
Why: An LPP finds the optimal (maximum or minimum) value of a linear objective function.
Q12.
The linear function to be maximised or minimised in an LPP is called the:
A objective function
B key constraint
C feasible region
D optimal corner
Show answer & explanation
Answer: A. objective function
Why: The objective function, e.g. Z = ax + by, is what we optimise.
Q13.
The conditions written as linear inequalities in an LPP are called:
A constraints
B objectives
C solutions
D variables
Show answer & explanation
Answer: A. constraints
Why: Constraints are the linear inequalities that limit the variables.
Q14.
The common region that satisfies all the constraints is the:
A feasible region
B objective function
C corner point
D coordinate axis
Show answer & explanation
Answer: A. feasible region
Why: The feasible region is the set of all points meeting every constraint.
Q15.
The requirement that the variables be greater than or equal to zero is the ___ restriction:
A non-negativity
B positivity-only
C equality
D boundary
Show answer & explanation
Answer: A. non-negativity
Why: The non-negativity restrictions x ≥ 0, y ≥ 0 keep the solution in the first quadrant.
Q16.
The optimal solution of an LPP occurs at a ___ of the feasible region:
A corner point
B centre
C deep interior point
D randomly chosen point
Show answer & explanation
Answer: A. corner point
Why: The optimum lies at a corner (vertex) of the feasible region.
Q17.
A feasible region that extends indefinitely is described as:
A unbounded
B bounded
C closed off
D emptied
Show answer & explanation
Answer: A. unbounded
Why: An unbounded feasible region is not enclosed and stretches out without limit.
Q18.
With x ≥ 0 and y ≥ 0, the feasible region lies in the:
A first quadrant
B second quadrant
C third quadrant
D fourth quadrant
Show answer & explanation
Answer: A. first quadrant
Why: Both coordinates non-negative places the region in the first quadrant.
Q19.
Points that satisfy all the constraints of an LPP are called ___ solutions:
A feasible
B infeasible
C optimal-only
D corner-only
Show answer & explanation
Answer: A. feasible
Why: Any point in the feasible region is a feasible solution.
Q20.
A linear programming problem has a linear objective function together with linear:
A constraints
B curves
C circles
D exponentials
Show answer & explanation
Answer: A. constraints
Why: Both the objective and the constraints are linear in an LPP.
Medium - 20 questions
Q21.
Maximize Z = 3x + 4y subject to x + y <= 4, x >= 0, y >= 0. What is the maximum value of Z?
A 12
B 16
C 0
D 7
Show answer & explanation
Answer: B. 16
Why: Corner points are (0,0), (4,0), (0,4). Z values: 0, 12, 16. Maximum Z = 16 at (0,4).
Q22.
For the feasible region with corners (0,0), (4,0), (0,4) from x + y <= 4 (x,y >= 0), what is the maximum value of Z = 5x + 2y?
A 20
B 8
C 0
D 10
Show answer & explanation
Answer: A. 20
Why: Evaluate Z at each corner: Z(0,0)=0, Z(4,0)=20, Z(0,4)=8. Maximum Z = 20 at (4,0).
Q23.
A transportation problem in linear programming typically minimizes:
A Total profit earned across all supply routes
B Total transportation cost while meeting supply and demand
C The number of warehouses included in the supply network
D Travel time only, ignoring cost considerations entirely
Show answer & explanation
Answer: B. Total transportation cost while meeting supply and demand
Why: A transportation problem minimizes the total cost of moving goods from sources (factories or warehouses) to destinations (markets), subject to supply and demand constraints.
Q24.
Maximize Z = 50x + 60y subject to 2x + y <= 120, x + 2y <= 120, x >= 0, y >= 0. The corner points of the feasible region are (0,0), (60,0), (40,40), and (0,60). What is the maximum value of Z?
A 4400
B 3600
C 3000
D 6000
Show answer & explanation
Answer: A. 4400
Why: Z(0,0)=0, Z(60,0)=3000, Z(40,40)=50(40)+60(40)=2000+2400=4400, Z(0,60)=3600. Maximum is 4400 at (40,40).
Q25.
If the feasible region of an LPP is unbounded, what is true about finding the maximum of the objective function?
A A maximum tends to exist at a corner point in most cases, regardless of how unbounded the region is
B A maximum may not exist even if the corner point values suggest one, and must be checked separately
C Maximization becomes considerably harder to define clearly on an unbounded region
D The feasible region would first need to be re-drawn artificially as a bounded shape
Show answer & explanation
Answer: B. A maximum may not exist even if the corner point values suggest one, and must be checked separately
Why: On an unbounded feasible region, a value that looks like the maximum from corner points must be verified by checking whether the half-plane Z > that value has any point in common with the feasible region; if it does, no maximum exists.
Q26.
Minimize Z = 200x + 500y subject to x + 2y >= 10, 3x + 4y <= 24, x >= 0, y >= 0. The feasible region has corners (0,5), (4,3), and (0,6). What is the minimum value of Z?
A 2300
B 2500
C 3000
D 2000
Show answer & explanation
Answer: A. 2300
Why: Z(0,5)=2500, Z(4,3)=200(4)+500(3)=800+1500=2300, Z(0,6)=3000. Minimum Z = 2300 at (4,3).
Q27.
In an LPP, what does a corner point represent geometrically?
A The centroid, or geometric centre, of the entire bounded feasible region shape itself
B A point where two boundary constraint lines (or a boundary line and an axis) intersect
C A randomly chosen point lying somewhere inside the broader feasible region
D The exact midpoint of the line representing the objective function itself
Show answer & explanation
Answer: B. A point where two boundary constraint lines (or a boundary line and an axis) intersect
Why: Corner points (vertices) occur where two boundary lines of the feasible region meet, including intersections with the coordinate axes.
Q28.
Maximize Z = 7x + 4y subject to 3x + y <= 600, x + y <= 300, x >= 0, y >= 0. The relevant corner points are (0,0), (200,0), (150,150), and (0,300). What is the maximum Z?
A 1650
B 1400
C 1200
D 2100
Show answer & explanation
Answer: A. 1650
Why: Z(0,0)=0, Z(200,0)=1400, Z(150,150)=7(150)+4(150)=1050+600=1650, Z(0,300)=1200. Maximum Z = 1650 at (150,150).
Q29.
If two corner points of a feasible region give the same maximum value of the objective function, what can be concluded?
A There must be an error somewhere in the corner-point calculation that needs to be rechecked
B Every point on the line segment joining those two corners also gives the same maximum value
C The LPP has no solution because of the tie between the two corner points found
D The feasible region is necessarily unbounded whenever such a tie between corners occurs
Show answer & explanation
Answer: B. Every point on the line segment joining those two corners also gives the same maximum value
Why: When the objective function takes the same optimal value at two corner points, it takes that same value at every point on the segment joining them, giving infinitely many optimal solutions.
Q30.
For constraints x >= 0, y >= 0, and x <= 10 only (no upper bound on y), the feasible region is:
A Bounded
B Unbounded
C Empty
D A single point
Show answer & explanation
Answer: B. Unbounded
Why: Since y has no upper bound, the feasible region extends infinitely upward, making it unbounded.
Q31.
By the corner-point theorem, the optimum of the objective function is attained at a:
A vertex of the feasible region
B centre of the region
C point outside the region
D curved boundary point
Show answer & explanation
Answer: A. vertex of the feasible region
Why: The maximum or minimum, if it exists, occurs at a vertex (corner point) of the feasible region.
Q32.
If the feasible region of an LPP is bounded, the objective function has:
A both a maximum and minimum
B only a single maximum
C only a single minimum
D no optimum value at all
Show answer & explanation
Answer: A. both a maximum and minimum
Why: On a bounded feasible region the objective attains both a maximum and a minimum value.
Q33.
To solve an LPP graphically, the objective function is evaluated at each:
A corner point
B deep interior point
C curved arc
D single axis intercept
Show answer & explanation
Answer: A. corner point
Why: We compute Z at every corner point and pick the best value.
Q34.
Maximise Z = 3x + 2y over the corner points (0,0), (4,0) and (0,5). The maximum value is:
A 12
B 10
C 0
D 8
Show answer & explanation
Answer: A. 12
Why: Z(4,0) = 12, Z(0,5) = 10, Z(0,0) = 0; the maximum is 12.
Q35.
The constraints of an LPP usually take a form such as ax + by ≤ c or:
A ax + by ≥ c
B ax × by = c
C ax ÷ by = c
D a raised to x
Show answer & explanation
Answer: A. ax + by ≥ c
Why: Constraints are linear inequalities, of the type ax + by ≤ c or ax + by ≥ c.
Q36.
If the objective is Z = x + y and a corner point is (3, 4), the value of Z there is:
A 7
B 12
C 1
D 34
Show answer & explanation
Answer: A. 7
Why: Z = 3 + 4 = 7.
Q37.
For a minimisation LPP, we choose the corner point giving the ___ value of Z:
A smallest
B the largest
C the middle
D the zero
Show answer & explanation
Answer: A. smallest
Why: Minimisation seeks the corner point with the least objective value.
Q38.
The feasible region of a linear programming problem is always a ___ set:
A convex
B concave
C disconnected
D circular
Show answer & explanation
Answer: A. convex
Why: The intersection of half-planes is convex, so the feasible region is a convex set.
Q39.
If two corner points give the same optimal value of Z, then the optimum occurs at:
A every point on the joining edge
B only one single interior point
C the exact centre of the region
D no feasible point at all
Show answer & explanation
Answer: A. every point on the joining edge
Why: When two vertices tie, every point on the segment joining them is also optimal.
Q40.
The boundary lines of the constraints are obtained by replacing each inequality with:
A an equality
B a strict inequality
C the number zero
D the value infinity
Show answer & explanation
Answer: A. an equality
Why: Turning ≤ or ≥ into = gives the boundary lines that are plotted.
Hard - 28 questions
Q41.
Minimize Z = 3x + 9y subject to x + 3y <= 60, x + y >= 10, x <= y, x >= 0, y >= 0. The corner points of the feasible region are (0,10), (5,5), and (15,15). Which gives the minimum Z?
A (0,10) with Z = 90
B (5,5) with Z = 60
C (15,15) with Z = 180
D (5,5) and (0,10) are equal
Show answer & explanation
Answer: B. (5,5) with Z = 60
Why: Corner-point method: Z(0,10) = 0+90 = 90; Z(5,5) = 15+45 = 60; Z(15,15) = 45+135 = 180. Smallest value is 60 at (5,5). Answer: minimum Z = 60 at (5,5).
Q42.
A furniture maker produces chairs (x) and tables (y). Each chair needs 2 hours of carpentry and 1 hour of finishing; each table needs 1 hour of carpentry and 3 hours of finishing. Only 40 carpentry hours and 60 finishing hours are available. If profit is Rs 30 per chair and Rs 60 per table, which is the correct constraint pair?
A 2x + y <= 40 and x + 3y <= 60
B x + 2y <= 40 and 3x + y <= 60
C 2x + y >= 40 and x + 3y >= 60
D x + y <= 40 and x + y <= 60
Show answer & explanation
Answer: A. 2x + y <= 40 and x + 3y <= 60
Why: Carpentry: 2 hours per chair plus 1 hour per table, limited to 40 hours: 2x + y <= 40. Finishing: 1 hour per chair plus 3 hours per table, limited to 60 hours: x + 3y <= 60.
Q43.
For the furniture problem with constraints 2x + y <= 40, x + 3y <= 60, x >= 0, y >= 0 and objective Z = 30x + 60y, the corner points are (0,0), (20,0), (0,20), and the intersection of the two lines. Find the intersection point.
A (12, 16)
B (15, 10)
C (10, 20)
D (16, 12)
Show answer & explanation
Answer: A. (12, 16)
Why: Solve 2x+y=40 and x+3y=60 together. From the first, y=40-2x. Substitute: x+3(40-2x)=60, x+120-6x=60, -5x=-60, x=12, y=40-24=16. Intersection: (12,16).
Q44.
Continuing the furniture problem (Z = 30x + 60y, corners (0,0), (20,0), (12,16), (0,20)), what is the maximum profit?
A 1320
B 600
C 1200
D 960
Show answer & explanation
Answer: A. 1320
Why: Corner-point method: Z(0,0)=0; Z(20,0)=600; Z(12,16)=30(12)+60(16)=360+960=1320; Z(0,20)=0+1200=1200. Largest value is 1320 at (12,16). Answer: maximum profit = Rs 1320.
Q45.
A diet problem requires at least 8 units of vitamin A and at least 11 units of vitamin B daily. Food 1 (x units) gives 2 units of A and 1 unit of B per item; Food 2 (y units) gives 1 unit of A and 2 units of B per item. Which constraints model the minimum requirements?
A 2x + y >= 8 and x + 2y >= 11
B 2x + y <= 8 and x + 2y <= 11
C x + 2y >= 8 and 2x + y >= 11
D 2x + y >= 11 and x + 2y >= 8
Show answer & explanation
Answer: A. 2x + y >= 8 and x + 2y >= 11
Why: Vitamin A requirement: 2 units from Food 1 plus 1 unit from Food 2 per item, total at least 8: 2x + y >= 8. Vitamin B: 1 unit from Food 1 plus 2 units from Food 2, total at least 11: x + 2y >= 11.
Q46.
For the diet problem with constraints 2x + y >= 8, x + 2y >= 11, x >= 0, y >= 0 and cost Z = 50x + 70y, the relevant corner points are (0,8), (5/3, 14/3), and (11,0). What is the minimum cost?
A 410 at (5/3, 14/3)
B 560 at (0,8)
C 550 at (11,0)
D All three give the same minimum
Show answer & explanation
Answer: A. 410 at (5/3, 14/3)
Why: Z(0,8) = 50(0)+70(8) = 560. Z(11,0) = 50(11)+70(0) = 550. Z(5/3,14/3) = 50(5/3)+70(14/3) = 250/3+980/3 = 1230/3 = 410. The minimum cost is 410 at (5/3, 14/3).
Q47.
In an LPP to minimize cost with an unbounded feasible region (extending infinitely upward and to the right), which statement is generally true?
A No minimum tends to exist once the feasible region is unbounded in most of the relevant directions here
B A minimum can exist at a corner point, since the region is bounded below-left even though unbounded elsewhere
C A maximum typically exists at one of the corner points instead, regardless of unboundedness elsewhere
D The objective function becomes largely undefined whenever the feasible region is unbounded like this
Show answer & explanation
Answer: B. A minimum can exist at a corner point, since the region is bounded below-left even though unbounded elsewhere
Why: Even though the feasible region is unbounded in some directions, a minimum can still exist at a corner point if the region is closed off in the direction that would decrease the objective function further.
Q48.
Two corner points (10, 0) and (0, 15) of a feasible region both give Z = 300 for the objective function Z = 30x + 20y. What does this indicate about the LPP?
A There is a calculation error since two different points cannot give equal Z
B The LPP has multiple optimal solutions along the segment joining the two points
C The feasible region is empty
D Neither point is actually a corner point
Show answer & explanation
Answer: B. The LPP has multiple optimal solutions along the segment joining the two points
Why: Z(10,0)=300, Z(0,15)=300, both equal. This happens when the objective function's line is parallel to the boundary line joining these corners, giving infinitely many optimal solutions along that edge.
Q49.
A factory produces two products A and B. Each unit of A needs 3 machine-hours and 1 labour-hour; each unit of B needs 1 machine-hour and 2 labour-hours. Only 12 machine-hours and 10 labour-hours are available daily. Which constraint pair models this?
A 3x + 2y <= 12 and x + y <= 10, x,y >= 0
B 3x + y >= 12 and x + 2y >= 10, x,y >= 0
C x + 3y <= 12 and 2x + y <= 10, x,y >= 0
D 3x + y <= 12 and x + 2y <= 10, x,y >= 0
Show answer & explanation
Answer: D. 3x + y <= 12 and x + 2y <= 10, x,y >= 0
Why: Machine-hours: 3 per unit of A plus 1 per unit of B, limited to 12, giving 3x + y <= 12. Labour-hours: 1 per A plus 2 per B, limited to 10, giving x + 2y <= 10.
Q50.
For the LPP Maximize Z = 5x + 4y subject to 3x + y <= 12 and x + 2y <= 10, x,y >= 0, the corner points include (0,0), (4,0), (0,5), and the intersection of the two boundary lines. Find Z at that intersection point.
A 20
B 30
C 28.4
D 24
Show answer & explanation
Answer: C. 28.4
Why: Solving 3x+y=12 and x+2y=10 together gives x=2.8, y=3.6. Then Z = 5(2.8)+4(3.6) = 14+14.4 = 28.4, the maximum value of Z over the feasible region.
Q51.
Maximise Z = 5x + 3y subject to x + y ≤ 4, x ≥ 0, y ≥ 0 (corners (0,0), (4,0), (0,4)). The maximum Z is:
A 20
B 16
C 12
D 0
Show answer & explanation
Answer: A. 20
Why: Z(4,0) = 20, Z(0,4) = 12, Z(0,0) = 0; the maximum is 20.
Q52.
For an unbounded feasible region, the maximum value of the objective function may:
A fail to exist
B always exist
C be exactly zero
D be negative only
Show answer & explanation
Answer: A. fail to exist
Why: On an unbounded region the objective can increase without limit, so a maximum may not exist.
Q53.
In the LPP maximise Z = x + y subject to x + y ≤ 6, the maximum value of Z is:
A 6
B 12
C 0
D 3
Show answer & explanation
Answer: A. 6
Why: Z = x + y is bounded above by 6, achieved anywhere on x + y = 6.
Q54.
The set of all feasible solutions of a two-variable LPP forms a:
A convex polygon
B circle
C parabola
D single straight line
Show answer & explanation
Answer: A. convex polygon
Why: The feasible region bounded by linear constraints is a convex polygon.
Q55.
Minimise Z = 2x + 3y over the corner points (0,0), (2,0) and (0,2). The minimum value is:
A 0
B 4
C 6
D 2
Show answer & explanation
Answer: A. 0
Why: Z(0,0) = 0, which is the smallest, so the minimum is 0.
Q56.
For the constraint 2x + y ≤ 10, the boundary line meets the y-axis (x = 0) at:
A (0, 10)
B (10, 0)
C (0, 5)
D (5, 0)
Show answer & explanation
Answer: A. (0, 10)
Why: Setting x = 0 gives y = 10, so the line meets the y-axis at (0, 10).
Q57.
The point (2, 3) satisfies the constraint x + y ≤ 6 because:
A 2 + 3 = 5, which is ≤ 6
B 2 + 3 equals exactly 6
C 2 × 3 equals 6
D it actually fails the test
Show answer & explanation
Answer: A. 2 + 3 = 5, which is ≤ 6
Why: Since 2 + 3 = 5 and 5 ≤ 6, the point lies in the feasible region.
Q58.
The number of decision variables in a standard two-variable LPP is:
A 2
B 1
C 3
D 0
Show answer & explanation
Answer: A. 2
Why: A two-variable LPP has decision variables x and y - two in all.
Q59.
In a typical diet problem, the objective function usually represents the ___ to be minimised:
A cost
B elapsed time only
C floor area
D temperature
Show answer & explanation
Answer: A. cost
Why: Diet problems generally minimise the total cost of the food subject to nutritional constraints.
Q60.
Maximise Z = 4x + 3y over corners (0,0), (6,0), (0,4) and (3,3). The maximum value is:
A 24
B 21
C 12
D 0
Show answer & explanation
Answer: A. 24
Why: Z(6,0) = 24, Z(3,3) = 21, Z(0,4) = 12; the maximum is 24.
Q61.
For an LPP with corner points (0,0), (4,0), (0,5) and (2,3), the maximum of Z = 3x + 4y is:
A 18
B 20
C 24
D 12
Show answer & explanation
Answer: B. 20
Why: Evaluating: 0, 12, 20, 18. The maximum is 20 at (0, 5).
Q62.
The feasible region of any linear programming problem is always a:
A convex set
B concave set
C empty set
D single point
Show answer & explanation
Answer: A. convex set
Why: It is the intersection of half-planes, which is always convex.
Q63.
For corner points (0,0), (3,0) and (0,4), the maximum of Z = 2x + 3y is:
A 6
B 9
C 12
D 0
Show answer & explanation
Answer: C. 12
Why: Values are 0, 6 and 12; the maximum is 12 at (0, 4).
Q64.
For corner points (2,3), (4,1) and (1,5), the minimum of Z = x + y is:
A 4
B 5
C 6
D 3
Show answer & explanation
Answer: B. 5
Why: Values are 5, 5 and 6; the minimum is 5 (attained at two corners).
Q65.
Subject to 2x + y ≤ 10 with x, y ≥ 0, the maximum value of x is:
A 5
B 10
C 2
D 0
Show answer & explanation
Answer: A. 5
Why: Setting y = 0 gives 2x ≤ 10, so the largest x is 5.
Q66.
If the optimal value of an LPP occurs at two adjacent corner points, then the problem has:
A a unique solution
B no solution
C infinitely many optimal solutions
D an unbounded solution
Show answer & explanation
Answer: C. infinitely many optimal solutions
Why: The entire edge joining those corners is optimal, giving infinitely many solutions.
Q67.
For corner points (0,0), (0,8), (4,10), (6,8) and (6,0), the maximum of Z = 4x + 3y is:
A 46
B 48
C 24
D 30
Show answer & explanation
Answer: B. 48
Why: Values: 0, 24, 46, 48, 24. The maximum is 48 at (6, 8).
Q68.
Subject to x + y ≤ 4 with x, y ≥ 0, the maximum of Z = x + 2y is: