Question 1155592: 8) A small company makes masks and gloves. Resources required are cloth and labour. The company has 350 square cm of cloth and 50 hours of labour available. Each mask requires 20 square cm of cloth and 2 hours of labour, whereas each glove requires 60 square cm of cloth and 4 hours of labour. The profit for a mask is $5, and the profit for a glove is $10. The company wants to determine the number of masks and gloves to make so that profit will be maximized. Formulate a linear programming model for this problem.
Answer by ikleyn(52783) (Show Source):
You can put this solution on YOUR website! .
8) A small company makes masks and gloves. Resources required are cloth and labour.
The company has 350 square cm of cloth and 50 hours of labour available.
Each mask requires 20 square cm of cloth and 2 hours of labour, whereas
each glove requires 60 square cm of cloth and 4 hours of labour.
The profit for a mask is $5, and the profit for a glove is $10.
The company wants to determine the number of masks and gloves to make so that profit will be maximized.
Formulate a linear programming model for this problem.
~~~~~~~~~~~~~~~~~~
Let x be the number of masks and y be the number of gloves.
The objective function to maximize is the profit P(x,y) = 5x + 10y dollars.
The constraints are
20x + 60y <= 350 square cm of cloths;
2x + 4y <= 50 hours;
x >= 0, y >= 0.
The setups is just completed.
----------------
To see many problems solved by the Linear Programming method, look into the lesson
- Solving minimax problems by the Linear Programming method
in this site.
Also, look into the solutions of other similar problems in the archive to this forum under the links
https://www.algebra.com/algebra/homework/Linear-equations/Linear-equations.faq.question.1148776.html
https://www.algebra.com/algebra/homework/Inequalities/Inequalities.faq.question.1142000.html
https://www.algebra.com/algebra/homework/Sequences-and-series/Sequences-and-series.faq.question.1137172.html
https://www.algebra.com/algebra/homework/Graphs/Graphs.faq.question.1136382.html
https://www.algebra.com/algebra/homework/Coordinate-system/Coordinate-system.faq.question.1134444.html
https://www.algebra.com/algebra/homework/Graphs/Graphs.faq.question.1131906.html
https://www.algebra.com/algebra/homework/coordinate/word/Linear_Equations_And_Systems_Word_Problems.faq.question.1131043.html
https://www.algebra.com/algebra/homework/word/finance/Money_Word_Problems.faq.question.1129285.html
https://www.algebra.com/algebra/homework/Linear-equations/Linear-equations.faq.question.1123217.html (!)
https://www.algebra.com/algebra/homework/playground/test.faq.question.1112482.html
https://www.algebra.com/algebra/homework/Finance/Finance.faq.question.1102103.html
|
|
|