Get the most accurate ISC Solutions for Class 12 Mathematics Chapter 28 Linear Programming here. Updated for the 2026-27 academic session, these solutions are based on the latest ISC textbooks for Class 12 Mathematics. Our expert-created answers for Class 12 Mathematics are available for free download in PDF format.
Detailed Chapter 28 Linear Programming ISC Solutions for Class 12 Mathematics
For Class 12 students, solving ISC textbook questions is the most effective way to build a strong conceptual foundation. Our Class 12 Mathematics solutions follow a detailed, step-by-step approach to ensure you understand the logic behind every answer. Practicing these Chapter 28 Linear Programming solutions will improve your exam performance.
Class 12 Mathematics Chapter 28 Linear Programming ISC Solutions PDF
S Chand Class 12 ICSE Maths Solutions Chapter 28 Linear Programming Ex 28(A)
Question 1. A dealer wishes to purchase a number of geysers and fans. He has only Rs.57,600 to invest and has space for at most 20 items. A geyser costs him Rs.3600 and a fan Rs.2400. His expectation is that he can sell a geyser at a profit of Rs.220 and a fan at a profit of Rs.180. Assuming that he can sell all the items he can buy, formulate it as a LPP to maximize his profit?
Answer: Let \(x\) be the number of geysers and \(y\) be the number of fans the dealer wishes to buy. The goal is to maximize the profit.
The profit on one geyser is Rs.220, so for \(x\) geysers, the profit is \(220x\).
The profit on one fan is Rs.180, so for \(y\) fans, the profit is \(180y\).
The total profit, denoted by \(Z\), is given by Max \(Z = 220x + 180y\). This is the objective function.
Now, let's look at the constraints:
First, the dealer has space for at most 20 items. So, the total number of geysers and fans must be less than or equal to 20.
\( \implies x + y \leq 20 \)
Second, the dealer has Rs.57,600 to invest. A geyser costs Rs.3600 and a fan costs Rs.2400.
The cost for \(x\) geysers is \(3600x\), and for \(y\) fans, it is \(2400y\).
The total investment must be less than or equal to Rs.57,600.
\( \implies 3600x + 2400y \leq 57600 \)
We can simplify this inequality by dividing all terms by 1200:
\( \implies \frac{3600x}{1200} + \frac{2400y}{1200} \leq \frac{57600}{1200} \)
\( \implies 3x + 2y \leq 48 \)
Finally, the number of geysers and fans cannot be negative. So, we have the non-negativity constraints:
\( \implies x \geq 0; y \geq 0 \)
Therefore, the mathematical model for this Linear Programming Problem (LPP) is:
Maximize \(Z = 220x + 180y\)
Subject to the constraints:
\( x + y \leq 20 \)
\( 3x + 2y \leq 48 \)
\( x \geq 0 \)
\( y \geq 0 \)
In simple words: We need to find the best number of geysers and fans to buy so the dealer makes the most money. We use \(x\) for geysers and \(y\) for fans. The total number of items can't be more than 20, and the total cost can't be more than Rs.57,600. Also, you can't buy negative items.
๐ฏ Exam Tip: Always clearly define your variables, then state the objective function (what you are maximizing or minimizing) and list all constraints based on the given conditions, including non-negativity constraints.
Question 2. A decorative item dealer deals in only two items; wall hangings and artificial plants. He has Rs.15000 to invest and a space to store at the most 80 pieces. A wall hanging costs him Rs.300 and artificial plant Rs.156. He can sell a wall hanging at a profit of Rs.50 and artificial plant at a profit of Rs.18. Assuming he can sell all the items that he buys, formulate a linear programming problem in order to maximize his profit.
Answer: Let \(x\) be the number of wall hangings and \(y\) be the number of artificial plants the dealer buys. The objective is to maximize profit.
The profit on one wall hanging is Rs.50, so for \(x\) wall hangings, the profit is \(50x\).
The profit on one artificial plant is Rs.18, so for \(y\) artificial plants, the profit is \(18y\).
The total profit, \(Z\), is given by Max \(Z = 50x + 18y\). This is the objective function.
Now, let's establish the constraints:
First, the dealer has space to store at most 80 pieces. This means the total number of wall hangings and artificial plants cannot exceed 80.
\( \implies x + y \leq 80 \)
Second, the dealer has Rs.15,000 to invest. A wall hanging costs Rs.300 and an artificial plant costs Rs.150.
The cost for \(x\) wall hangings is \(300x\), and for \(y\) artificial plants, it is \(150y\).
The total investment must be less than or equal to Rs.15,000.
\( \implies 300x + 150y \leq 15000 \)
We can simplify this inequality by dividing all terms by 150:
\( \implies \frac{300x}{150} + \frac{150y}{150} \leq \frac{15000}{150} \)
\( \implies 2x + y \leq 100 \)
Finally, the number of wall hangings and artificial plants cannot be negative. So, the non-negativity constraints are:
\( \implies x \geq 0 \)
\( \implies y \geq 0 \)
Therefore, the mathematical model for this Linear Programming Problem (LPP) is:
Maximize \(Z = 50x + 18y\)
Subject to the constraints:
\( x + y \leq 80 \)
\( 2x + y \leq 100 \)
\( x \geq 0 \)
\( y \geq 0 \)
In simple words: We want to find the best quantity of wall hangings and artificial plants to buy to get the most profit. We need to stay within the limits of 80 total items and an investment of Rs.15,000. Each item you buy must be a positive number.
๐ฏ Exam Tip: Remember to simplify constraint inequalities by dividing by common factors to make calculations easier later on, but only if it doesn't change the meaning.
Question 3. Sarheer wants to invest at most Rs.15,000 in Saving certificates and in National Savings Bonds. According to rules, he has to invest at least Rs.2000 in Saving certificates and at least Rs.3,000 in National Saving Bonds. If the rate of interest on Saving certificates is 8% p.a. and the rate of interest on the National Saving Bonds is 10% p.a.; how should he invest to earn maximum profit. Formulate a LP problem.
Answer: Let \(x\) be the amount Sarheer invests in Saving Certificates and \(y\) be the amount he invests in National Saving Bonds. The objective is to maximize his total interest earned.
The interest rate on Saving Certificates is 8% per annum, so the profit from \(x\) is \( \frac{8}{100}x \).
The interest rate on National Saving Bonds is 10% per annum, so the profit from \(y\) is \( \frac{10}{100}y \).
The total profit, \(Z\), is given by Max \(Z = \frac{8}{100}x + \frac{10}{100}y\). This is the objective function.
Now, let's set up the constraints:
First, Sarheer can invest at most Rs.15,000 in total.
\( \implies x + y \leq 15000 \)
Second, he has a rule to invest at least Rs.2000 in Saving Certificates.
\( \implies x \geq 2000 \)
Third, he must invest at least Rs.3,000 in National Saving Bonds.
\( \implies y \geq 3000 \)
Finally, investment amounts cannot be negative. These are already covered by the minimum investment constraints, but explicitly stating them is good practice.
\( \implies x \geq 0 \)
\( \implies y \geq 0 \)
Therefore, the mathematical model for this Linear Programming Problem (LPP) is:
Maximize \(Z = \frac{8}{100}x + \frac{10}{100}y\)
Subject to the constraints:
\( x + y \leq 15000 \)
\( x \geq 2000 \)
\( y \geq 3000 \)
\( x \geq 0 \)
\( y \geq 0 \)
In simple words: Sarheer wants to earn the most interest by investing in two types of savings. He has a total limit for how much he can invest, and also a minimum amount he must put into each type. We need to find how much money to put in each to get the biggest interest payment.
๐ฏ Exam Tip: When dealing with investment problems, remember that 'at most' means 'less than or equal to' (\( \leq \)), while 'at least' means 'greater than or equal to' (\( \geq \)).
Question 4. A retired person wants to invest an amount up to Rs.20,000. His broker recommends investing in two types of bonds A and B; bond A yielding 10% return on the amount invested and bond B yielding 15% return on the amount invested. After some consideration, he decides to invest at least Rs.5,000 in bond A and at least Rs.8000 in bond B. He also wants to invest at least as much in bond A as in bond B. What should his broker suggest if he wants to maximize his return on investments. Formulate LPP.
Answer: Let \(x\) be the amount invested in Bond A and \(y\) be the amount invested in Bond B. The aim is to maximize the total return.
Bond A gives a 10% return, so the return from \(x\) is \( \frac{10}{100}x \).
Bond B gives a 15% return, so the return from \(y\) is \( \frac{15}{100}y \).
The total return, \(Z\), is given by Max \(Z = \frac{10}{100}x + \frac{15}{100}y\). This is the objective function.
Now, let's establish the constraints:
First, the person can invest an amount up to Rs.20,000 in total.
\( \implies x + y \leq 20000 \)
Second, he decides to invest at least Rs.5,000 in Bond A.
\( \implies x \geq 5000 \)
Third, he decides to invest at least Rs.8,000 in Bond B.
\( \implies y \geq 8000 \)
Fourth, he wants to invest at least as much in Bond A as in Bond B.
\( \implies x \geq y \)
Finally, investment amounts cannot be negative.
\( \implies x \geq 0 \)
\( \implies y \geq 0 \)
Therefore, the mathematical model for this Linear Programming Problem (LPP) is:
Maximize \(Z = \frac{10}{100}x + \frac{15}{100}y\)
Subject to the constraints:
\( x + y \leq 20000 \)
\( x \geq 5000 \)
\( y \geq 8000 \)
\( x \geq y \)
\( x \geq 0 \)
\( y \geq 0 \)
In simple words: A retired person wants to invest money in two different bonds to get the highest possible return. There are rules about how much total money can be invested, how much must go into each bond, and how much more one bond should get compared to the other. We need to write these rules as math equations.
๐ฏ Exam Tip: Pay careful attention to phrases like "up to," "at least," and "as much as" as they determine the direction of your inequality signs ( \( \leq \) or \( \geq \) ).
Question 5. A manufacturer produces TVs and VCR in his factory. Production of each TV requires 4 hours of assembly in workshop 1 and 2 hours of assembly in workshop 2, whereas VCR requires 2 hours of assembly in workshop 1 and 5 hours of assembly in workshop 2. Workshop 1 and workshop 2 function for 40 hours and 60 hours in a week. The profit on each TV is Rs.3,000 and each VCR is Rs.4,000. Assuming that all TVs and VCR are sold in the market, what should be the strategy of the manufacturer to earn maximum profit Formulate a LP problem.
Answer: For easier understanding, we can organize the given information in a table:
| Workshop No. | TV | VCR | Max no. of hours |
|---|---|---|---|
| I | 4 | 2 | 40 |
| II | 2 | 5 | 60 |
Let \(x\) be the number of TVs and \(y\) be the number of VCRs produced by the manufacturer. The objective is to maximize profit.
The profit on each TV is Rs.3,000, so for \(x\) TVs, the profit is \(3000x\).
The profit on each VCR is Rs.4,000, so for \(y\) VCRs, the profit is \(4000y\).
The total profit, \(Z\), is given by Max \(Z = 3000x + 4000y\). This is the objective function.
Now, let's establish the constraints based on workshop hours:
For Workshop 1:
Each TV needs 4 hours and each VCR needs 2 hours. Workshop 1 has a maximum of 40 hours per week.
\( \implies 4x + 2y \leq 40 \)
For Workshop 2:
Each TV needs 2 hours and each VCR needs 5 hours. Workshop 2 has a maximum of 60 hours per week.
\( \implies 2x + 5y \leq 60 \)
Finally, the number of TVs and VCRs cannot be negative.
\( \implies x \geq 0 \)
\( \implies y \geq 0 \)
Therefore, the mathematical model for this Linear Programming Problem (LPP) is:
Maximize \(Z = 3000x + 4000y\)
Subject to the constraints:
\( 4x + 2y \leq 40 \)
\( 2x + 5y \leq 60 \)
\( x \geq 0 \)
\( y \geq 0 \)
In simple words: A company makes TVs and VCRs. Each needs time in two workshops, and these workshops have limited hours. We also know how much profit each TV and VCR makes. We need to figure out how many TVs and VCRs to make to get the highest profit, considering the workshop time limits.
๐ฏ Exam Tip: Using a table to organize data from the problem statement can simplify the process of identifying variables, objective functions, and constraints.
Question 6. A small scale industrialist produces three types of machines components M1, M2 and M3 made of steel and brass. The amounts of steel and brass required for each component and the number of man-weeks of labour required to manufacture and assemble one unit of each component are as follows. The labour is restricted to 20 man-weeks, steel is restricted to 100 kg per week and the brass to 75 kg per week. The industrialist's profit on each unit of M1, M2 and M3 is Rs.6, Rs.4 and Rs.7 respectively. Give its mathematical formulation as a linear programming problem such that the total profit is maximum.
Answer: Let \(x_1, x_2, x_3\) be the number of machine components M1, M2, and M3 produced, respectively. The objective is to maximize the total profit.
First, let's represent the given data in a table form:
| M1 | M2 | M3 | Availability | |
|---|---|---|---|---|
| Steel (kg) | 6 | 5 | 3 | 100 kg |
| Brass (kg) | 3 | 4 | 9 | 75 kg |
| Man-weeks | 1 | 2 | 1 | 20 weeks |
The profit on each unit of M1 is Rs.6, M2 is Rs.4, and M3 is Rs.7. So, the total profit \(Z\) is:
Maximize \(Z = 6x_1 + 4x_2 + 7x_3\). This is the objective function.
Now, let's define the constraints:
For Steel (total available: 100 kg):
\( \implies 6x_1 + 5x_2 + 3x_3 \leq 100 \)
For Brass (total available: 75 kg):
\( \implies 3x_1 + 4x_2 + 9x_3 \leq 75 \)
For Labour (total available: 20 man-weeks):
\( \implies 1x_1 + 2x_2 + 1x_3 \leq 20 \)
Finally, the number of components produced cannot be negative.
\( \implies x_1 \geq 0 \)
\( \implies x_2 \geq 0 \)
\( \implies x_3 \geq 0 \)
Therefore, the mathematical model for this Linear Programming Problem (LPP) is:
Maximize \(Z = 6x_1 + 4x_2 + 7x_3\)
Subject to the constraints:
\( 6x_1 + 5x_2 + 3x_3 \leq 100 \)
\( 3x_1 + 4x_2 + 9x_3 \leq 75 \)
\( x_1 + 2x_2 + x_3 \leq 20 \)
\( x_1 \geq 0 \)
\( x_2 \geq 0 \)
\( x_3 \geq 0 \)
In simple words: An industrialist makes three machine parts using steel, brass, and labor. Each part needs different amounts of these materials and time. There are limits on how much steel, brass, and labor are available. Also, each part makes a different amount of profit. We need to write a math problem to figure out how many of each part to make to get the biggest total profit.
๐ฏ Exam Tip: When formulating LPPs with multiple products and resources, ensure each resource (like steel, brass, labor) translates into a separate constraint inequality, and non-negativity applies to all product variables.
Question 7. A.cold drink company has three bottling plants, located at two different places. Each plant produces three different drinks A, B and C. The capacities of three plants, in number of bottles per day are as follows. A market survey indicates that during any particular month there will be a demand of 24,000 bottles of A; 16,000 bottles of B and 48,000 bottles of C. The operating costs, per day, of running plants I, II and III are respectively Rs.600, Rs.400 and Rs.500. Formulate it as a linear programming problem to find the number of days. Should the company run each plant during the month so that the production cost is minimized while still meeting up the market demand? Formulate a LP problem.
Answer: Let \(x_1, x_2, x_3\) be the number of days Plants I, II, and III are run during the month, respectively. The goal is to minimize the total production cost.
First, let's present the given daily production capacities and operating costs in a table:
| Product A | Product B | Product C | |
|---|---|---|---|
| Plant I (bottles/day) | 3000 | 1000 | 2000 |
| Plant II (bottles/day) | 1000 | 1000 | 4000 |
| Plant III (bottles/day) | 2000 | 500 | 3000 |
| Operating Cost (Rs./day) | 600 | 400 | 500 |
The total operating cost, \(Z\), is given by Min \(Z = 600x_1 + 400x_2 + 500x_3\). This is the objective function.
Now, let's establish the constraints based on market demand for each drink:
For Drink A (demand: 24,000 bottles):
Plant I produces \(3000x_1\), Plant II produces \(1000x_2\), Plant III produces \(2000x_3\) bottles of A.
The total production of A must be greater than or equal to the demand.
\( \implies 3000x_1 + 1000x_2 + 2000x_3 \geq 24000 \)
Dividing by 1000, we get: \( 3x_1 + x_2 + 2x_3 \geq 24 \)
For Drink B (demand: 16,000 bottles):
Plant I produces \(1000x_1\), Plant II produces \(1000x_2\), Plant III produces \(500x_3\) bottles of B.
\( \implies 1000x_1 + 1000x_2 + 500x_3 \geq 16000 \)
Dividing by 500, we get: \( 2x_1 + 2x_2 + x_3 \geq 32 \)
For Drink C (demand: 48,000 bottles):
Plant I produces \(2000x_1\), Plant II produces \(4000x_2\), Plant III produces \(3000x_3\) bottles of C.
\( \implies 2000x_1 + 4000x_2 + 3000x_3 \geq 48000 \)
Dividing by 1000, we get: \( 2x_1 + 4x_2 + 3x_3 \geq 48 \)
Finally, the number of days each plant operates cannot be negative.
\( \implies x_1 \geq 0 \)
\( \implies x_2 \geq 0 \)
\( \implies x_3 \geq 0 \)
Therefore, the mathematical model for this Linear Programming Problem (LPP) is:
Minimize \(Z = 600x_1 + 400x_2 + 500x_3\)
Subject to the constraints:
\( 3x_1 + x_2 + 2x_3 \geq 24 \)
\( 2x_1 + 2x_2 + x_3 \geq 32 \)
\( 2x_1 + 4x_2 + 3x_3 \geq 48 \)
\( x_1 \geq 0 \)
\( x_2 \geq 0 \)
\( x_3 \geq 0 \)
In simple words: A cold drink company has three factories that make three types of drinks. Each factory makes different amounts of each drink per day and costs different amounts to run. The company needs to meet a certain demand for each drink every month. We need to find out for how many days each factory should run to make sure all demands are met, but with the lowest possible total cost.
๐ฏ Exam Tip: When dealing with demand constraints, the total production of each item from all sources combined must always be 'greater than or equal to' (\( \geq \)) the market demand.
Question 8. A diet is to contain at least 80 units of vitamin A and 100 units of minerals. Two foods F1 and F2 are available. Food F1 costs 4 per unit and F2 costs Rs.5 per unit. A unit of food F1 contains at least 3 units of vitamin A and 4 units of minerals. A unit of food F2 contains at least 6 units of vitamin and 3 units of minerals. Find the minimum cost for diet that consists of mixture of these two foods and also meets the minimal nutritional requirements. Formulate this as a linear programming problem.
Answer: Let \(x\) be the units of food F1 and \(y\) be the units of food F2 consumed. The objective is to minimize the total cost of the diet.
First, let's arrange the given nutritional information and costs in a table:
| Food | Vitamin A (units/unit of food) | Minerals (units/unit of food) | Cost per unit (Rs.) |
|---|---|---|---|
| F1 | 3 | 4 | 4 |
| F2 | 6 | 3 | 5 |
| Minimum requirement | 80 | 100 |
The cost of \(x\) units of F1 is \(4x\), and the cost of \(y\) units of F2 is \(5y\).
The total cost, \(Z\), is given by Min \(Z = 4x + 5y\). This is the objective function.
Now, let's establish the constraints based on nutritional requirements:
For Vitamin A (minimum requirement: 80 units):
\(x\) units of F1 provide \(3x\) units of Vitamin A.
\(y\) units of F2 provide \(6y\) units of Vitamin A.
The total Vitamin A must be at least 80 units.
\( \implies 3x + 6y \geq 80 \)
For Minerals (minimum requirement: 100 units):
\(x\) units of F1 provide \(4x\) units of Minerals.
\(y\) units of F2 provide \(3y\) units of Minerals.
The total Minerals must be at least 100 units.
\( \implies 4x + 3y \geq 100 \)
Finally, the number of units of food consumed cannot be negative.
\( \implies x \geq 0 \)
\( \implies y \geq 0 \)
Therefore, the mathematical model for this Linear Programming Problem (LPP) is:
Minimize \(Z = 4x + 5y\)
Subject to the constraints:
\( 3x + 6y \geq 80 \)
\( 4x + 3y \geq 100 \)
\( x \geq 0 \)
\( y \geq 0 \)
In simple words: We want to make a healthy diet using two types of food, F1 and F2. Each food gives different amounts of vitamin A and minerals, and costs different amounts. There's a minimum amount of vitamin A and minerals needed. We need to find the cheapest way to get all the required nutrients.
๐ฏ Exam Tip: In diet problems, total nutrient intake from all food sources must always meet or exceed the minimum daily requirements, leading to "greater than or equal to" (\( \geq \)) inequalities.
Question 9. Vitamins A and B are found in foods Fโ and F2. One unit of food Fโ contains 20 units of vitamin A and 30 units of vitamin B. One unit of food F2 contains 60 units of vitamin A and 40 units of vitamin B. 1 unit of each of foods Fโ and F2 cost Rs.3 and Rs.4 respectively. The minimum daily requirement (for a person) of vitamins A and B is 80 units and 100 units respectively. Assuming that anything in excess of daily minimum requirements of vitamin A and B is not harmful, find out the optimum mixture of foods Fโ and F2 at the minimum cost which meets the daily minimum requirements of vitamins A and B. Formulate the above problem as a LP problem.
Answer: Let \(x\) be the units of food F1 and \(y\) be the units of food F2 in the diet. The objective is to minimize the total cost.
First, let's arrange the given data in a table form:
| Food | Vitamin A (units/unit of food) | Vitamin B (units/unit of food) | Cost per unit (Rs.) |
|---|---|---|---|
| F1 | 20 | 30 | 3 |
| F2 | 60 | 40 | 4 |
| Minimum requirement | 80 | 100 |
The cost of \(x\) units of F1 is \(3x\), and the cost of \(y\) units of F2 is \(4y\).
The total cost, \(Z\), is given by Min \(Z = 3x + 4y\). This is the objective function.
Now, let's establish the constraints based on the minimum daily vitamin requirements:
For Vitamin A (minimum requirement: 80 units):
\(x\) units of F1 provide \(20x\) units of Vitamin A.
\(y\) units of F2 provide \(60y\) units of Vitamin A.
The total Vitamin A must be at least 80 units.
\( \implies 20x + 60y \geq 80 \)
For Vitamin B (minimum requirement: 100 units):
\(x\) units of F1 provide \(30x\) units of Vitamin B.
\(y\) units of F2 provide \(40y\) units of Vitamin B.
The total Vitamin B must be at least 100 units.
\( \implies 30x + 40y \geq 100 \)
Finally, the number of units of food consumed cannot be negative.
\( \implies x \geq 0 \)
\( \implies y \geq 0 \)
Therefore, the mathematical model for this Linear Programming Problem (LPP) is:
Minimize \(Z = 3x + 4y\)
Subject to the constraints:
\( 20x + 60y \geq 80 \)
\( 30x + 40y \geq 100 \)
\( x \geq 0 \)
\( y \geq 0 \)
In simple words: We need to combine two types of food, F1 and F2, to get enough vitamins A and B, but at the lowest possible cost. Each food has different amounts of vitamins and costs a different amount. We must meet the daily vitamin requirements without spending too much money.
๐ฏ Exam Tip: Always double-check the values from the problem statement against the solution's tables and equations to ensure consistency in your formulation. If a table is provided as part of the solution, ensure your variables and equations align with its values.
Question 10. A housewife wishes to mix two types of food Fโ and F2 in such a way that the vitamins contents of mixture contain at least 8 units of vitamin A and 11 units of vitamin B, food F1 costs Rs.60/kg and food F2 costs Rs.80/kg. Food F1 contains 3 units/kg of vitamin A and 5 units/kg of vitamin B while food F2 contains 4 units/kg of vitamin A and 2 units/kg of vitamin B. For-mulate the above problem as a linear programming problem to minimize the cost of mixture.
Answer: Let \(x\) be the kilograms of food F1 and \(y\) be the kilograms of food F2 in the mixture. The goal is to minimize the cost of the mixture.
Based on the structure of the provided solution, it appears to refer to the data for Question 9. We will proceed with the values as given in the solution's table and equations for Question 10, which match Question 9's details:
| Food | Vitamin A (units/unit of food) | Vitamin B (units/unit of food) | Cost per unit (Rs.) |
|---|---|---|---|
| F1 | 20 | 30 | 3 |
| F2 | 60 | 40 | 4 |
| Minimum requirement | 80 | 100 |
The cost of \(x\) units of F1 is \(3x\), and the cost of \(y\) units of F2 is \(4y\).
The total cost, \(Z\), is given by Min \(Z = 3x + 4y\). This is the objective function.
Now, let's establish the constraints based on the minimum vitamin requirements:
For Vitamin A (minimum requirement: 80 units):
\(x\) units of F1 provide \(20x\) units of Vitamin A.
\(y\) units of F2 provide \(60y\) units of Vitamin A.
The total Vitamin A must be at least 80 units.
\( \implies 20x + 60y \geq 80 \)
For Vitamin B (minimum requirement: 100 units):
\(x\) units of F1 provide \(30x\) units of Vitamin B.
\(y\) units of F2 provide \(40y\) units of Vitamin B.
The total Vitamin B must be at least 100 units.
\( \implies 30x + 40y \geq 100 \)
Finally, the quantities of food cannot be negative.
\( \implies x \geq 0 \)
\( \implies y \geq 0 \)
Therefore, the mathematical model for this Linear Programming Problem (LPP) is:
Minimize \(Z = 3x + 4y\)
Subject to the constraints:
\( 20x + 60y \geq 80 \)
\( 30x + 40y \geq 100 \)
\( x \geq 0 \)
\( y \geq 0 \)
In simple words: A housewife wants to mix two foods to get enough vitamins A and B, spending the least amount of money. Each food has different vitamin amounts and costs. She needs to make sure the total vitamins from the mixture meet the minimum needs.
๐ฏ Exam Tip: When formulating LPPs, always ensure that the values used in the objective function and constraints directly correspond to the given problem statement or the provided solution data. If a specific table or values are presented in the solution, adhere to those for consistency.
Question 11. A small manufacturing firm produces two types of gadgets, A and B which are first processed in the foundry, then sent to the machine shop for finishing. The number of man-hours of labour required in each shop for the production of each unit of A and of B and the number of man-hours the firm has available per week are as under: The profit on the sale of A is Rs.30 per unit as compared with Rs.20 per unit of B. The problem is to determine the weekly, production of gadgets A and B, so that total profit is maximized. formulate the above problem as a linear programming problem.
Answer: Let \(x\) be the number of gadget A and \(y\) be the number of gadget B produced weekly. The objective is to maximize the total profit.
The given data can be organized in a table:
| Gadget | Foundry (man-hours) | Machine shop (man-hours) | Profit (Rs.) |
|---|---|---|---|
| A | 10 | 5 | 30 |
| B | 6 | 4 | 20 |
| Firm's capacity per week | 1000 | 600 |
The profit on \(x\) units of gadget A is \(30x\), and on \(y\) units of gadget B is \(20y\).
The total profit, \(Z\), is given by Max \(Z = 30x + 20y\). This is the objective function.
Now, let's establish the constraints based on the available man-hours in each shop:
For Foundry (maximum capacity: 1000 hours per week):
Gadget A requires 10 hours and gadget B requires 6 hours.
\( \implies 10x + 6y \leq 1000 \)
For Machine Shop (maximum capacity: 600 hours per week):
Gadget A requires 5 hours and gadget B requires 4 hours.
\( \implies 5x + 4y \leq 600 \)
Finally, the number of gadgets produced cannot be negative.
\( \implies x \geq 0 \)
\( \implies y \geq 0 \)
Therefore, the mathematical model for this Linear Programming Problem (LPP) is:
Maximize \(Z = 30x + 20y\)
Subject to the constraints:
\( 10x + 6y \leq 1000 \)
\( 5x + 4y \leq 600 \)
\( x \geq 0 \)
\( y \geq 0 \)
In simple words: A factory makes two items, A and B. Each item goes through two steps, using up time in a foundry and a machine shop. Both shops have a limited number of hours each week. We know how much profit each item makes. The goal is to figure out how many of each item to make to get the most profit, without using more time than the shops have.
๐ฏ Exam Tip: When formulating constraints based on resource limits, remember that the sum of resources used by all products must be 'less than or equal to' (\( \leq \)) the total available resource.
Question 12. A certain manufacturer has 75 kg of cashew and 120 kg of groundnuts. These are to be mixed in 1 kg packages as follows; a low grade mixture 250 g of cashew, 750 g of groundnuts, whereas in a high grade mixture 500 g of cashew and 500 g of groundnuts. If the profit on low grade mixture is 2 per package and that of high grade mixture is 3 per package, how many packages of each mixture be made for a maximum profit? For this problem, derive the inequations and write the objective function. You need not draw the graph.
Answer: Let \(x\) be the number of low-grade mixture packages and \(y\) be the number of high-grade mixture packages. The objective is to maximize the total profit.
First, let's convert all quantities to the same unit, grams. Total available cashew is 75 kg = 75,000 g. Total available groundnuts is 120 kg = 120,000 g.
The given data can be organized in a table:
| Mixture | Cashew (g) | Groundnuts (g) | Profit (Rs.) |
|---|---|---|---|
| Low grade mixture (per kg package) | 250 | 750 | 2 |
| High grade mixture (per kg package) | 500 | 500 | 3 |
| Maximum availability | 75000 g | 120000 g |
The profit on \(x\) low-grade packages is \(2x\), and on \(y\) high-grade packages is \(3y\).
The total profit, \(Z\), is given by Max \(Z = 2x + 3y\). This is the objective function.
Now, let's establish the constraints based on the availability of cashew and groundnuts:
For Cashew (total available: 75,000 g):
\(x\) packages of low-grade mixture use \(250x\) g of cashew.
\(y\) packages of high-grade mixture use \(500y\) g of cashew.
The total cashew used must be less than or equal to 75,000 g.
\( \implies 250x + 500y \leq 75000 \)
Dividing by 250, we get: \( x + 2y \leq 300 \)
For Groundnuts (total available: 120,000 g):
\(x\) packages of low-grade mixture use \(750x\) g of groundnuts.
\(y\) packages of high-grade mixture use \(500y\) g of groundnuts.
The total groundnuts used must be less than or equal to 120,000 g.
\( \implies 750x + 500y \leq 120000 \)
Dividing by 250, we get: \( 3x + 2y \leq 480 \)
Finally, the number of packages cannot be negative.
\( \implies x \geq 0 \)
\( \implies y \geq 0 \)
Therefore, the mathematical model for this Linear Programming Problem (LPP) is:
Maximize \(Z = 2x + 3y\)
Subject to the constraints:
\( x + 2y \leq 300 \)
\( 3x + 2y \leq 480 \)
\( x \geq 0 \)
\( y \geq 0 \)
In simple words: A maker has a certain amount of cashew and groundnuts and wants to make two types of mixed packages to sell for profit. Each type of package uses different amounts of the nuts. The maker wants to make the most money while not using more nuts than available. We need to write down the math problem for this.
๐ฏ Exam Tip: Always ensure unit consistency (e.g., convert all kg to grams) when formulating constraints involving quantities, as this prevents common calculation errors.
Question 13. A manufacturer has three machines I, II and III installed in his factory. Machines I and II are capable of being operated for at the most 12 hours, whereas machine III must be operated at least for 5 hours a day. He produces only two items, each requiring the use of the three machines. The number of hours required for producing 1 unit of each of the items A and B on the three machines are given in the following table: He makes a profit of Rs.60 on item A and Rs.40 on item B. Assuming that he can sell all that he produces, how many of each item should he produce so as to maximize his profit? Formulate the above problem as a linear programming problem.
Answer: Let \(x\) be the number of item A and \(y\) be the number of item B produced. The objective is to maximize the total profit.
The given data about machine hours and profit can be summarized in a table:
| Gadget | Foundry | Machine shop | Profit |
|---|---|---|---|
| A | 10 | 5 | Rs.30 |
| B | 6 | 4 | Rs.20 |
| Firm's capacity per week | 1000 | 600 |
*(Note: The question provides a different table (1,2,1 and 2,1,5/4 for machines I, II, III respectively), and then the solution uses different values. Following Iron Rule 6, we will reproduce the solution's logic and the table that leads to its constraints for Question 13, which is the table above, with hours for "Foundry" and "Machine shop" and "Profit" values of 30 and 20. The solution in the source has used the values from Question 11's table and adjusted the question text to match. To maintain internal consistency with the provided solution steps, the table for Question 11 is used here.)*
Profit on item A is Rs.60 and on item B is Rs.40. So, the total profit \(Z\) is:
Maximize \(Z = 60x + 40y\). This is the objective function.
Now, let's establish the constraints based on machine operating hours:
For Machine I (at most 12 hours):
Item A requires 1 hour and item B requires 2 hours on Machine I.
\( \implies x + 2y \leq 12 \)
For Machine II (at most 12 hours):
Item A requires 2 hours and item B requires 1 hour on Machine II.
\( \implies 2x + y \leq 12 \)
For Machine III (at least 5 hours):
Item A requires 1 hour and item B requires \( \frac{5}{4} \) hours on Machine III.
\( \implies x + \frac{5}{4}y \geq 5 \)
Multiplying by 4 to remove the fraction: \( \implies 4x + 5y \geq 20 \)
Finally, the number of items produced cannot be negative.
\( \implies x \geq 0 \)
\( \implies y \geq 0 \)
Therefore, the mathematical model for this Linear Programming Problem (LPP) is:
Maximize \(Z = 60x + 40y\)
Subject to the constraints:
\( x + 2y \leq 12 \)
\( 2x + y \leq 12 \)
\( 4x + 5y \geq 20 \)
\( x \geq 0 \)
\( y \geq 0 \)
In simple words: A factory uses three machines to make two items, A and B. Each machine has limits on how long it can run. Item A and Item B need different times on each machine, and they make different profits. We need to find how many of each item to make to get the most profit, while respecting the machine time limits.
๐ฏ Exam Tip: Pay very close attention to whether a machine capacity is an "at most" (\( \leq \)) or "at least" (\( \geq \)) constraint, as this will change the inequality sign in your LPP formulation.
Question 14. A company makes three different products A, B and C by combining steel and rubber. Products requires 2 units of steel and 3 units of rubber and can be sold at a profit of Rs 40 per unit. Product B requires 3 units of steel and 3 units of rubber and can be sold at a profit of Rs 45 per unit. Product C requires 1 unit of steel and 2 units of rubber and can be sold at a profit of Rs 24 per unit. There are 100 units of steel and 120 units of rubber available per day. What should be daily production of each of the products, so that the combined profit is maximum? Formulate the above linear programming problem.
Answer: First, we organize the given data in a table for clarity:
| Products | Steel | Rubber | Profit per unit |
|---|---|---|---|
| A | 2 | 3 | Rs 40 |
| B | 3 | 3 | Rs 45 |
| C | 1 | 2 | Rs 24 |
| Maximum availability | 100 | 120 |
Let \( x_1 \), \( x_2 \), and \( x_3 \) be the number of units produced daily for product A, B, and C, respectively. Our goal is to maximize the total profit.
The profit from product A is Rs 40 per unit, from B is Rs 45 per unit, and from C is Rs 24 per unit.
So, the total profit, which we denote as \( Z \), is:
\( Z = 40x_1 + 45x_2 + 24x_3 \)
The company has limits on the amount of steel and rubber available.
For steel, product A needs 2 units, B needs 3 units, and C needs 1 unit. The total steel available is 100 units.
\( \implies 2x_1 + 3x_2 + x_3 \le 100 \)
For rubber, product A needs 3 units, B needs 3 units, and C needs 2 units. The total rubber available is 120 units.
\( \implies 3x_1 + 3x_2 + 2x_3 \le 120 \)
Also, the number of products cannot be negative.
\( \implies x_1 \ge 0, x_2 \ge 0, x_3 \ge 0 \)
Therefore, the Linear Programming Problem (LPP) is formulated as:
Maximize \( Z = 40x_1 + 45x_2 + 24x_3 \)
Subject to the constraints:
\( 2x_1 + 3x_2 + x_3 \le 100 \)
\( 3x_1 + 3x_2 + 2x_3 \le 120 \)
\( x_1 \ge 0, x_2 \ge 0, x_3 \ge 0 \)
In simple words: We want to make as much money as possible by selling products A, B, and C, while making sure we don't use more steel or rubber than we have. We also can't make a negative number of products.
๐ฏ Exam Tip: When formulating an LPP, clearly define your variables, state the objective function (what you are maximizing or minimizing), and list all constraints, including non-negativity conditions. Always use Rs for currency symbols.
Question 15. There is a factory located at each of the two places P and From these locations a certain commodity is delivered to each of the three depots situated at A, B and C. The weekly requirements of the depots are, respectively, 5, 5 and 4 units of the commodity while the production capacity of the factories at P and Q are, respectively, 8 and 6 units. The cost of transportation per unit is given below:
Answer: We first arrange the given transportation costs in a tabular form:
| From | To | ||
|---|---|---|---|
| A | B | C | |
| P | 16 | 10 | 15 |
| Q | 10 | 12 | 10 |
Let \( x \) be the number of units of commodity supplied from Place P to Depot A, and \( y \) be the number of units supplied from Place P to Depot B. Since Place P has a total capacity of 8 units, the number of units supplied from P to C will be \( (8 - x - y) \) units.
Depot A requires 5 units. If \( x \) units come from P, then \( (5 - x) \) units must come from Place Q.
Depot B requires 5 units. If \( y \) units come from P, then \( (5 - y) \) units must come from Place Q.
Depot C requires 4 units. The total units from Q will be \( (6 - (5-x) - (5-y)) = (6 - 10 + x + y) = (x+y-4) \) units. This must match the remaining requirement of depot C. The diagram below illustrates these allocations:
Now, let's calculate the total transportation cost, \( Z \), from both places to all three depots:
Cost from P to A: \( 16x \)
Cost from P to B: \( 15y \)
Cost from P to C: \( 10(8 - x - y) \)
Cost from Q to A: \( 10(5 - x) \)
Cost from Q to B: \( 12(5 - y) \)
Cost from Q to C: \( 10(x + y - 4) \)
Adding all these costs together:
\( Z = 16x + 15y + 10(8 - x - y) + 10(5 - x) + 12(5 - y) + 10(x + y - 4) \)
\( Z = 16x + 15y + 80 - 10x - 10y + 50 - 10x + 60 - 12y + 10x + 10y - 40 \)
\( Z = (16 - 10 - 10 + 10)x + (15 - 10 - 12 + 10)y + (80 + 50 + 60 - 40) \)
\( Z = 6x + 3y + 150 \)
Our goal is to minimize this total transportation cost. We must also ensure that the number of units transported is never negative. So, the constraints are:
The quantity from P to C cannot be negative:
\( 8 - x - y \ge 0 \implies x + y \le 8 \)
The quantity from Q to A cannot be negative:
\( 5 - x \ge 0 \implies x \le 5 \)
The quantity from Q to B cannot be negative:
\( 5 - y \ge 0 \implies y \le 5 \)
The quantity from Q to C cannot be negative:
\( x + y - 4 \ge 0 \implies x + y \ge 4 \)
Finally, \( x \) and \( y \) themselves represent units, so they must be non-negative:
\( x \ge 0, y \ge 0 \)
Thus, the mathematical modeling of the given L.P.P is:
Minimize \( Z = 6x + 3y + 150 \)
Subject to the constraints:
\( x + y \le 8 \)
\( x \le 5 \)
\( y \le 5 \)
\( x + y \ge 4 \)
\( x \ge 0, y \ge 0 \)
In simple words: We want to find the cheapest way to send items from two factories (P and Q) to three storage places (A, B, and C). We need to figure out how many items to send along each path so that we meet all the storage needs and factory limits, without sending fewer than zero items. We then add up all the shipping costs to find the lowest total.
๐ฏ Exam Tip: For transportation problems, it is crucial to define variables for the amount transported on specific routes and then derive all other quantities based on total supply and demand, ensuring no quantity is negative. Drawing a diagram can help visualize the flow and set up constraints correctly.
Free study material for Mathematics
ISC Solutions Class 12 Mathematics Chapter 28 Linear Programming
Students can now access the ISC Solutions for Chapter 28 Linear Programming prepared by teachers on our website. These solutions cover all questions in exercise in your Class 12 Mathematics textbook. Each answer is updated based on the current academic session as per the latest ISC syllabus.
Detailed Explanations for Chapter 28 Linear Programming
Our expert teachers have provided step-by-step explanations for all the difficult questions in the Class 12 Mathematics chapter. Along with the final answers, we have also explained the concept behind it to help you build stronger understanding of each topic. This will be really helpful for Class 12 students who want to understand both theoretical and practical questions. By studying these ISC Questions and Answers your basic concepts will improve a lot.
Benefits of using Mathematics Class 12 Solved Papers
Using our Mathematics solutions regularly students will be able to improve their logical thinking and problem-solving speed. These Class 12 solutions are a guide for self-study and homework assistance. Along with the chapter-wise solutions, you should also refer to our Revision Notes and Sample Papers for Chapter 28 Linear Programming to get a complete preparation experience.
FAQs
The complete and updated OP Malhotra Class 12 Maths Solutions Chapter 28 Linear Programming Exercise 28 (A) is available for free on StudiesToday.com. These solutions for Class 12 Mathematics are as per latest ISC curriculum.
Yes, our experts have revised the OP Malhotra Class 12 Maths Solutions Chapter 28 Linear Programming Exercise 28 (A) as per 2026 exam pattern. All textbook exercises have been solved and have added explanation about how the Mathematics concepts are applied in case-study and assertion-reasoning questions.
Toppers recommend using ISC language because ISC marking schemes are strictly based on textbook definitions. Our OP Malhotra Class 12 Maths Solutions Chapter 28 Linear Programming Exercise 28 (A) will help students to get full marks in the theory paper.
Yes, we provide bilingual support for Class 12 Mathematics. You can access OP Malhotra Class 12 Maths Solutions Chapter 28 Linear Programming Exercise 28 (A) in both English and Hindi medium.
Yes, you can download the entire OP Malhotra Class 12 Maths Solutions Chapter 28 Linear Programming Exercise 28 (A) in printable PDF format for offline study on any device.