Answer : RED CHEST
I am a programmer so I used the binary logic to solve the problem.
Explanation:
R | B | G | Ans |
0 | 0 | 0 | N/A |
0 | 0 | 1 | not possible |
0 | 1 | 0 | not possible |
0 | 1 | 1 | not possible |
1 | 0 | 0 | not possible |
1 | 0 | 1 | not possible |
1 | 1 | 0 | possible |
1 | 1 | 1 | N/A |
Assumptions:
0 represents false
1 represents true
N/A violates the rules where you need to have at least 1 false/true.
Others have contradictory solutions.
Only One possible answer comes out to be True True False.
i.e The gold is in the Red chest.
Player: yashtibrewal
Server: ts2.travian.com