Practice Questions

Linear Programming

1
easySubjective

A factory produces two types of alloys, A and B, by mixing copper and zinc. Alloy A requires copper and zinc in a 1:3 ratio, and Alloy B requires them in a 3:2 ratio. The profit on Alloy A is Rs 400/kg and on Alloy B is Rs 500/kg. Formulate only the objective function to maximize profit.

2
easySubjective

Given an objective function to maximize, Z=20x+150yZ = 20x + 150y, justify which variable's coefficient suggests a greater sensitivity on the total value of Z.

3
easySubjective

What are 'non-negative constraints' in a Linear Programming Problem?

4
easySubjective

Define a 'feasible region' in the context of an LPP.

5
easySubjective

The feasible region for a linear programming problem is bounded, with corner points at A(0,10), B(12,6), C(20,0), and the origin O(0,0). Analyze these points to determine the maximum value of the objective function Z=25x+30yZ = 25x + 30y.

6
easySubjective

Formulate an LPP for the following problem: A workshop manufactures two types of products, P1 and P2. Each product requires processing on two machines, M1 and M2. P1 requires 4 hours on M1 and 2 hours on M2. P2 requires 3 hours on M1 and 5 hours on M2. Machine M1 is available for at most 100 hours per week, and M2 is available for at most 80 hours per week. The profit on P1 is Rs 60 per unit and on P2 is Rs 75 per unit. The workshop must manufacture at least 10 units of P1.

7
easySubjective

A workshop manufactures two products, P1 and P2. Each unit of P1 requires 4 hours of grinding and each unit of P2 requires 2 hours of grinding. The total available grinding time is 40 hours per week. If xx is the number of units of P1 and yy is the number of units of P2 manufactured, formulate the linear constraint for the grinding time.

8
easySubjective

List the three main components of a Linear Programming Problem.

9
easySubjective

Define the objective function in a Linear Programming Problem (LPP).

10
easySubjective

A company produces two types of souvenirs, type A and type B. The profit on one unit of type A is Rs 60 and on one unit of type B is Rs 85. Let xx be the number of units of type A and yy be the number of units of type B produced. Formulate the objective function to maximize the profit.

11
easySubjective

Calculate the value of the objective function Z=150x+200yZ = 150x + 200y at the corner point (10,20)(10, 20).

12
easySubjective

Create a linear constraint that mathematically represents the statement: 'For a certain product mix, the quantity of item X (xx) must not exceed three times the quantity of item Y (yy).'

13
mediumSubjective

Justify why the optimal value (maximum or minimum) of a linear objective function over a bounded feasible region must occur at one of its corner points.

14
mediumSubjective

What is an 'infeasible solution' in a linear programming problem?

15
mediumSubjective

Summarize the 'Corner Point Method' for solving a linear programming problem graphically, assuming the feasible region is bounded.

16
mediumSubjective

Describe what an 'optimisation problem' is and explain why a Linear Programming Problem is considered a special type of optimisation problem.

17
mediumSubjective

For a linear programming problem, the feasible region is found to be unbounded. Using the Corner Point Method, the smallest value of the objective function Z=3x+5yZ = 3x + 5y is calculated to be 70 at a corner point. To confirm if 70 is the actual minimum value, an open half-plane is checked for common points with the feasible region. State the strict linear inequality that defines this open half-plane.

18
mediumSubjective

Solve the following Linear Programming Problem graphically: Maximise Z=4x+3yZ = 4x + 3y subject to the constraints: x+y5x+y \leq 5 2x+y82x+y \leq 8 x0,y0x \geq 0, y \geq 0

19
mediumSubjective

Name the method used for solving LPPs graphically by evaluating the objective function at the vertices of the feasible region.

20
mediumSubjective

Explain the difference between a 'feasible solution' and an 'optimal solution' in an LPP.

21
mediumSubjective

Explain why the term 'linear' is used in 'Linear Programming Problem'.

22
mediumSubjective

Describe what a 'bounded' feasible region is. According to Theorem 2, what does this imply for the objective function?

23
mediumSubjective

A company manufactures two types of toys, A and B. Toy A requires 4 hours of moulding and 2 hours of finishing. Toy B requires 2 hours of moulding and 5 hours of finishing. The company has a maximum of 100 hours of moulding and 120 hours of finishing available. The profit is Rs 50 on toy A and Rs 60 on toy B. Identify the decision variables, the objective function, and the constraints for moulding and finishing.

24
mediumSubjective

A dietician wishes to mix two types of foods, F1 and F2. Food F1 contains 2 units/kg of vitamin A and 1 unit/kg of vitamin C. Food F2 contains 1 unit/kg of vitamin A and 2 units/kg of vitamin C. The mixture must contain at least 8 units of vitamin A and 10 units of vitamin C. Food F1 costs Rs 50 per kg and Food F2 costs Rs 70 per kg. Formulate this problem as a linear programming problem to minimise the cost of the mixture.

25
mediumSubjective

Solve the following Linear Programming Problem graphically: Minimise Z=5x+7yZ = 5x + 7y subject to the constraints: 2x+y82x+y \geq 8 x+2y10x+2y \geq 10 x0,y0x \geq 0, y \geq 0

26
mediumSubjective

Analyze the feasible region for a linear programming problem defined by the constraints x+y6x+y \leq 6, 2x+y82x+y \leq 8, x0x \geq 0, y0y \geq 0. Identify the corner points (vertices) of the feasible region.

27
mediumSubjective

A company manufactures two types of lamps, L1 and L2. Each L1 lamp requires 2 hours of manufacturing time and 1 hour of finishing time. Each L2 lamp requires 1 hour of manufacturing and 2 hours of finishing. The company has a total of 100 hours of manufacturing time and 80 hours of finishing time available per week. The profit per unit of L1 is Rs 120 and for L2 is Rs 90. Formulate this as a linear programming problem and solve it graphically to find the weekly production level of each lamp type for maximum profit.

28
mediumSubjective

A student is solving an LPP graphically. The feasible region is a polygon with vertices A(0,5), B(2,1), and C(6,0). The objective is to minimize Z=4x+3yZ = 4x + 3y. The student claims the minimum value occurs at the point (4, 0.5), which lies on the edge BC, with a value of Z=17.5Z=17.5. Critique this reasoning and determine the correct optimal solution.

29
mediumSubjective

Design a Linear Programming Problem involving two variables (x,yx, y) and three linear constraints (excluding non-negativity constraints) such that its feasible region is a triangle with vertices at (0, 0), (8, 0), and (0, 5).

30
mediumSubjective

Create a real-world scenario for a small business that can be modeled by the LPP below. After describing the scenario, solve the LPP graphically to propose an optimal business plan. Maximize P=100x+150yP = 100x + 150y Subject to: 2x+3y1202x + 3y \leq 120 x+y50x + y \leq 50 x15x \geq 15 x,y0x, y \geq 0

31
mediumSubjective

A student states, 'If a linear programming problem has a feasible region, it is guaranteed to have an optimal solution.' Critique this statement.

32
mediumSubjective

A dietician is designing a cost-effective diet from two food products, Food A and Food B. Food A costs Rs 5 per unit and contains 2 units of protein and 4 units of carbohydrates. Food B costs Rs 8 per unit and contains 3 units of protein and 2 units of carbohydrates. The diet requires a minimum of 12 units of protein and 16 units of carbohydrates. Formulate this situation as a Linear Programming Problem to minimize the cost.

33
mediumSubjective

For the LPP: Minimize Z=5x+10yZ = 5x + 10y subject to x+y6x+y \geq 6, 2x+y82x+y \geq 8, x,y0x, y \geq 0. A manager proposes the solution (x,y)=(4,2)(x,y)=(4,2). Evaluate this proposal by checking for feasibility and optimality. Justify your conclusion.

34
hardSubjective

An LPP has a bounded feasible region. It is found that the objective function Z=4x+6yZ = 4x + 6y has the same maximum value at two distinct corner points, A(3, 8) and B(6, 6). Justify mathematically why any point P on the line segment AB must also be an optimal solution.

35
hardSubjective

A manager has formulated the following LPP to minimize the cost of two raw materials, xx and yy: Minimize C=10x+4yC = 10x + 4y Subject to: 3x+y93x + y \geq 9 x+y7x + y \geq 7 x+2y8x + 2y \leq 8 x,y0x, y \geq 0 Critique this formulation by graphing the constraints. Justify whether the problem has a feasible solution. If not, propose one specific modification to the third constraint (x+2y8x + 2y \leq 8) that would result in a non-empty, bounded feasible region.

36
hardSubjective

Explain the difference in the procedure for finding a maximum value for an objective function when the feasible region is bounded versus when it is unbounded.

37
hardSubjective

Summarize what it means for a Linear Programming Problem to have 'no feasible solution'.

38
hardSubjective

Describe a situation where a Linear Programming Problem can have multiple optimal solutions.

39
hardSubjective

Consider the LPP: Maximize Z=2x+5yZ = 2x + 5y subject to constraints x+4y24x+4y \leq 24, 3x+y213x+y \leq 21, x+y9x+y \leq 9, x,y0x, y \geq 0. The optimal solution is found at a certain point. Now, evaluate the impact on the optimal value if the profit from yy is reduced, changing the objective function to Z=2x+2yZ = 2x + 2y. Justify your findings.

40
hardSubjective

A farmer needs to buy cattle feed consisting of two brands, X and Y. Brand X costs Rs 25 per kg and Brand Y costs Rs 40 per kg. Each kg of Brand X contains 2 units of nutrient A, 2 units of nutrient B, and 4 units of nutrient C. Each kg of Brand Y contains 3 units of nutrient A, 5 units of nutrient B, and 2 units of nutrient C. The minimum requirements for the feed are 240 units of A, 300 units of B, and 280 units of C. Also, the farmer must buy at least 100 kg of feed in total. Formulate this as an LPP and solve graphically to find the quantity of each brand that should be purchased to meet the requirements at a minimum cost.

41
hardSubjective

A company manufactures two products, A and B. The current production plan is modeled by the LPP: Maximize Profit P=250x+200yP = 250x + 200y Subject to: 3x+y1503x + y \leq 150 (Machine Hours) x+2y100x + 2y \leq 100 (Labor Hours) x,y0x, y \geq 0 The company can upgrade its machinery, which would change the machine hours constraint to 2x+y1502x + y \leq 150. Evaluate the original LPP to find the current maximum profit. Then, evaluate the new LPP with the upgraded machinery. Propose whether the company should invest in the upgrade if the investment cost is equivalent to 1000 profit units.

42
hardSubjective

Analyze and solve the following Linear Programming Problem graphically: Maximise Z=2x+4yZ = 2x + 4y subject to the constraints: x+2y10x+2y \leq 10 x+y6x+y \leq 6 x4x \leq 4 x0,y0x \geq 0, y \geq 0

43
hardSubjective

Analyze the following linear programming problem to determine if a maximum value for Z exists. If it does, find it. If not, explain why. Maximise Z=x+3yZ = x + 3y subject to the constraints: xy0x-y \geq 0 x+y6x+y \geq 6 x0,y0x \geq 0, y \geq 0

44
hardSubjective

A company produces two types of electronic circuits, A and B. It costs the company Rs 200 to make a type A circuit and Rs 300 to make a type B circuit. The company has a total budget of Rs 24,000 for production. The number of type B circuits produced cannot exceed half the number of type A circuits. Furthermore, the company must produce at least 30 type A circuits. If the profit on each type A circuit is Rs 40 and on type B is Rs 50, formulate and solve this LPP graphically to find the maximum profit.

45
hardSubjective

Solve the following Linear Programming Problem graphically: Minimise Z=6x+10yZ = 6x + 10y subject to the constraints: x+2y10x+2y \geq 10 x+y6x+y \geq 6 3x+y83x+y \geq 8 x0,y0x \geq 0, y \geq 0