Page 1 of 1

June '07 PT Section 1 (LG) #22

Posted: Thu May 27, 2010 9:20 pm
by Knock
Can someone explain this to me please?

Does it have to be like this?
1 2 3
P
W N G
N N T

Re: June '07 PT Section 1 (LG) #22

Posted: Thu May 27, 2010 9:31 pm
by malfurion
There are two possibilities that work:

Code: Select all

N
W  N  T
P  W  G
or

Code: Select all

T     N
N  T  W
P  N  G
So N always has to be in #2

Re: June '07 PT Section 1 (LG) #22

Posted: Thu May 27, 2010 9:33 pm
by Knock
malfurion wrote:There are two possibilities that work:

Code: Select all

N
W  N  T
P  W  G
or

Code: Select all

T     N
N  T  W
P  N  G
So N always has to be in #2
Okay thanks. For some reason I didn't realize that center 3 could recycle 3 materials as well, doh :roll:

Edit: Does mine not work?

Re: June '07 PT Section 1 (LG) #22

Posted: Thu May 27, 2010 9:39 pm
by malfurion
Yeah, I didn't even really work out all the values for center #3 when I was doing the question originally. I just thought about it like this: you know that P and G cannot be in #2, so that means you have to pick two from {N,T,W} to be in #2 (it can't be all 3 because there wouldn't be enough room left in #1 since P has to be there). The T-W combination doesn't work because if you have W, you have to have N too. So that leaves N-T and N-W, both of which contain N, so that's the answer.

Re: June '07 PT Section 1 (LG) #22

Posted: Thu May 27, 2010 9:40 pm
by malfurion
Knockglock wrote: Edit: Does mine not work?
I don't think you can pick N twice for the same center. Each one is either selected or not selected.