by ohthatpatrick Tue Nov 13, 2018 9:31 pm
You said:
I thought it was both F and M must be T unless K is T which translates to:
if F & M are ~T, K is T.
That's incorrect. "unless" always means "put the negated version of this idea on the left side of the arrow",
Unless X happens, Y happens
~X --> Y
G happens, unless H doesn't happen
H ---> G
M happens, unless P and K happen
~ (P and K) --> M
which means ...
~P or ~K ---> M
Because of that,
(C) would be written like this:
~Kt --> Ft and Mt
is that the same as the original rule?
~Kt ---> Ht and Mt
It's pretty close, other than switching Ft and Ht.
But wait! Since there is a rule that F and H are always in the same group, those mean the same thing!
Thus, it is the same rule.
Incidentally, this is the biggest pattern so far for correct answers to Equivalent Rule questions: whichever rule they're asking us to replace contains some character (A) who is in SOME OTHER rule, inextricably bound up with some other character (B).
The correct answer re-writes the original rule by swapping out A for B.
For example, if you had these two rules:
F - J
and
GJ
Then if they asked us to replace "F - J", the correct answer would likely be "F - G".
Hope this helps.