Hard1 markShort Answer
PMP · Question 25 · Task 6: Plan and manage schedule
A project has a three-point estimate for a critical path activity:<br/>- Optimistic (O): 8 days<br/>- Most Likely (M): 12 days<br/>- Pessimistic (P): 22 days<br/><br/>Using the PERT formula, calculate the expected duration for this activity. Round to one decimal place and enter numbers only (e.g., 12.5).
A project has a three-point estimate for a critical path activity:<br/>- Optimistic (O): 8 days<br/>- Most Likely (M): 12 days<br/>- Pessimistic (P): 22 days<br/><br/>Using the PERT formula, calculate the expected duration for this activity. Round to one decimal place and enter numbers only (e.g., 12.5).
How to approach this question
Use the PERT formula: Expected Duration = (O + 4M + P) / 6. Substitute the values and calculate.
Full Answer
PERT expected duration = (O + 4M + P) / 6 = (8 + 4×12 + 22) / 6 = (8 + 48 + 22) / 6 = 78 / 6 = 13.0 days.
Common mistakes
Using simple average (O + M + P) / 3 instead of the weighted PERT formula, or calculation errors in the arithmetic.
Practice the full PMI PMP Practice Exam 3
100 questions · hints · full answers · grading
More questions from this exam
Q01During a sprint retrospective in an agile project, two team members engage in a heated argument a...HardQ02A project manager is leading a hybrid software development project where the client has clearly d...HardQ03A project manager notices that a high-performing team member has become withdrawn, is frequently ...HardQ04During sprint planning for a software development project, the development team reports that they...HardQ05A project has the following earned value metrics at the end of Month 8:<br/>- Budget at Completio...Hard
Expert