Chapter 17: Problem 386
Give an example of a problem that is amenable to linear programming methods.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 17: Problem 386
Give an example of a problem that is amenable to linear programming methods.
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Consider the following integer programming problem: Maximize \(\quad P=6 x_{1}+3 x_{2}+x_{3}+2 x_{4}\) subject to $$ \begin{array}{|l|l|l|l|l|l|} \hline \mathrm{x}_{1} & +\mathrm{x}_{2} & +\mathrm{x}_{3} & +\mathrm{x}_{4} & \leq & 8 \\ \hline 2 \mathrm{x}_{1} & +\mathrm{x}_{2} & +3 \mathrm{x}_{3} & & \leq & 12 \\\ \hline & 5 \mathrm{x}_{2} & +\mathrm{x}_{3} & +3 \mathrm{x}_{4} & \leq & 6 \\ \hline \mathrm{x}_{1} & & & & \leq & 1 \\ \hline & \mathrm{x}_{2} & & & \leq & 1 \\ \hline & & \mathrm{x}_{3} & & \leq & 4 \\ \hline & & & \mathrm{x}_{4} & \leq & 2 \\ \hline \end{array} $$ \(\mathrm{x}_{1}, \mathrm{x}_{2}, \mathrm{x}_{3}, \mathrm{x}_{4}\) all non- negative integers. Use the branch and bound algorithm to solve this problem.
Give an example of a two-person non-zero-sum game.
According to the Fundamental Theorem of linear programming, if either a linear program or its dual has no feasible point, then the other one has no solution. Illustrate this assertion with an example.
Use the branch and bound method to solve the integer programming problem Maximize \(\quad P=2 x_{1}+3 x_{2}+x_{3}+2 x_{4}\) subject to $$ \begin{aligned} &5 \mathrm{x}_{1}+2 \mathrm{x}_{2}+\mathrm{x}_{3}+\mathrm{x}_{4} \leq 15 \\ &2 \mathrm{x}_{1}+6 \mathrm{x}_{2}+10 \mathrm{x}_{3}+8 \mathrm{x}_{4} \leq 60 \\\ &\mathrm{x}_{1}+\mathrm{x}_{2}+\mathrm{x}_{3}+\mathrm{x}_{4} \leq 8 \\ &2 \mathrm{x}_{1}+2 \mathrm{x}_{2}+3 \mathrm{x}_{3}+3 \mathrm{x}_{4} \leq 16 \\\ &\mathrm{x}_{1} \leq 3, \mathrm{x}_{2} \leq 7, \mathrm{x}_{3} \leq 5, \mathrm{x}_{4} \leq 5 \end{aligned} $$
A businessman needs 5 cabinets, 12 desks, and 18 shelves cleaned out. He has two part time employees Sue and Janet. Sue can clean one cabinet, three desks and three shelves in one day, while Janet can clean one cabinet, two desks and 6 shelves in one day. Sue is paid \(\$ 25\) a day, and Janet is paid \(\$ 22\) a day. In order to minimize the cost how many days should Sue and Janet be employed?
What do you think about this solution?
We value your feedback to improve our textbook solutions.