Is there a mathematical or routine way to figure out when a block precludes a variable from being in a certain spot?
For example on this one, I got the answer wrong because I guessed when I ran out of time. After wards, I wrote out the possibilities and that was the only way that i figured out why the answer was 3:00. But I'm wondering, there must be some sort of formula to this...like if A=size of the largest chunk and B= set of possible positions for the chunk and C= set of possible positions for the variable you are being asked about.
Obviously, I'm over complicating it, but I wonder if there isn't something to it which could actually save me time over trial and error of each possibility. Like in this example U must have at least one item after it and a maximum of 5 items after it so it can fill positions 1 through 5 based on it's own restrictions.
There is chunk that is 2 long which must be placed between 2 and 5, so is there something like 5-2 means position 3 is the only position that cannot be filled by another variable. Ha. i wish it would be that easy.
UGH I should have guessed it was going to probably be something near the middle due to the chunk and then have tried 2, 3 and 4 to start with, but that's still time intensive. I'm probably wasting my time thinking of it. Well, at least I won't forget this problem.