Question: In a project involving tasks X, Y, Z, and W, if W cannot start until Y is completed, and Z can only start after W, which of the following is a valid sequence?
Options:
Correct Answer: Y, W, Z, X
Solution:
The sequence Y, W, Z, X respects the constraints that W follows Y and Z follows W.