Logic Games Flashcards
Sufficient Conditions
- If clause
- Trigger
A –> b
Necessary Conditions
- Then clause
- Result
a –> B
Forming contrapositive
- reverse the terms
- negate all terms
- change ANDs to ORs and vice versa
Basic If/Then
if A then B
A –> B
-B –> -A
All C are D
C –> D
-D –> -C
Only/ Unless
Only, Only if = THEN
Unless - IF NOT
Only E are F
F –> E
-E –> -F
G only if H
G –> H
-H –> - G
No I unless J
I –> J
-J –> -I
Challenging If/Then
Neither…Nor = AND
No K is L
K –> - L
L –> - K
M if N or if O
N or M –> M
-M –> -N and -)
If P or Q then neither R nor S
P or Q –> -R and -S
R or S –> -P and -Q
T if, but only if, U T --> U U --> T -U --> -T -T --> -U
Logic Games Method
1) Overview (SEAL: situation, entities, action, limitations)
2) sketch (strict vs. loose)
3) Rules
4) Deductions (BLEND: blocks of entities, limited options, established entities, numbers duplications)
5) Questions (acceptability first!)
What is the EARLIEST position an entity can appear?
The EARLIEST possible placement for any entity in a sequence:
(# of entities that MUST be before it) + 1
What is the LATEST position an entity can appear?
The LATEST possible placement for an entity in a sequence:
total # of entities) - (the # of entities that MUST be after it