Actually, I'm going to ask 3 questions for the hell of it. I know you'll hate me, Kuro, but hey, YOU decided for three questions!
1) If a is the number of cards with a cost between 1 and 3 (included) and b is the number of cards with a cost between 7 and 9, is the sentence "(a>1 AND b=0) OR (b>1 AND a=0) OR (a=2 AND b=1) OR (a=1 AND b=2)" true?
2) If a is the number of cards with a cost between 1 and 3 (included) and b is the number of cards with a cost between 7 and 9, is the sentence "(a>1 AND b=0) OR (b>1 AND a=0) OR (a=1 AND b=1) OR (a=1 AND b=0)" true?
3) If a is the number of cards with a cost between 1 and 3 (included) and b is the number of cards with a cost between 7 and 9, is the sentence "(a>1 AND b=0) OR (a=2 AND b=1) OR (a=1 AND b=1) OR (a=0 AND b=1)" true?
If you really don't want to bother with the logics, here is a quick recap of what these questions mean:
Answer #1 | Answer #2 | Answer #3 | Number of creatures with a cost between 1 and 3 | Number of creatures with a cost between 7 and 9 |
Y | Y | Y | 2 or 3 | 0 |
Y | Y | N | 0 | 2 or 3 |
Y | N | Y | 2 | 1 |
Y | N | N | 1 | 2 |
N | Y | Y | 1 | 1 |
N | Y | N | 1 | 0 |
N | N | Y | 0 | 1 |
N | N | N | 0 | 0 |
Moderator Comment Your table better organized?