Chapter 4: Problem 50
Given a minimization problem, when would you solve it by applying the simplex method to its dual, and when would you apply the simplex method to the minimization problem itself?
/*! 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 4: Problem 50
Given a minimization problem, when would you solve it by applying the simplex method to its dual, and when would you apply the simplex method to the minimization problem itself?
All the tools & learning materials you need for study success - in one app.
Get started for free
Solve the LP problems. If no optimal solution exists, indicate whether the feasible region is empty or the objective function is unbounded. \(\vee\) Minimize \(c=-x+2 y\) subject to \(\begin{aligned} y & \leq \frac{2 x}{3} \\\ x & \leq 3 y \\ y & \geq 4 \\ x & \geq 6 \\ x+y & \leq 16 . \end{aligned}\)
$$ \begin{array}{ll} \text { Maximize } & p=x+y+z+w \\ \text { subject to } & x+y+z \leq 3 \\ & y+z+w \leq 3 \\ & x+z+w \leq 4 \\ & x+y+w \leq 4 \\ & x \geq 0, y \geq 0, z \geq 0, w \geq 0 . \end{array} $$
$$ \begin{aligned} \text { Minimize } & c=s+t \\ \text { subject to } & s+2 t \geq 6 \\ & 2 s+t \geq 6 \\ & s \geq 0, t \geq 0 . \end{aligned} $$
$$ \begin{array}{cc} \text { Minimize } & c=2 s+t+3 u \\ \text { subject to } & s+t+u \geq 100 \\ & 2 s+t \quad \geq 50 \\ & s \geq 0, t \geq 0, u \geq 0 . \end{array} $$
Transportation Scheduling Your publishing company is about to start a promotional blitz for its new book, Physics for the Liberal Arts. You have 20 salespeople stationed in Chicago and 10 in Denver. You would like to fly at most 10 into Los Angeles and at most 15 into New York. A round-trip plane flight from Chicago to LA costs \(\$ 195 ;^{28}\) from Chicago to \(\mathrm{NY}\) costs \(\$ 182 ;\) from Denver to LA costs \(\$ 395 ;\) and from Denver to NY costs \(\$ 166\). You want to spend at most \(\$ 4,520\) on plane flights. How many salespeople should you fly from each of Chicago and Denver to each of \(\mathrm{LA}\) and \(\mathrm{NY}\) to have the most salespeople on the road?
What do you think about this solution?
We value your feedback to improve our textbook solutions.