Difficulty: Medium
Correct Answer: All of these (optimistic, most likely, pessimistic)
Explanation:
Given dataPERT uses three estimates: optimistic (to), most likely (tm), and pessimistic (tp).
ApproachExpected time (te) is computed as a weighted average:te = (to + 4 tm + tp) / 6
ConclusionTherefore, all three inputs are required.
Final AnswerAll of these (optimistic, most likely, pessimistic).
Discussion & Comments