Chapter 28: Linear Programming Problems (Set-3)

An LPP is called “linear” mainly because

A Relations are linear
B Variables are squared
C Graph is circular
D Data is random

In Z = ax + by, “a” and “b” are known as

A Decision limits
B Corner values
C Objective coefficients
D Constraint signs

The line 2x + 3y = 12 has x-intercept

A 4
B 3
C 2
D 6

The line 2x + 3y = 12 has y-intercept

A 4
B 6
C 3
D 2

If a point makes one constraint false, that point is

A Optimal point
B Binding point
C Infeasible point
D Redundant point

A feasible region created by x ≥ 0, y ≥ 0 is restricted to

A Second quadrant
B First quadrant
C Third quadrant
D Fourth quadrant

The feasible region is found by taking intersection of

A All circles
B All parabolas
C All tangents
D All half-planes

A point is a vertex of feasible region if it is intersection of

A Two objective lines
B Two axes only
C Two boundary lines
D Two midpoints

The corner point method requires calculating Z at

A All feasible vertices
B All infeasible points
C All interior points
D Only origin

If objective line overlaps a feasible boundary segment, optimal solutions are

A Exactly one
B Infinitely many
C Always none
D Always two

A constraint is called binding at a point when

A Slack is maximum
B It is removed
C Slack is zero
D It is violated

Slack value for constraint x + y ≤ 10 at (3,4) is

A 3
B 7
C 1
D 0

Surplus value for constraint x + y ≥ 10 at (6,6) is

A 10
B 0
C 2
D 6

When converting x + y ≤ 8 to equality, we add

A Surplus variable
B Artificial variable
C Objective variable
D Slack variable

When converting x + y ≥ 8 to equality, we subtract

A Slack variable
B Surplus variable
C Decision variable
D Corner variable

The equation of objective line for Z = 5x + 2y at Z = 20 is

A 5x − 2y = 20
B 5x + 2y ≤ 20
C 5x + 2y = 20
D 5x + 2y ≥ 20

Slope of objective line 4x + y = Z is

A -4
B 4
C -1/4
D 1/4

If objective line is parallel to a constraint boundary, then their slopes are

A Opposite
B Multiplicative
C Undefined
D Equal

A bounded optimum is guaranteed only when feasible region is

A Empty and bounded
B Nonempty and unbounded
C Nonempty and bounded
D Empty and unbounded

“Unbounded solution” refers to

A Objective unlimited
B Constraints inconsistent
C Only one vertex
D Only integer points

For inequality 2x + y ≤ 6, the origin (0,0) gives

A False
B True
C Undefined
D Zero only

A quick feasibility check for a point uses

A Substitution method
B Differentiation method
C Integration method
D Factor method

If two constraints give same boundary line, one becomes

A Binding constraint
B Objective constraint
C Redundant constraint
D Artificial constraint

If constraints x ≥ 5 and x ≤ 2 are together, the LPP is

A Unbounded
B Infeasible
C Alternate
D Degenerate

A feasible region is convex mainly because it is

A Union of half-planes
B Product of lines
C Set of circles
D Intersection of half-planes

In a maximization problem, the optimal vertex is generally the one giving

A Lowest Z value
B Zero Z value
C Highest Z value
D Random Z value

In a minimization problem, the optimal vertex is generally the one giving

A Lowest Z value
B Highest Z value
C Largest x value
D Largest y value

A common graphical mistake that changes solution is

A Neat axis labels
B Clear line drawing
C Wrong shading side
D Correct intercepts

If feasible region exists but objective line never stops improving, the model shows

A Redundant objective
B Inconsistent constraints
C Alternate optimum
D Unbounded optimum

The “corner point theorem” applies when feasible region is

A Curved ellipse
B Convex polygon
C Random cloud
D Disconnected arcs

If three constraints meet at one feasible vertex, it indicates

A Degeneracy possible
B Always infeasible
C Always unbounded
D Always alternate

A “feasible solution” differs from “optimal solution” because optimal is

A Any feasible point
B Always interior point
C Best feasible value
D Always origin

If constraint line passes through origin, intercept method gives

A Both intercepts zero
B One intercept zero
C Both intercepts same
D No intercepts

The intersection of x + y = 8 and x = 3 is

A (3,5)
B (5,3)
C (3,8)
D (8,3)

To check whether (3,5) satisfies x + 2y ≤ 14, compute

A 14 ≤ 13
B 15 ≤ 14
C 13 ≤ 14
D 14 ≤ 15

If objective function is Z = 0x + 5y, Z depends only on

A x only
B x and y
C y only
D y only

A zero coefficient in a constraint like 0x + y ≤ 6 means the line is

A Vertical line
B Horizontal line
C Slant line
D Curved line

A vertical boundary line occurs when constraint is of form

A y = constant
B x + y = 0
C x = constant
D xy = constant

A two-variable LPP with equality constraint often makes feasible region

A A line segment
B A full plane
C A circle region
D A parabola region

A feasible region can be a single point when

A Objective is constant
B Coefficients are zero
C Lines are parallel
D Constraints meet at one

In maximization, if Z values at vertices are 12, 18, 18, the optimum is

A Z = 12
B Z = 0
C Z = 18
D Z = 6

“Sensitivity idea” in LPP mainly refers to

A Drawing neat graphs
B Effect of changes
C Solving faster
D Choosing integers

“Shadow price” in LPP is closest to

A Value of resource
B Number of vertices
C Length of edge
D Slope of axis

Duality in LPP (intro) connects

A Lines and circles
B Graph and table
C Slope and intercept
D Max and min forms

Artificial variables are mainly introduced in simplex for

A Changing objective slope
B Drawing feasible region
C Starting feasible basis
D Removing vertices

In a diet LPP, decision variables usually represent

A Food quantities
B Profit margins
C Vertex numbers
D Constraint slopes

In a transportation LPP, constraints often represent

A Angle and length
B Supply and demand
C Roots and powers
D Area and volume

In an assignment LPP, each worker typically is assigned

A Many jobs
B No jobs
C One job only
D Two jobs

A three-variable LPP is harder graphically because it needs

A 3D plotting
B 1D plotting
C Only shading
D Only intercepts

Converting word problem to LPP begins by

A Drawing objective lines
B Finding vertices
C Choosing shading
D Defining decision variables

Leave a Reply

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