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