Page 1 of 1
How to keep track of moving variables in LG
Posted: Thu Feb 12, 2015 2:03 pm
by ltowns1
I'm really good at figuring out the inferences that need to be made on games,but I get sloppy when it comes to placing my variables in my hypothetical, especially when it comes to what can move where. Do you have any tips for how to represent variables that can move?
Post removed.
Posted: Thu Feb 12, 2015 2:05 pm
by schmelling
Post removed.
Re: How to keep track of moving variables in LG
Posted: Fri Feb 13, 2015 9:36 am
by NonTradLawHopeful
If the variable can be moved based on formal logic, or it can only move between 2 or 3 slots, splitting the game board is often a good idea.
Re: How to keep track of variables that can and cannot move in L
Posted: Fri Feb 13, 2015 11:25 am
by jwelsh
schmelling wrote:Make a master game board of what must be true for all situations. Copy that over before you make a hypothetical
+1
I had similar issues on my first prep-test, but creating a master game board (and then copying it for each unique question) seems to be the go-to method. Take a look at 7sage videos for some examples of what we mean.