Estimating activity duration means predicting the amount of time required to complete a specific task or activity in a project.
👉 It answers the question: “How long will this task take?”
👉 Example: Senior developer estimates coding time
👉 Example: Previous login system took 3 days → similar estimate used
👉 Formula:
Duration = Work / Productivity Rate
👉 Example: 100 pages ÷ 10 pages/day = 10 days
Uses three estimates:
👉 Formula (PERT):
Expected Time (TE) = (O + 4M + P) / 6
👉 Example:
TE = (2 + 4×4 + 8) / 6 = (2 + 16 + 8)/6 = 26/6 ≈ 4.33 days
👉 More accurate but time-consuming
👉 Avoid vague terms like “soon” or “quickly”
📌 Activity duration estimation is often shown in:
Task: Develop login feature
| Estimate Type | Time |
|---|---|
| Optimistic | 2 days |
| Most Likely | 3 days |
| Pessimistic | 6 days |
👉 Using PERT:
TE = (2 + 4×3 + 6)/6 = (2 + 12 + 6)/6 = 20/6 ≈ 3.33 days
Duration ≠ Effort 👉 (Effort = total work, Duration = calendar time)
Use PERT formula for accuracy
Consider risks and uncertainties
Always base estimates on data or experience
❌ Ignoring risks ❌ Over-optimistic estimates ❌ Not considering dependencies ❌ Lack of historical data
Estimating activity duration = predicting time required for tasks
Uses techniques like:
Accurate estimation is key for successful scheduling
Estimating activity duration is the process of predicting the time required to complete a project task. It uses techniques such as expert judgment and PERT, and is essential for creating an effective project schedule.
Open this section to load past papers