You are not logged in.
Pages: 1
Word problems are not my strong suite so if you could double check what I came up with it would be appreciated.
New cars are transported from docks in Baltimore and New York to dealerships in Pittsburg and Philadelphia. The dealership in Pittsburg needs 20 cars and the dealership in Philadelphia needs 15 cars. It costs $60 to transport a car from Baltimore to Pittsburgh, $45 to transport a car from Baltimore to Philadelphia, $65 to transport a car from New York to Pittsburg, and $40 to transport a car from New York to Philadelphia. There are 30 cars on the docks in Baltimore and there are 18 cars on the docks in New York. The number of cars sent from each dock to each dealership is chosen to minimize total transportation costs. If x represents the number of cars sent from Baltimore to Philadelphia and y represents the number of cars sent from New York to Pittsburgh, then what is the objective function?
What I got was 45x+65y
Is this correct or did I leave out some data that I shouldn't have?
Offline
Hi mom;
I like it.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
hi mom,
I've not met this sort of problem before. Would you mind explaining how you got that? thanks.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Hi mom;
It looks like it is a little more complicated than what I first thought. Let me run it off and see what we get.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Bob,
Here is another example:
STEP 1: decide on the objective function, this is always going to be the function that is being maximized or minimized
STEP 2: Set up the table, this will help with writing the constraints, later
STEP 3: Write your constraints
If you have 42 hours available for assembly and each hockey game takes 2 hours and each soccer game takes 3 hours, then 2 times the number of hockey games assembled plus 3 times the number of soccer games assembled must be less than or equal to 42:
2x + 3y < 42
I was hoping that I used the correct data for the objective function. I pulled the data below from the problem:
If x represents the number of cars sent from Baltimore to Philadelphia and y represents the number of cars sent from New York to Pittsburgh, then what is the objective function?
It costs $45 to transport a car from Baltimore to Philadelphia, and $65 to transport a car from New York to Pittsburg.
To come up with:
45x+65y
There is a lot more data in the problem but the problem specified x for cars sent from Baltimore to Philadelphia and y for cars sent from New York to Pittsburgh. Therefore, I disregarded the data that didn't relate to x and y. I am just not sure if this is actually correct.
Offline
I find that the objective function is 45x+65y+40(15-x)+60(20-y).
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
Hi mom;
That is what I thought at first too. But that has an obvious answer of zero for both.
The lowest cost is I believe,1800 and has x and y as both 0.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
hi mom,
That example is what I call a Linear Programming Problem. I'm OK with them.
The car transport problem is a lot more complicated. Here's what I have done. (note: it may all be rubbish as I've never done one of these before.)
Let z be the number of cars transported from Balt. To Phil. and w the number from NY. to Phil.
As we want to minimise the cost, there's no point transporting more cars than necessary so
x + y = 20
z + w = 15
Then the cost equation is
60x + 65y + 45z + 40 w = 60x + 60y + 5y + 40z + 40 w + 5z = 60(x+y) + 40(z+w) + 5y + 5z = 60 x 20 + 40 x 15 + 5(y+z)
So my only chance to reduce the cost is to make y+z as small as possible.
Just looking to see if I can make it zero.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
If y = z = 0 then
cost = 20 x 60 + 15 x 40 = 1200 + 600 = 1800.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Constraints:
bph >= 0
np >= 0
nph >= 0
bp >= 0
0 <= bp + bph <= 30
0 <= np + nph <= 18
c < 1800,
np + bp = 20
bph + nph =15
60 bp + 45 bph + 65 np + 40 nph = cost
cost = 1800
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
hi mom,
That example is what I call a Linear Programming Problem. I'm OK with them.
The car transport problem is a lot more complicated. Here's what I have done. (note: it may all be rubbish as I've never done one of these before.)
Let z be the number of cars transported from Balt. To Phil. and w the number from NY. to Phil.
As we want to minimise the cost, there's no point transporting more cars than necessary so
x + y = 20
z + w = 15Then the cost equation is
60x + 65y + 45z + 40 w = 60x + 60y + 5y + 40z + 40 w + 5z = 60(x+y) + 40(z+w) + 5y + 5z = 60 x 20 + 40 x 15 + 5(y+z)
So my only chance to reduce the cost is to make y+z as small as possible.
Just looking to see if I can make it zero.
Bob
Isn't x Balt. to Phil. already?
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
Once again you have found my error.
Back to the drawing board.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Why are you trying to jam this into two variables?
Post #7 and post #10 are now solved by the simplex method.
If you are determined to represent this in just x and y then 0 and 0 are the obvious answers. You would naturally want to ship from the cheapest locations.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Revised which is x, y, z, and w. But the simplification goes exactly the same and leads to min-cost = 1800.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Why are you trying to jam this into two variables?
Because I had my variables muddled I couldn't see how to write 'z' and 'w' in terms of x and y. So I introduced extras. But look on the bright side. I got your answer. That always makes me feel good!
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Bob,
this problem is giving me a headache. My options are as follows:
A. -15x + 15y + 180
B. 45x + 65y
C. 105x + 105y
D. 5x + 5y + 1800
Please help
Offline
hi mom,
My post 8 had an error as I muddled up which one was x. But I revised my calculation and arrived at one of the answers you have here. So apply the method and it should work for you too.
I've got to log out now as there's a pile of washing up to do. I'll check back when I've finished.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Bob,
thanks for all of your help. I got the correct answer to be 5x + 5y + 1800
It is correct. I double checked.
Offline
Hi mom;
Actually your first answer is so good that it can be solved by inspection. No calculation at all. I am not sure that it can be done for any other problem but it works fine here.
I got your answer. That always makes me feel good!
The Russians say,"measure the cloth seven times before cutting it once." When I get the same answer he does, I recheck seven times.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
hi mom,
That's the answer I was hoping you'd get. Well done!
Bob
ps. Is that all your questions sorted out?
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Thank you so much Bob!!
Offline
Pages: 1