Question: Given the constraints that X must be scheduled before Y, and Z must be scheduled after Y, which of the following sequences is correct?
Options:
Correct Answer: X, Y, Z
Solution:
The sequence X, Y, Z satisfies both conditions where X is before Y and Z is after Y.