There are 3 boxes, exactly one of which has the toy. A small girl is trying to get the toy but she can only open one box. Which box should she choose to get the toy?
On each box there is a statement, exactly one of which is true.
Box 1 says " The toy is in this box "
Box 2 says " The toy is not in this box "
Box 3 says " The toy is not in Box 1 "
Which box has the toy?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We are told that only one of the statement is true .
⇒ If we state that the toy is in box 1 then 2 statements are true {Box 1 and Box 2} and 1 statement is false {Box 3} = Wrong because only one should be true.
⇒ If we state that the toy is in box 2 then 1 statements are true {Box 3} and 2 statement is false {Box 2 and Box 1} = Correct because only one is true.
⇒ If we state that the toy is in box 3 then 2 statements are true {Box 2 and Box 3} and 1 statement is false {Box 1} = Wrong because only one should be true.
⇒ So the only choice is box 2......