Construct a Gantt chart for the following set of activities
Construct a Gantt chart for the following set of activities. Indicate the total project completion time and the slack for each activity. Submit a plain text version of your Gantt chart by using dashes to represent activity lengths (e.g., ---- for 4 days).
 
Activity
Predecessor
Time (days)
1
-
5
2
-
3
3
-
2
4
1, 2, 3
8
5
3
5
6
4, 5
6
7
2
3
8
7
7
9
6,8
3
| Activity | Predecessor | Time (days) | 
| 1 | - | 5 | 
| 2 | - | 3 | 
| 3 | - | 2 | 
| 4 | 1, 2, 3 | 8 | 
| 5 | 3 | 5 | 
| 6 | 4, 5 | 6 | 
| 7 | 2 | 3 | 
| 8 | 7 | 7 | 
| 9 | 6,8 | 3 | 
Solution
Gantt chart sample for four days:
| activity | predecessor | expected time | project completion time | slack | 
| day 1 | ....... | ........... | ............ | .......... | 
| day 2 | ........ | ........... | ............. | ............ | 
| day 3 | ........ | ....... | ............. | ............ | 
| day 4 | ........ | ........ | ............. | ............. | 


