Linear Programming Hardest Quiz:: Trivia!

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Dmmarathe
D
Dmmarathe
Community Contributor
Quizzes Created: 3 | Total Attempts: 17,712
| Attempts: 2,022 | Questions: 41
Please wait...
Question 1 / 41
0 %
0/100
Score 0/100
1. An objective function in a linear program can be which of the following?

Explanation

An objective function in a linear program is typically a mathematical expression that represents the quantity that needs to be maximized or minimized. In this case, the correct answer is "A maximization function" because the objective function in a linear program is commonly used to maximize a certain value, such as profit or efficiency. It is important to note that while other types of objective functions may exist, such as nonlinear or quadratic maximization functions, the question specifically asks for the possible objective functions in a linear program.

Submit
Please wait...
About This Quiz
Linear Programming Hardest Quiz:: Trivia! - Quiz

Dive into the challenging world of linear programming with this trivia quiz! Test your understanding of dual problems, constraint handling, and variable relationships. Ideal for learners seeking to... see moredeepen their knowledge in operations research and optimization techniques. see less

2. The number of constraints allowed in a linear program is which of the following?

Explanation

In linear programming, the number of constraints refers to the limitations or conditions that need to be satisfied in order to optimize a given objective function. The answer "Unlimited" implies that there is no specific limit on the number of constraints that can be included in a linear program. This means that one can have as many constraints as needed to accurately model the problem and find the optimal solution.

Submit
3. The number of decision variables allowed in a linear program is which of the following?

Explanation

In a linear program, there is no specific limit on the number of decision variables that can be used. Therefore, the correct answer is "Unlimited".

Submit
4. Apply linear programming to this problem. A firm wants to determine how many units of each of two products (products X and Y) they should produce in order to make the most money. The profit from making a unit of product X is $190 and the profit from making a unit of product Y is $112. The firm has a limited number of labor hours and machine hours to apply to these products. The total labor hours per week are 3,000. Product X takes 2 hours of labor per unit and Product Y takes 6 hours of labor per unit. The total machine hours available are 750 per week. Product X takes 1 machine hour per unit and Product Y takes 5 machine hours per unit. Which of the following is one of the constraints for this linear program?

Explanation

The constraint for this linear program is 1 X + 5 Y =

Submit
5. Consider the LP problem:   min pu1 + u2 subject to 3u1 + u2 ≥ 3 u1 + 2u2 ≥ 4 u1 + 6u2 ≥ 6 u1, u2 ≥ 0   For which values of p is there no solution to this problem?

Explanation

For this LP problem, the objective function is to minimize pu1 + u2, subject to three constraints. In order for there to be no solution to this problem, it means that there is no feasible region where all the constraints are satisfied.

By examining the constraints, we can see that the slope of the lines formed by the constraints are all positive, meaning that as u1 and u2 increase, the constraints are satisfied. Therefore, in order for there to be no solution, the objective function pu1 + u2 must have a negative slope.

Since p

Submit
6. Which of the following pairs is the solution to the LP problem:          max x1 + x2 subject to x1 + 2x2 ≤ 7 3x1 + x2 ≤ 6 x1 x2 ≥ 0 ?

Explanation

The correct answer is (x1, x2) = (1, 3). This pair satisfies all the constraints of the LP problem. Substituting the values of x1 and x2 into the constraints, we get:
1 + 2(3) = 7, which is true
3(1) + 3 = 6, which is true
1(3) ≥ 0, which is true
Therefore, (1, 3) is a valid solution to the LP problem.

Submit
7.        Which of the following pairs is the solution to the LP problem:        min u1 + 2u2 subject to        3u1 + u2 ≥ 7        u1 + 4u2 ≥ 6         u1 u2 ≥ 0 ?

Explanation

The correct answer is (u1, u2) = (2, 1). This pair satisfies both constraints 3u1 + u2 ≥ 7 and u1 + 4u2 ≥ 6. Additionally, the pair (2, 1) also satisfies the non-negativity constraint u1 u2 ≥ 0. Therefore, (2, 1) is the solution to the LP problem.

Submit
8. Which of the following quadruples (x1, x2, x3, x4) is the solution to the LP problem:   max x1 – 1x2 + 3x3 – 3x4 subject to              2       2   x1 + x2 + x3 + x4 ≤ 1 x1 – x2 + 2x3 – x4 ≤ 2 x1, x2, x3 ≥ 0 ?

Explanation

The given LP problem is a maximization problem with constraints. The objective function is to maximize x1 - 1x2 + 3x3 - 3x4. The constraints are x1 + x2 + x3 + x4 ≤ 1 and x1 - x2 + 2x3 - x4 ≤ 2. The quadruple (0, 0, 1, 0) satisfies both constraints and yields the maximum value for the objective function. Therefore, it is the solution to the LP problem.

Submit
9. If x1 + x2 is less than or equal to 500y1 and y1 is 0-1, then x1 and x2 will be _______________ if y1 is 0.

Explanation

If x1 + x2 is less than or equal to 500y1 and y1 is 0-1, then x1 and x2 will be equal to 0 if y1 is 0. This is because if y1 is 0, then the inequality becomes x1 + x2 ≤ 500(0), which simplifies to x1 + x2 ≤ 0. In order for this inequality to hold true, both x1 and x2 must be equal to 0.

Submit
10.        Which of the following triples (x1, x2, x3) is the solution to the LP problem:               max 2x1 + 3x2 + 2x3 subject to             x1 + 4x2 ≤ 4             x1 – x2 + 3x3 ≤ 5             x1, x2, x3 ≥ 0  

Explanation

The given LP problem aims to maximize the objective function 2x1 + 3x2 + 2x3, subject to the constraints x1 + 4x2 ≤ 4 and x1 – x2 + 3x3 ≤ 5, with the additional condition that x1, x2, and x3 must be greater than or equal to 0. Among the given options, only the triple (4, 0, 1/3) satisfies all the constraints and the non-negativity condition. Therefore, it is the solution to the LP problem.

Submit
11. Consider the two LP problems:   (P) max 5x1 – 2x2 + x3 subject to   3x1 – 2x2 + 4x3 ≤ 44 2x1 – 4x2 + 5x3 ≤ 23 -x1 + 2x2 + x3 ≤ - 10 x1, x2 x3 ≥ 0   (D) min 44u1 + 23u2 – 10u3 subject to   3u1 + 2u2 – u3 ≥ 5 -2u1 – 4u2 + 2u3 ≥ -2 4u1 + 5u2 + u3 ≥ 1 u1, u2, u3 ≥ 0 (D) has the optimal solution (u1* u2*, u3*) = (2, 0 1).   Then the solution to (P) is (x1* x2*, x3*) =

Explanation

The given LP problem (D) is the dual of LP problem (P). The optimal solution for (D) is (u1*, u2*, u3*) = (2, 0, 1). According to the duality theorem, the optimal solution for (P) can be found by plugging the values of (u1*, u2*, u3*) into the objective function of (P). By substituting the values, we get the solution (x1*, x2*, x3*) = (17, 7/2, 0). This means that the optimal solution for (P) is (17, 7/2, 0).

Submit
12. Mark the wrong statement:

Explanation

The statement "The primal and dual have equal number of variables" is incorrect. In linear programming, the primal problem and its dual problem have different numbers of variables. The primal problem typically has decision variables that represent quantities to be determined, while the dual problem has variables that represent the prices or shadow prices associated with the constraints in the primal problem.

Submit
13. Which of the following LP problems has an optimal solution?
Note: in all cases x1 > 0, x2 > 0.

Explanation

The LP problem with the objective function min -2x1 + x2 subject to x1 + x2 ≥ 5 and 2x1 + x2 ≥ 7 has an optimal solution because it is a minimization problem with a feasible region defined by two constraints. The objective function is linear and the feasible region is bounded, so there exists a solution that minimizes the objective function within the feasible region.

Submit
14. In linear programming context, sensitivity analysis is a technique to

Explanation

Sensitivity analysis in linear programming helps determine how the optimal solution to a linear programming problem changes when there are changes in the problem inputs. It allows for understanding the impact of variations in the problem's constraints, objective function coefficients, or resource availability on the optimal solution. By conducting sensitivity analysis, decision-makers can gain insights into the stability and robustness of the optimal solution and make informed decisions based on the potential changes in the problem inputs.

Submit
15. Choose the wrong statement:

Explanation

The given statement "In order that dual to an LPP may be written, it is necessary that it has at least as many constraints as the number of variables" is incorrect. The correct statement is that in order for the dual to be written for an LPP, it is necessary that it has at least as many variables as the number of constraints.

Submit
16. Choose the most correct of the following statements relating to primal-dual linear programming problems:

Explanation

All of the statements provided in the answer are correct. In primal-dual linear programming problems, the shadow prices of resources in the primal problem represent the optimal values of the dual variables. Additionally, the optimal values of the objective functions in both the primal and dual problems are the same. Lastly, if the primal problem has an unbounded solution, it implies that the dual problem would be infeasible. Therefore, all of the statements mentioned in the answer are true.

Submit
17. Mark the wrong statement:

Explanation

If a primal variable is non-negative, the corresponding dual constraint is an inequality.

Submit
18. Apply linear programming to this problem. David and Harry operate a discount jewelry store. They want to determine the best mix of customers to serve each day. There are two types of customers for their store, retail (R) and wholesale (W). The cost to serve a retail customer is $70 and the cost to serve a wholesale customer is $89. The average profit from either kind of customer is the same. To meet headquarters' expectations, they must serve at least 8 retail customers and 12 wholesale customers daily. In addition, in order to cover their salaries, they must at least serve 30 customers each day. Which of the following is one of the constraints for this model?

Explanation

The constraint "1 R + 1 W => 30" is one of the constraints for this model because it ensures that the total number of customers served each day is at least 30, which is the minimum number required to cover their salaries. This constraint combines the number of retail customers (R) and wholesale customers (W) and states that their sum must be greater than or equal to 30.

Submit
19. Leo has $12.50 to spend on his weekly supply of sweets, crisps and apples. A bag of crisps costs $0.65, a bag of sweets costs $0.85, and one apple costs $0.50. The total number of packets of crisps, sweets and apples consumed in a week must be at least seven, and he eats at least twice as many packets of sweets as crisps. His new healthy diet also means that the total number of packets of sweets and crisps must not exceed one-third of the number of apples. If s, c and a, denote the number of packets of sweets, packets of crisps, and apples respectively, which one of the following represents one of the constraints defining the feasible region?

Explanation

The constraint a + c + s > 7 represents one of the conditions defining the feasible region. This constraint ensures that the total number of packets of sweets, crisps, and apples consumed in a week is at least seven.

Submit
20. If problems (P) and (Q) are dual of each other, what are a, b, and c?   (P) max 2x1 + ax2 subject to      2x1 + x2 ≤ 3      bx1 + 2x2 ≤ c      x1 x2 ≥ 0 ?   (Q) min 3u1 + 4u2 subject to      2u1 + 4u2 ≥ 2      u1 + 2u2 ≥ 5
     u1 u2 ≥ 0

Explanation

not-available-via-ai

Submit
21. Which of the following is an essential condition in a situation for linear programming to be useful?

Explanation

Linear programming is a mathematical optimization technique that is used to maximize or minimize a linear objective function subject to linear constraints. In order for linear programming to be useful, the constraints must be linear. Nonlinear constraints, on the other hand, involve equations or inequalities that are not linear. Therefore, nonlinear constraints are not an essential condition for linear programming to be useful.

Submit
22. How many of the following points satisfy the inequality

2x - 3y > -5?

(1, 1), (-1, 1), (1, -1), (-1, -1), (-2, 1), (2, -1), (-1, 2) and (-2, -1)

Explanation

The given inequality is 2x - 3y > -5. We can substitute the x and y values of each point into the inequality to check if it is satisfied. Out of the given points, only (1, 1), (-1, 1), (1, -1), and (-1, -1) satisfy the inequality. Therefore, the number of points that satisfy the inequality is 4.

Submit
23. The following five inequalities define a feasible region. Which one of these could be removed from the list without changing the region?

Explanation

The inequality x - 2y ≥ -8 could be removed from the list without changing the region because it is redundant. It can be derived from the other inequalities in the list. By adding the inequalities -x + y ≤ 10 and x + y ≤ 20, we get -x + y + x + y ≤ 10 + 20, which simplifies to 2y ≤ 30. Dividing both sides of the inequality by 2 gives y ≤ 15. Since y ≥ 0 is already given in the list, the inequality x - 2y ≥ -8 is not necessary.

Submit
24. Solving an integer programming problem by rounding off answers obtained by solving it as a linear programming problem (using simplex), we find that

Explanation

When solving an integer programming problem by rounding off the answers obtained from solving it as a linear programming problem using simplex, the values of decision variables obtained by rounding off are always very close to the optimal values. However, the value of the objective function for a maximization problem will likely be less than that for the simplex solution. This is because rounding off the solutions can introduce some level of error, leading to a suboptimal objective function value. Therefore, the correct answer is "the value of the objective function for a maximization problem will likely be less than that for the simplex solution."

Submit
25. Choose the incorrect statement:

Explanation

The statement is incorrect because if all constraints of a minimization problem are of the '≥' type, then all dual variables are non-positive, not non-negative. Dual variables represent the shadow prices or imputed values of the resources, and in a minimization problem, the dual variables associated with the '≥' constraints will have non-positive values.

Submit
26. To write the dual; it should be ensured that I. All the primal variables are non-negative. II. All the bi values are non-negative. III. All the constraints are '≤' type if it is maximization problem and '≥' type if it is a minimization problem.

Explanation

To write the dual, it is necessary to ensure that all the primal variables are non-negative (I) and all the constraints are of the correct type, which means "less than or equal to" for maximization problems and "greater than or equal to" for minimization problems (III). These conditions are important for formulating the dual problem correctly and obtaining accurate results. Therefore, the correct answer is I and III.

Submit
27. The point (x, 3) satisfies the inequality, -5x - 2y ≤ 13. Find the smallest possible value of x.

Explanation

The inequality -5x - 2y ≤ 13 can be rewritten as -5x - 2(3) ≤ 13. Simplifying this equation gives -5x - 6 ≤ 13. Adding 6 to both sides gives -5x ≤ 19. Dividing both sides by -5 gives x ≥ -3.8. Therefore, the smallest possible value of x is -3.8.

Submit
28. Find, if possible, the minimum value of the objective function 3x - 4y subject to the constraints

-2x + y ≤ 12, x - y ≤ 2, x ≥ 0 and y ≥ 0.

Explanation

The minimum value of the objective function occurs when it is minimized at its lowest possible value. In this case, the objective function is 3x - 4y. Since both x and y are non-negative according to the constraints, the lowest possible value for the objective function is when both x and y are equal to 0. Therefore, the minimum value of the objective function is 0.

Submit
29. Leo has $12.50 to spend on his weekly supply of sweets, crisps and apples. A bag of crisps costs $0.65, a bag of sweets costs $0.85, and one apple costs $0.50. The total number of packets of crisps, sweets and apples consumed in a week must be at least seven, and he eats at least twice as many packets of sweets as crisps. His new healthy diet also means that the total number of packets of sweets and crisps must not exceed one-third of the number of apples. If s, c and a, denote the number of packets of sweets, packets of crisps, and apples respectively, which one of the following represents one of the constraints defining the feasible region? Which of the following represents one of the constraints in the question?

Explanation

The given constraint, 17s + 10a + 13c ≤ 250, represents one of the conditions defining the feasible region. It ensures that the total cost of the packets of sweets, apples, and crisps does not exceed $250, which is the total amount of money Leo has to spend on his weekly supply.

Submit
30. Mark the wrong statement:

Explanation

The correct answer is "If a constraint in the primal problem has a negative bi value, its dual cannot be written." This statement is incorrect because even if a constraint in the primal problem has a negative bi value, its dual can still be written. The dual problem allows for negative values in its constraints and variables.

Submit
31. The problem description

Maximise: 7X1 + 3X2 Subject to: 5X1 + 7X2 ≤ 27                                                                                                      4X1 + X2 ≤ 14                    3X1 - 2X2 ≤ 9                    X1, X2 ≥ 0                   X1   Integer represents a(n)

Explanation

The given problem is a nonlinear programming problem because the objective function and constraints involve nonlinear terms. The objective function is a linear combination of variables X1 and X2, but the constraints include nonlinear terms such as X1*X2. In a linear programming problem, the objective function and constraints would only involve linear terms, such as X1 and X2. Therefore, the correct answer is a nonlinear programming problem.

Submit
32. Which of the following statements about an LP problem and its dual is false?

Explanation

If the primal has an optimal solution, so has the dual.

Submit
33. Mark the wrong statement:

Explanation

not-available-via-ai

Submit
34. What can you say about the solution of the linear programming problem specified in question 5, if the objective function is to be maximised instead of minimized?

Explanation

If the objective function is to be maximized instead of minimized in a linear programming problem, it means that the problem is being approached from a different perspective. In this case, the problem may have infinitely many solutions because there may be multiple points on the feasible region that can achieve the maximum value of the objective function. Therefore, changing the objective function from minimization to maximization can result in infinitely many solutions.

Submit
35. Apply linear programming to this problem. A firm wants to determine how many units of each of two products (products D and E) they should produce to make the most money. The profit in the manufacture of a unit of product D is $100 and the profit in the manufacture of a unit of product E is $87. The firm is limited by its total available labor hours and total available machine hours. The total labor hours per week are 4,000. Product D takes 5 hours per unit of labor and product E takes 7 hours per unit. The total machine hours are 5,000 per week. Product D takes 9 hours per unit of machine time and product E takes 3 hours per unit. Which of the following is one of the constraints for this linear program?

Explanation

The constraint 9 D + 3 E =

Submit
36. What can you say about the linear programming problem specified in question 5, if the second constraint is changed to 3x - 4y ≤ 24 and the problem is one of maximization?

Explanation

If the second constraint is changed to 3x - 4y ≤ 24 and the problem is one of maximization, it means that the new constraint is a less restrictive condition compared to the original constraint. This change allows for a wider range of feasible solutions, resulting in infinitely many solutions. Therefore, the linear programming problem specified in question 5 has infinitely many solutions.

Submit
37. Which of the following constraints is not linear?

Explanation

All of the given constraints are linear. A linear constraint is one where the variables are raised to the power of 1 and combined using addition, subtraction, and multiplication by a constant. In all of the given constraints, the variables are raised to the power of 1 and combined using addition, subtraction, and multiplication by a constant, satisfying the criteria for linearity. Therefore, none of the above constraints is not linear.

Submit
38. Which of the following is not a feasible solution of dual of given problem:   max x1 + 2x2 subject to x1 + x2 ≤ 4 -x1 + x2 ≤ 1 2x1 – x2 ≤ 3 x1,x2 ≥ 0

Explanation

not-available-via-ai

Submit
39. Apply linear programming to this problem. A one-airplane airline wants to determine the best mix of passengers to serve each day. The airplane seats 25 people and flies 8 one-way segments per day. There are two types of passengers: first class (F) and coach (C). The cost to serve each first class passenger is $15 per segment and the cost to serve each coach passenger is $10 per segment. The marketing objectives of the airplane owner are to carry at least 13 first class passenger-segments and 67 coach passenger-segments each day. In addition, in order to break even, they must at least carry a minimum of 110 total passenger segments each day. Which of the following is one of the constraints for this linear program?

Explanation

The constraint for this linear program is "1 F => 13". This means that the minimum number of first class passengers that must be carried each day is 13.

Submit
40. How many points with integer coordinates lie in the feasible region defined by

3x + 4y ≤ 12, x ≥ 0 and y ≥ 1?

Explanation

The feasible region is the area bounded by the inequalities. In this case, the feasible region is a triangle with vertices at (0, 3), (0, 12), and (4, 0). To find the number of points with integer coordinates in this region, we can count the lattice points (points with integer coordinates) inside or on the boundary of the triangle. By counting, we find that there are 6 lattice points in the feasible region.

Submit
41. What can you say about the solution of the linear programming problem specified in question 5, if the second constraint is changed to x + y ≤ 2 and the problem is one of minimization?

Explanation

If the second constraint is changed to x + y ≤ 2 and the problem is one of minimization, the solution of the linear programming problem will have a unique solution at (0, 2). This means that the optimal values for x and y, which minimize the objective function, will be x = 0 and y = 2.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • May 31, 2010
    Quiz Created by
    Dmmarathe
Cancel
  • All
    All (41)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
An objective function in a linear program can be which of the...
The number of constraints allowed in a linear program is which of the...
The number of decision variables allowed in a linear program is which...
Apply linear programming to this problem. A firm wants to determine...
Consider the LP problem: ...
Which of the following pairs is the solution to the LP problem: ...
       Which of the following pairs is...
Which of the following quadruples (x1, x2, x3, x4) is the solution to...
If x1 + x2 is less than or equal to 500y1 and y1 is 0-1, then x1 and...
       Which of the following triples...
Consider the two LP problems: ...
Mark the wrong statement:
Which of the following LP problems has an optimal solution? Note: in...
In linear programming context, sensitivity analysis is a technique to
Choose the wrong statement:
Choose the most correct of the following statements relating to...
Mark the wrong statement:
Apply linear programming to this problem. David and Harry operate a...
Leo has $12.50 to spend on his weekly supply of sweets, crisps and...
If problems (P) and (Q) are dual of each other, what are a, b, and c?...
Which of the following is an essential condition in a situation for...
How many of the following points satisfy the inequality 2x - 3y >...
The following five inequalities define a feasible region. Which one of...
Solving an integer programming problem by rounding off answers...
Choose the incorrect statement:
To write the dual; it should be ensured that...
The point (x, 3) satisfies the inequality, -5x - 2y ≤ 13. Find the...
Find, if possible, the minimum value of the objective function 3x - 4y...
Leo has $12.50 to spend on his weekly supply of sweets, crisps and...
Mark the wrong statement:
The problem description ...
Which of the following statements about an LP problem and its dual is...
Mark the wrong statement:
What can you say about the solution of the linear programming problem...
Apply linear programming to this problem. A firm wants to determine...
What can you say about the linear programming problem specified in...
Which of the following constraints is not linear?
Which of the following is not a feasible solution of dual of given...
Apply linear programming to this problem. A one-airplane airline wants...
How many points with integer coordinates lie in the feasible region...
What can you say about the solution of the linear programming problem...
Alert!

Advertisement