A first-term board member should not be on the finance committee unless he or she is an accountant or his or her membership on the committee is supported by all the members of the board.
Principle
Most principles are conditional, and this one has an unless. When we see that trigger word, how do we turn it into a conditional?
f.e. "A shouldn't happen, unless B happens"
One method people use for 'unless' is to replace it with 'if-not'.
"A shouldn't happen, if B not happens", which looks like ~B → ~A
Another method people use is to translate the sentence into 'X requires Y' wording. When we hear "A shouldn't happen unless B happens", we can re-write that as "A requires B" which looks like A → B.
Naturally, we'll get the same conditional either way. These two methods just yielded a contrapositive version of the other: ~B → ~A A → B
The conditional principle here is more complex: X shouldn't happen unless Y or Z.
If we do the 'if-not' method, then we're saying X shouldn't happen if not (Y or Z)
If we're saying , that's akin to saying "both Y and Z are false". Negating (Y or Z) means we get ~Y and ~Z. Whenever we're negating an idea, Or turns to And and vice versa. ~Y and ~Z → X
If we used the "turn it into A requires B" method, then would become "X requires Y or Z", which looks like X → Y or Z
So the two ways to write this rule would be this: X → Y or Z ~Y and ~Z → X
Do we know / care which way we write it?
Yes! We want to get the "judgy" (the normative / evaluative) term on the right. What do we mean by judgy?
- good / bad - justified / unjustified - should / shouldn't - permissible / impermissible
Stuff like that. In this principle the words "should not be" are the judgment words. So the right side looks like this.
should not be → on finance committee
We need to put all the qualifying criteria on the left side:
1st-term board member and should not be not an accountant → on finance and committee membership not supported by all
Goal
Okay, the hard part is over. When we read answer choices, we know that the only legal conclusion is "should not be on committee". If any answers are saying "should be", they're automatically wrong.