Problem:
Given the following project (all times are in days):
Activity
|
Prodecessor
|
Normal Time
|
Cost Crash
|
Time Crash
|
Cost
|
a
|
-
|
5
|
50
|
3
|
150
|
b
|
-
|
4
|
40
|
2
|
200
|
c
|
c, b
|
7
|
70
|
6
|
160
|
d
|
a, c
|
2
|
20
|
1
|
50
|
e
|
a, c
|
3
|
30
|
-
|
-
|
f
|
b
|
8
|
80
|
5
|
290
|
g
|
d
|
5
|
50
|
4
|
100
|
h
|
e, f
|
6
|
60
|
3
|
180
|
Required:
Question 1) Draw the network (AOA or AON) and find the critical path, time, and cost for an all-normal level of project activity.
Question 2) Calculate the crash cost-per-day (all activities may be partially crashed).
Question 3) Find the optimal way of getting an 18-day delivery time. What is the project cost?
Question 4) Find the optimal way of getting a 16-day delivery time. What is the project cost?
Question 5) Calculate the shortest delivery time for the project. What is the cost?
Solve the given numerical problem and illustrate step by step calculation.