Hi roppo!
Here is a basic setup for this game:
Paintings (5 OF 8)
F, G, H, I, Q, R, S, V
Rules
G or H F
V Q & R
H Q & I
G & S I
F S OR V (only one)
Inferences
In general, it's helpful to write out contrapositives, whether separately as inferences or perhaps in parentheses next to each rule. With the first rule, for example, the contrapositive is:
F G and H
It can also helpful to rewrite statements using the double-not arrow. If one has a generic statement A
B, this can be rewritten as A
B. In other words, this indicates that A and B can never be chosen together. One can see something like that in the third rule, which could be rewritten as:
H Q & I
And it is also important in general to look for randoms or constrained variables. In this game, there are no random variables, as the rules draw on all of them. It might also appear initially that there aren't especially constrained variables. However, it becomes clear that some are more constrained than others. For example, if H is included, then we know Q and I are not included, and we also know that if Q is not included, then neither is V--so if H is included, then Q, I, and V, all are not included. Consider putting all the variables in a vertical line, with columns next to them to batch them into IN and OUT bins:
_______IN_______||_______OUT_______
F
G
H
I
Q
R
S
V
We can fill this out using the rules:
F S/V, __, __, __ || S/V, __, __
G F, S/V, __, __ || S/V, __, __
H F, S, G, R || Q, I, V
I Q, R, __, __ || H, G, __
Q __, __, __, __ || H, __, __
R __, __, __, __ || __, __, __
S F/V, __, __, __ || F/V, __, __
V Q, R, __, __ || H, __, __
The last rule tells us that if F occurs, then either S or V occurs, which is why we can put one S/V in the IN bin and another S/V in the OUT bin whenever F occurs. Because of the same rule, if S is included, we can do the same with an V/F in the IN and OUT bins.
For variable H, it becomes clear that there's only only possible combination of variables if it is chosen. Variable I also proves to be somewhat restricted. To start, we known from the third rule that if I is chosen, then H will be in the OUT bin. With that, there are a few combinations that work:
I F, Q, R, V || H, G, S
I F, Q, R, S || H, G, V
I Q, R, S, V || H, G, F
These all include Q and R in the IN bin, as well as H and G in the OUT bin.