Question:medium

An activity X has three direct precursor activities A, B, and C of duration 10, 14 and 09 days respectively. What is the earliest time that activity X can start?

Show Hint

During a scheduling forward pass, multiple converging arrows use the Maximum rule: \[ \text{Earliest Start Time} = \max(\text{All Precursor Durations}) \]
Updated On: Jun 23, 2026
  • 14 days
  • 33 days
  • 23 days
  • 24 days
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0