Hi, let's look at the two possible chains linking X and B.
The right answer here is If X then B.
A -> X X -> B B -> Y So, if A, then Y.
This doesn't work if we simply reverse the b X statement. If we have b -> x, we would know that if B is true then both x and y are true, but we wouldn't be able to link that with anything else.