The Company has a contract to produce 15,500 batteries for an electric company. The company has four different machines that can produce this kind of battery. Each machine requires a separate setup. The following table shows the specifications of these machines.
Machine |
Fixed cost for setup |
Variable cost per battery produced |
Production Capacity |
1 |
$1200 |
$2 |
6000 |
2 |
$950 |
$1.2 |
3000 |
3 |
$1100 |
$1.9 |
4500 |
4 |
$1350 |
$2.3 |
8000 |
The company cannot use both machines 2 and 3. If machine 4 is used, machine 1 must also be used. Determine the number of batteries that will be produced in each machine to meet the obligations of the contract with the minimum cost possible. Assume that only integer number of batteries can be produced. a) Define the variables. b) Write the mathematical formulation of the problem
a) The variables are
Batteries produced by machine 1 : x1
Batteries produced by machine 2 : x2
Batteries produced by machine 3 : x3
Batteries produced by machine 4 : x4
b) Mathematical formulation
conditions
6000 x1 + 4500 x3 + 8000 x4 >= 15500
6000 x1 + 3000 x2 + 8000 x4 >= 15500
x1 , x2 , x3 & x4 are integers i.e, 0, 1 ,2,3 ........N
Minimize ( two cost functions)
Z1 = $ 1200 + $950 + $1350 + $2 x1 + $1.2 x2 + $2.3 x4
Z2 = $ 1200 + $1100 + $1350 + $2 x1 + $1.9 x3 + $2.3 x4
First minimize Z1 & Z2 and then choose which is minimum of two cost function.
Get Answers For Free
Most questions answered within 1 hours.