Hi Mike,
Thanks for the question. Because this is a big issue, I have a suspicion I'm not going to completely resolve this -- so let's keep the conversation going if my hunch is right!
Let's think about "If, and only if" statements for a sec:
Rob is going to the party if, and only if Sarah does not go. (they just broke up?)
So, if Rob goes, we know that Sarah did not go. R -> ~ S
And if Sarah goes, we know Rob will not. S --> ~ R
And if Sarah does not go, we know that Rob will go (we're told he'll go if she does not) ~ S --> R
And if Rob does not go, Sarah did (otherwise he would have gone). ~ R --> S.
So this results in 4 logical statements:
R --> ~ S
S --> ~ R
~ R --> S
~ S --> R
And all of those need to be represented in the logic chain. One option is to do two-sided arrows (think about it, R in leads to S out, and S out leads to R in). However, I find those arrows hard to use, as I've trained myself not to read "up" an arrow. So, I put a circle at the end of each side of the line, to remind myself it's a special situation. Some people do "X"s at each end.
So, first wrap your head around why "if and only if" creates these 4 statements. Then memorize that fact.
The other time that a statement creates more than 2 conditional diagrams (and note that for many of the drills on page 132, nothing new is found through creating contrapositives) is when the statement involves 3 elements. The issue to think about is
when can you break up the pair of elements into separate statements and when do you have to leave them together.If you're facing something like "If J and R are in, so is G", then you cannot break that up. You cannot say that J leads to G, since you need both to "trigger" the chain.
But, if you're dealing with "If K is in, so is M and N", then you can break that up (and you should). K leads to M and K leads to N. The result is the same with these split up statements and the original combined one: K leads to both M and N.
So, you can break up statements when the "and" is on the necessary (right) side of the condition, but not when it's on the sufficient (left) side.
(There's a whole other issue of how to make the contrapositive of statements with pairs -- the basic rule is: the contrapositive of "and" is "or" and vice versa)
With "or", it's reversed.
If you're facing "If either X or Y is in, so is Z", you could say that X leads to Z and that Y leads to Z.
But if you're dealing with "If S is in, either T or V is too", you cannot say that S leads to T, nor can you say the S leads to V. One of those is true, but not necessarily both. And by the way, it could be that S leads to both T and V being in; the LSAT would say "but not both" if it wants to restrict that.
So, you can break up "or" statements when the "or" is on the sufficient (left) side, but not when it's on the necessary (right) side.
Something to keep in mind is that the chain is not designed to represent every constraint in every game. Sometimes it's useful to simply write out a complex rule to the side, and remember to refer to it when using the chain. This is particularly true with contrapositives of statements that have an "and" or "or" pair that you cannot split. I put a star next to elements for which there's a special rule I need to remember.
There are also some games where you might want to write two elements as a combined trigger. The CD game is an infamous example:
june-2000-pt31-s1-q7-13-a-music-store-carries-ten-t209.html The chain is the base from which you want to feel comfortable adapting to deal with whatever the LSAT throws at you. Getting fast and accurate with diagramming the basic and somewhat complex rules is a must-do (including mastering statements with "if and only if" or "unless" or "except").
Tell me if you have any follow-up questions.