Chapter 28: Linear Programming Problems (Set-5)

For constraint 3x + 2y ≤ 18, point (4,4) gives LHS value

A 20
B 18
C 16
D 14

For LPP with x ≥ 0, y ≥ 0, x + y ≥ 6, the point (2,3) is

A Feasible point
B Boundary point
C Infeasible point
D Optimal point

If constraints are x ≥ 0, y ≥ 0, x + y ≥ 2, the feasible region is

A Bounded region
B Empty region
C Single point
D Unbounded region

In Z = 5x + 4y, if Z is fixed at 40, the objective line is

A 5x + 4y = 40
B 5x + 4y ≤ 40
C 5x + 4y ≥ 40
D 5x − 4y = 40

Slope of objective line for Z = 5x + 4y is

A -4/5
B -5/4
C 5/4
D 4/5

If objective slope equals slope of a feasible boundary edge, then optimum is likely

A No solution
B Unique solution
C Multiple solutions
D Infeasible region

Consider constraints x + y ≤ 6, x + y ≤ 10, x ≥ 0, y ≥ 0. The constraint x + y ≤ 10 is

A Redundant
B Binding always
C Inconsistent
D Artificial

For constraints x ≥ 0, y ≥ 0, x + y ≤ 0, the feasible region is

A Empty set
B Unbounded strip
C Full quadrant
D Only (0,0)

If feasible region is nonempty but objective can increase without limit, the LPP has

A Unique optimum
B No feasible point
C Unbounded optimum
D Redundant objective

Which equality gives boundary for inequality 2x − y ≥ 4?

A 2x − y = 4
B 2x − y = -4
C 2x + y = 4
D 2x + y = -4

Convert 2x − y ≥ 4 into ≤ form by multiplying -1 gives

A -2x − y ≤ -4
B 2x + y ≤ 4
C -2x + y ≤ -4
D 2x − y ≤ 4

For constraint y ≥ 3, which point satisfies it?

A (4,2)
B (2,4)
C (0,1)
D (3,0)

For constraint x ≤ 5, the point (6,1) is

A Infeasible point
B Feasible point
C Boundary point
D Optimal point

Intersection of lines x + y = 7 and 2x + y = 10 is

A (4,3)
B (2,5)
C (3,4)
D (5,2)

If (3,4) is tested in constraint x + 2y ≤ 10, result is

A Feasible
B Infeasible
C On boundary
D Always optimal

A feasible solution that makes two constraints equalities simultaneously is typically a

A Interior point
B Random point
C Midpoint only
D Vertex point

A degenerate vertex in simplex corresponds to

A Negative basic variable
B Infinite objective
C Zero basic variable
D No constraints

If three constraints are binding at a feasible point in 2D, the point indicates

A Degeneracy chance
B Unboundedness sure
C Infeasibility sure
D Redundancy sure

A bounded feasible region guarantees existence of

A Only max
B Both max and min
C Only min
D Neither

If objective function is constant on an edge, then along that edge Z is

A Increasing only
B Decreasing only
C Same value
D Undefined

A constraint is redundant if removing it

A Keeps region same
B Makes region empty
C Makes region bounded
D Changes objective

If feasible region is unbounded, optimum must be unbounded?

A Yes, always
B Only in minimization
C No, not always
D Only in maximization

If Z = 3x + 2y is maximized and feasible set is x ≥ 0, y ≥ 0, x − y ≥ 1, maximum is

A Unbounded
B 1
C 3
D 2

If Z = 3x + 2y is minimized with x ≥ 0, y ≥ 0, x − y ≥ 1, minimum occurs at

A (0,1)
B (1,0)
C (2,2)
D (0,0)

Slack in constraint 2x + y ≤ 9 at (4,1) is

A 1
B 2
C 3
D 0

If a ≤ constraint has slack zero at a feasible point, that constraint is

A Redundant
B Inconsistent
C Binding
D Optional

For minimization, if the objective line touches feasible region at an interior point only, then

A Not possible
B Unique optimum
C Alternate optimum
D Unbounded optimum

A convex set property used in LPP means

A Segment goes outside
B Segment stays inside
C Only circles exist
D Only triangles exist

If objective function coefficients are both negative in maximization, optimum tends to occur near

A Smallest feasible values
B Largest feasible values
C Random values
D Unbounded edge

In a diet problem, increasing a minimum nutrient requirement usually makes feasible region

A Always larger
B Always same
C Smaller or shift
D Always empty

A constraint with “=” can make feasible region

A Always empty
B Always unbounded
C Always bounded
D Lower dimensional

If objective line slope is steeper than all feasible boundary edges, optimum likely lies on

A An extreme vertex
B Any interior point
C All points
D No point

In LPP, “feasibility” means

A Objective highest
B Z equals zero
C Constraints satisfied
D Graph is neat

If two feasible vertices give same maximum, objective line is

A Perpendicular to edge
B Parallel to edge
C Randomly tilted
D Circular

In simplex, a basic feasible solution corresponds geometrically to

A A vertex
B An interior point
C A circle point
D A midpoint

If a constraint is multiplied by -1, the inequality sign must

A Stay same
B Become equality
C Reverse direction
D Disappear

A “shadow price” is linked to

A Objective slope only
B Binding constraint change
C Redundant constraint only
D Graph scaling only

If a constraint is non-binding at optimum, its shadow price (intro) is usually

A Zero
B Positive
C Negative
D Infinite

Dual variables in LPP (intro) are associated with

A Decision variables
B Objective constants
C Constraints
D Graph axes

A common reason for unbounded optimum is

A Too many constraints
B Extra redundant constraint
C Objective is constant
D Missing limiting constraint

If feasible region is a line segment and objective is not parallel to it, optimum occurs at

A One endpoint
B Midpoint only
C Every point
D No point

If objective is parallel to feasible segment, then optimum on that segment is

A Only one endpoint
B Every point optimal
C No feasible
D Always unbounded

A feasibility region that is “strip” between two parallel lines is

A Bounded
B Empty
C Unbounded
D Single point

For maximization, if objective coefficients are (a,b) and both positive, increasing both variables generally

A Increases Z
B Decreases Z
C Keeps Z same
D Makes Z zero

If constraint is y ≥ 2 and nonnegativity exists, y ≥ 0 becomes

A Inconsistent constraint
B Binding always
C Artificial constraint
D Redundant constraint

When formulating from word problem, “at least 10 units” translates to

A ≤ 10 constraint
B ≥ 10 constraint
C = 10 constraint
D ≠ 10 constraint

Transportation and assignment problems are solved efficiently using

A Only graphical method
B Only derivatives
C Special algorithms
D Only integration

A feasible solution where objective is best is called

A Optimal solution
B Redundant solution
C Inconsistent solution
D Artificial solution

“Corner point method” fails directly when feasible region has

A Infinitely many vertices
B Exactly four vertices
C No vertices
D Exactly three vertices

If constraints allow feasible points but none satisfy x ≥ 0, y ≥ 0, then issue is

A Objective wrong
B Nonnegativity violated
C Redundant constraints
D Alternate optimum

Leave a Reply

Your email address will not be published. Required fields are marked *