Classic Basket/fruits puzzle

There are 3 baskets. one of them have apples, one has oranges only and the other has mixture of apples and oranges. The labels on their baskets always lie. (i.e. if the label says oranges, you are sure that it doesn't have oranges only,it could be a mixture) The task is to pick one basket and pick only one fruit from it and then correctly label all the three baskets

Comments

  1. Always choose the one which has the label of MIXTURE


    Combination(Ans): R O M


    pick M from the first one and you find a R in it; then you will be sure that basket labeled R has to contain O and basket labeled O has to contain M
    which is the correct combination
    (Since all are labelled wrong).

    ReplyDelete

Post a Comment

Popular posts from this blog