Basic question...sorry

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm new and trying to maximize a shipment with certain parameters. I have 6
products differing in weights (5,4,3.5,3,2,1) each with different costs
(9,8,7,6,5,4) and sale price(17,13,11,9,7,5). I can only send a combination
of 3 products lines with 4-8 pieces of product and cannot weigh more than 50
pounds. I am trying to maximize profit.

I reviewed solver but am lost, can anyone forward me to some help?

Thanks in advance!
 
This is ,in my opinion, a "linear programming" problem. You may have to set
the equations for maximising profits, simulateneously identifying the
constraints ( say, in your case, the combined weight cannot be more than 50
pounds, products cannot be more than 3 and so on). For solving the equations
you may use Excel. If you are not familiar with linear programming nor have
any study material I suggest you refer to wikipedia.org.
 
Since your largest weight is 5 and the package can contain a maximum of
8 pieces, any combination of eight pieces will weigh less than 50 lbs,
so it really doesn't matter how you ship, given the information you've
posted. You can maximize profit by shipping 8 pieces of the 1st product.

That assumes, of course, that shipping costs don't vary with weight,
that any 8 pieces will fit in your shipping package, and that your
customers are indifferent to which products they receive.
 
Thanks for your response, I have to order 3 different products with
combination of 4-8 products with a max of 20 units?
 
thanks

Balan said:
This is ,in my opinion, a "linear programming" problem. You may have to set
the equations for maximising profits, simulateneously identifying the
constraints ( say, in your case, the combined weight cannot be more than 50
pounds, products cannot be more than 3 and so on). For solving the equations
you may use Excel. If you are not familiar with linear programming nor have
any study material I suggest you refer to wikipedia.org.
 
wt per pc 5 4 3.5 3 2 1
cost per pc 9 8 7 6 5 4
product counter 1 1 0 0 0 1
ini-counter pcs 6 4 0 0 0 4
count pcs 6 4 0 0 0 4
cost 54 32 0 0 0 16
sum wt 30 16 0 0 0 4
sale price 17 13 11 9 7 5
sale amt 102 52 0 0 0 20
profit 72.00

the solver says you can have profit of 72 <sales-cost>.
if
u send /sell
6 units of product weighing 5lbs. ea.
4 units of product weighing 4lbs. ea.
4 units of product weighing 1 lb. ea.
 
Yes it is and I have a worksheet to show I have been attempting this and not
looking for a free ride!
 
I figured this out manually but cannot get into the correct formula. My
constraints aren't even working...This is a project for school that has been
getting the best of me all day! feel free to email my contact email address
and I can email my progress, or lack thereof:(
 
These are what I have on the sheet and below is what I have in my "solver" box.

Constraints:
# of orders: 20
Weight(lbs) 50
# of Title/Authors: 3
Max orders per title/author 8
Min orders per title/author 4


Solver box:

Cannot copy?
 
here's my addr.
rmlsbat<nospam>@gmail.com.

remove <nospam>
i will see your file and wait for tomorrow..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top