Chapter 11: Problem 718
Give an example of a problem that is amenable to linear programming methods.
/*! 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 11: Problem 718
Give an example of a problem that is amenable to linear programming methods.
All the tools & learning materials you need for study success - in one app.
Get started for free
Consider the problem $$ \begin{array}{ll} \operatorname{maximize} & \mathrm{x}_{0}=5 \mathrm{x}_{1}+12 \mathrm{x}_{2}+4 \mathrm{x}_{3} \\ \text { subject to } & \mathrm{x}_{1}+2 \mathrm{x}_{2}+\mathrm{x}_{3} \leq 5 \\\ & 2 \mathrm{x}_{1}-\mathrm{x}_{2}+3 \mathrm{x}_{3}=2 \\ & \mathrm{x}_{1}, \mathrm{x}_{2}, \mathrm{x}_{3} \geq 0 \end{array} $$ Solve the primal and dual problems by the Simplex method. Compare the results.
Solve the following linear programming problem: Maximize \(\quad 6 \mathrm{~L}_{1}+11 \mathrm{~L}_{2}\) subject to: $$ \begin{array}{r} 2 \mathrm{~L}_{1}+\mathrm{L}_{2} \leq 104 \\ \mathrm{~L}_{1}+2 \mathrm{~L}_{2} \leq \mathbf{7 6} \end{array} $$ and \(\quad L_{1} \geq 0, L_{2} \geq 0\)
Maximize \(\mathrm{x}_{0}=3 \mathrm{x}_{1}+9 \mathrm{x}_{2}\) subject to: $$ \begin{gathered} \mathrm{x}_{1}+4 \mathrm{x}_{2} \leq 8 \\ \mathrm{x}_{1}+2 \mathrm{x}_{2} \leq 4 \\ \mathrm{x}_{1}, \mathrm{x}_{2} \geq 0 \end{gathered} $$ Use the simplex technique to solve.
Graph the solutions for the following system $$ \begin{array}{ll} & x+2 y \geq 8 \\ \text { and } & x-2 y \geq 2 \\ \text { and } & x \leq 9 \end{array} $$
Assume that two products \(\mathrm{x}_{1}\) and \(\mathrm{x}_{2}\) are manufactured on two machines 1 and \(2 .\) Product \(\mathrm{x}_{1}\) requires three hours on machine 1 and one-half hour on machine \(2 .\) Product \(\mathrm{x}_{2}\) requires two hours on machine 1 and 1 hour on machine \(2 .\) There are six hours of available capacity on machine 1 and four hours on machine \(2 .\) Finally, each unit of \(\mathrm{x}_{1}\) produces a net increase in profit of \(\$ 12.00\) and each unit of \(\mathrm{x}_{2}\) an incremental profit of \(\$ 4.00 .1\) ) Maximize the profit. 2 ) Obtain a solution to this problem using the simplex method. 3) Apply sensitivity analysis to the final tableau.
What do you think about this solution?
We value your feedback to improve our textbook solutions.