Question 1
Project tasks with uncertain durations (optimistic, likely, pessimistic) in days:
- Design: (3, 6, 9)
- Development: (2, 3, 4)
- Testing: (2, 4, 6)
- Deployment: (3, 6, 7)
Using the PERT formula (O + 4M + P)/6, what is the expected total project duration?
Step-by-step solution (PERT):
1. Calculate expected duration for each task:
- Design: (3 + 4×6 + 9)/6 = 6.0
- Development: (2 + 4×3 + 4)/6 = 3.0
- Testing: (2 + 4×4 + 6)/6 = 4.0
- Deployment: (3 + 4×6 + 7)/6 = 5.7
2. Total expected duration: 18.7 days
Answer: 18.7 days
1. Calculate expected duration for each task:
- Design: (3 + 4×6 + 9)/6 = 6.0
- Development: (2 + 4×3 + 4)/6 = 3.0
- Testing: (2 + 4×4 + 6)/6 = 4.0
- Deployment: (3 + 4×6 + 7)/6 = 5.7
2. Total expected duration: 18.7 days
Answer: 18.7 days