Take the infamous birds game from December 2000. One of the rules says if J and M are in, so is H.
J & M --> H
Contrapositive:
Not H ---> Not J or Not M
This negation was key to getting question #11 of the game right, but I incorrectly though that Not J or Not M means that either can be out, not necessarily both.
Is it safe to assume that when we negate "and" conditionals with two variables, the resulting "or" creates two separate conditionals, so in this instance it is:
Not H ---> Not J
AND
Not H ---> Not M
...where both triggers must result???