Constructing and Solving Linear Models

Which ones are suitable problems for linear programming? Look for these characteristics:

Now let's consider the problems posed.

  1. Yes, linear programming might give you a solution to this. It is an optimization problem -- you are trying to minimize cost. It is linear -- the objective is a linear combination of two volumes of paint. And there are some constraints that look like they might define a feasible region. We can go ahead and formulate this into a linear model.

    You might be thinking that you could work this out more simply another way. You'd probably be right. This is a pretty simple problem and could be tackled in a number of ways. However for the point of the exercise, go ahead and do it using linear programming.

  2. No, this is not a linear programming problem. Although we have two variables and some constraints, it is not an optimization problem. You don't need linear programming for this, just a bit of algebra. (You might like to demonstrate this to yourself by going ahead and solving it anyway.)
  3. Yes, this is a linear programming problem. It is an optimization (we're looking for the most profit) with a linear objective (a linear combination of the number of cartons made to give the total profit) and constraints that appear to define a feasible region.
  4. Yes, this is a linear programming problem. It is an optimization problem (maximize weight loss) with a linear objective (a linear combination of the number of minutes spent walking and swimming) within a set of constraints.
  5. Yes, this is a linear programming problem. It is an optimization problem (minimize cost) with a linear objective (a linear combination of the mass of each of the two metals) within a set of constraints.
  6. No, this is not a linear programming problem. Although it is an optimization problem (maximize area) within a set of constraints, the objective is not a linear since the area is the product of the two side lengths, not a linear combination of them.

Back to the questions