Question 1
Project tasks with uncertain durations (optimistic, likely, pessimistic) in days:
- Design: (2, 3, 5)
- Development: (4, 5, 6)
- Testing: (4, 7, 9)
- Deployment: (3, 4, 5)
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: (2 + 4×3 + 5)/6 = 3.2
- Development: (4 + 4×5 + 6)/6 = 5.0
- Testing: (4 + 4×7 + 9)/6 = 6.8
- Deployment: (3 + 4×4 + 5)/6 = 4.0
2. Total expected duration: 19.0 days
Answer: 19.0 days
1. Calculate expected duration for each task:
- Design: (2 + 4×3 + 5)/6 = 3.2
- Development: (4 + 4×5 + 6)/6 = 5.0
- Testing: (4 + 4×7 + 9)/6 = 6.8
- Deployment: (3 + 4×4 + 5)/6 = 4.0
2. Total expected duration: 19.0 days
Answer: 19.0 days