There are 3 baskets. one of them have apples, one hasoranges only and the other has mixture of apples andoranges. The labels on their baskets always lie. (i.e. ifthe label says oranges, you are sure that it doesn't haveoranges only,it could be a mixture) The task is to pick onebasket and pick only one fruit from it and then correctlylabel all the three baskets.
Assum that the lables are : mixture, apples and orange
we have to take out one fruit from the mixture basket an see:
if it’s an apple –
it means that this basket is filled with apples
and so, the third basket is mixture
and the second one is filled with oranges.
if it’s an orange –
it means that this basket is filled with oranges
and so, the second basket is mixture
and the third one is filled with apples.
Assum that the lables are : mixture, apples and orange
we have to take out one fruit from the mixture basket an see:
if it’s an apple –
it means that this basket is filled with apples
and so, the third basket is mixture
and the second one is filled with oranges.
if it’s an orange –
it means that this basket is filled with oranges
and so, the second basket is mixture
and the third one is filled with apples.