In order to supplement daily diet, a person wishes to take some X and some wishes Y tablets. The contents of iron, calcium and vitamins in X and Y (in milligrams per tablet) are given as below:
The person needs at least 18 milligrams of iron, 21 milligrams of calcium and 16 milligram of vitamins. The price of each tablet of X and Y is Rs 2 and Re 1 respectively. How many tablets of each should the person take inorder to satisfy the above requirement at the minimum cost? |
2 tablets of X, 5 tablets of Y; Cost: Rs 9 1 tablet of X, 6 tablets of Y; Cost: Rs 8 6 tablets of X, 1 tablet of Y; Cost: Rs 13 4 tablets of X, 3 tablets of Y; Cost: Rs 11 |
1 tablet of X, 6 tablets of Y; Cost: Rs 8 |
The correct answer is Option (2) → 1 tablet of X, 6 tablets of Y; Cost: Rs 8 Let there be x units of tablet X and y units of tablet Y So, according to the given information, we have $6x + 2y ≥18⇒ 3x + y ≥ 9$ ...(i)
$3x + 3y ≥21⇒x+y≥7$ ...(ii)
$2x+4y≥16⇒x+2y≥ 8$ ...(iii)
$x≥0, y ≥0$ ...(iv) The price of each table of X type is 2 and that of y is ₹1. So, the required LPP is Minimise $Z = 2x + y$ subject to the constraints $3x+y≥9,x+y≥7, x+2y≥8, x≥0,y≥0$ On solving (ii) and (iii) we get $x = 6$ and $y = 1$ On solving (i) and (ii) we get $x = 1$ and $y = 6$ From the graph, we see that the feasible region ABCD is unbounded whose corner points are A(8, 0), B(6, 1), C(1, 6) and D(0, 9). Let us evaluate the value of Z
Here, we see that 8 is the minimum value of Z at (1, 6) but the feasible region is unbounded. So, 8 may or may not be the minimum value of Z. To confirm it, we will draw a graph of inequality $2x + y < 8$ and check if it has a common point. We see from the graph that there is no common point on the line. Hence, the minimum value of Z is 8 at (1, 6). Tablet X = 1 Table Y = 6. |