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})
\]