by ohthatpatrick Mon Oct 07, 2013 3:41 pm
These "which pair is mutually exclusive" questions are best handled by the logic chain. Are you currently using the logic chain?
If so, when evaluating (A), you would simply look at F being IN and see if there's a chain reaction that forces G to be OUT. (or you can start with G being IN and see if there's a chain reaction that forces F to be OUT --- the logic chain will show any mutually exclusive pair whether you start with one or the other).
If you're not using the logic chain, you should be chaining together conditionals from the rules.
For example, in this game I would get:
F --> ~H --> ~W
H --> ~F
M --> ~Z --> ~F
Z --> ~M
U --> ~W
W --> ~U
F --> Z --> ~M
~Z --> ~F
W --> H --> ~F
~H --> ~W
(10 lines, because there are 5 rules and for each one I have to also write the contrapositive)
If I were really trying to anticipate an answer, I would ignore the conditionals that only have two elements, because these mutually exclusive questions always test chains .... it looks like F and W or M and F are the two likely options.
Let me know if you didn't get any of that. Hope this helps.