Hi !
I'm kinda confused.
My critera were :
A- Purple is odd / even
B- Number of 3 in the code
C- The total is a multiple of 3/4/5
D- A criteria that compares blue with the others
I tested 435 and C was "true". As the total is (4+3+5)=12, the real code must be a multiple of 3 or a multiple of 4.
To check, I tested 432, and C was "false". As the total is (4+3+2)=9, the real code can't be a multiple of 3. So it must be a multiple of 4.
I play the rest of the game, but my code is ultimately false and the real answer is : CODE = 534.
As 5+3+4=12, CRITERIA C WAS : THE CODE IS A MULTIPLE OF 3 (and 4)
So why did I get a "false" with 432, which is also a multiple of 3 ?
Thanks a lot !
The game : https://boardgamearena.com/gamereview?table=474432731
I'm kinda confused.
My critera were :
A- Purple is odd / even
B- Number of 3 in the code
C- The total is a multiple of 3/4/5
D- A criteria that compares blue with the others
I tested 435 and C was "true". As the total is (4+3+5)=12, the real code must be a multiple of 3 or a multiple of 4.
To check, I tested 432, and C was "false". As the total is (4+3+2)=9, the real code can't be a multiple of 3. So it must be a multiple of 4.
I play the rest of the game, but my code is ultimately false and the real answer is : CODE = 534.
As 5+3+4=12, CRITERIA C WAS : THE CODE IS A MULTIPLE OF 3 (and 4)
So why did I get a "false" with 432, which is also a multiple of 3 ?
Thanks a lot !
The game : https://boardgamearena.com/gamereview?table=474432731