Solveeit Logo

Question

Mathematics Question on Linear Programming Problem

A dealer wishes to purchase a number of fans and sewing machines. He has only ?5760?\, 5760 to invest and has space for at most 2020 items. A fan and sewing machine cost ?360?\, 360 and ?240? \,240 respectively. He can sell a fan at a profit of ?22?\,22 and sewing machine at a profit of ?18? \,18. Assuming that he can sell whatever he buys, how many fans and sewing machines respectively he sell in order to maximize his profit?

A

8,128, 12

B

6,106, 10

C

10,610, 6

D

12,812, 8

Answer

8,128, 12

Explanation

Solution

Let the dealer purchase xx fans and yy sewing machines. Then, the profit function zz is given by z=22x+18yz = 22x + 18y The two variables xx and yy satisfy following constraints : 360x+240y5760360x + 240y \le 5760 or 3x+2y483x + 2y\le 48 x+y20,x0,y0 x + y \le 20, x \ge 0, y \ge 0 Hence mathematical formulation of the given LPPLPP is : Maximize z=22x+18yz = 22x + 18y subject to constraints : 3x+2y483x + 2y \le 48 x+y20x + y \le 20 x0,70x \le 0,7 \ge 0 Now we draw the lines l1:3x+2y=48 l_1 : 3x + 2y = 48 l2:x+y=20l_2 : x + y = 20 l3:x=0,l4:y=0l_3: x = 0, l_4 : y = 0 Lines l1l_1 and l2l_2 intersect at P(8,12)P( 8,12). The shaded region OAPDOAPD represents the feasible region, which is bounded. Vertices of the feasible region are O(0,0),A(16,0),P(8,12)O(0, 0), A(16,0), P(8, 12) and D(0,20)D(0, 20) Since, maximize z=22x+18yz = 22x + 18y \therefore At O(0,0),z=0O(0, 0), z = 0 At A(16,0),z=22×16+18×0=352A(16, 0), z = 22 \times 16+ 18 \times 0 = 352 At P(8,12),z=22×8+18×12=392P(8,12), z = 22\times 8 + 18 \times 12 = 392 At D(0,20),z=22×0+18×20=360D(0, 20), z = 22 \times 0 + 18 \times 20 = 360 Thus profit is maximum at P(8,12)P(8, 12). Hence, profit is maximum when 88 fans and 1212 sewing machines are purchased and sold and the maximum profit is ?392?\, 392.