Question: Given the constraints that task X must be completed before task Y and task Z cannot start until task Y is finished, which of the following is a valid sequence?
Options:
Correct Answer: X, Y, Z
Solution:
The sequence X, Y, Z respects the constraints that X is before Y and Y is before Z.