Aamm Assignment 1
Aamm Assignment 1
1. Minimize Z = 20 X1 + 40 X2
2.
x: number of scientific calculators produced
y: number of graphing calculators produced
Negative number of calculators can not be produced therefore
the two constraints are x > 0 and y > 0.
But in this case, constraints can be neglected as we have x > 100 and y > 80.
Also from the given data we can conclude that x < 200 and y < 170.
The minimum shipping requirement is x + y > 200.
The revenue relation will be the optimization
equation: R = -2x + 5y. So the entire system is:
A(100,170),B(200,170),C(200,80),D(120,80) and
E(100,100) are the corner points.
While testing the corner points at A(100, 170),
B(200, 170), C(200, 80), D(120, 80), and E(100,
100), the maximum value of R = 650 is obtained at (x, y) = A(100, 170).
Therefore, the solution is "100 scientific calculators and 170 graphing calculators".
3.
1 11 11
2 7 11
3 12 11
4 4 11
5 6 11
6 7 15
Following the Johnson’s algorithm, the optimal sequence which would minimize the
processing time is:
4 5 2 6 1 3
Or
4 5 6 2 1 3
4.
Task A B C D E F G
Time on
Machine 1 3 8 7 4 9 8 7
Machine 2 4 3 2 5 1 4 3
Machine 3 6 7 5 11 5 6 12
A 3 4 6
B 8 3 7
C 7 2 5
D 4 5 11
E 9 1 5
F 8 4 6
G 7 3 12
Task Gi Hi
A 7 10
B 11 10
C 9 7
D 9 16
E 10 6
F 12 10
G 10 15
OPTIMAL SEQUENCES:
A D G F B C E
or A D G B F C E
A 0 3 3 7 7 13
D 3 7 10 17 13 24
G 7 14 14 19 24 36
F 14 22 21 24 36 43
B 22 30 29 37 43 49
C 30 37 37 40 49 54
E 37 46 46 47 54 59