Solve Linear Programming Problem: Maximize File Storage

Click For Summary

Homework Help Overview

The discussion revolves around a linear programming problem involving the purchase of filing cabinets to maximize storage capacity. The original poster presents a scenario where an office manager must decide how many cabinets of two types to buy, given constraints on budget and space.

Discussion Character

  • Exploratory, Conceptual clarification, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the setup of variables, with some suggesting that the number of each type of cabinet should be included as variables. Others express differing opinions on whether to simplify the problem to two variables or to maintain additional variables for clarity.

Discussion Status

Participants are actively engaging with the problem setup, with some providing guidance on variable selection and others exploring different approaches to solving the problem. There is a mix of opinions on the best way to structure the problem, indicating a productive exploration of the topic.

Contextual Notes

The original poster has constraints related to budget and space, and there is an ongoing discussion about how to represent the storage capacity in relation to the variables chosen. The exact method for solving the equations has not been established yet.

dnt
Messages
238
Reaction score
0
i believe this type of question falls under linear programming but I am not sure.

anyways, can someone help me out with this question:

An office manager needs to buy new filing cabinets. Cabinet A costs $15, takes up 6 ft^2 of space and holds 8 ft^3 of files. Cabinet B costs $10, takes up 9 ft^2 of space and holds 14 ft^3 of files. He has $60 to spend and the office has room for no more than 63 ft^2 of cabinets. How many of each can he buy to maximize the storage capacity? What is the maximum storage capacity?

can someone help me set up the problem? do i set up variables for price, space, and files?
 
Physics news on Phys.org
can someone help me set up the problem? do i set up variables for price, space, and files?
Sure! Variables are good. Do those variables capture every aspect of the problem, though?

How many of each
I suspect that the number of type A and the number of type B would be good variables too.


To be honest, though, I wouldn't really do this problem algebraically: I would do it by brute force. There are only 5 possibilities to consider: the number of type A that he buys.
 
Last edited by a moderator:
This is indeed a linear programming problem.
You can reduce the variables to only two:
But because you can doesn't mean you should! I think a lot of time people are being confused because they're trying to do too much in their head! In those cases, making more variables can make things cleaner. They can always be eliminated later when solving the problem, once set up.
 
Hurkyl said:
But because you can doesn't mean you should! I think a lot of time people are being confused because they're trying to do too much in their head! In those cases, making more variables can make things cleaner. They can always be eliminated later when solving the problem, once set up.

Ok. It's your opinion and I understand it. But I think it's easier to resolve the problem if we reduce it in the beginning just to two variables. In linear programming problems you determine the optimal solution usually by visualizing the figure that result from the intersection of various inequations. If you have two variables the representation would be a polygon represented in a two-dimensional coordinate system, if you have three it will need to represented in a three-dimensional coordinate system and so on.
 
thanks for the help guys. I am starting to get it. if use the variable A and B to represent how many of each he buys, i have the following equations:

15A + 10B = 60 (money)
6A + 9B = 63 (space)
8A + 14B = ? (file storage)

what do i do with these equations? how do i solve them and figure out the max values?
 

Similar threads

Replies
5
Views
2K
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
3K
Replies
8
Views
2K
Replies
14
Views
7K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 44 ·
2
Replies
44
Views
5K