You have 4 jars of pills. Each pill is a certain weight, except for contaminated pills contained in one jar, where each pill is weight + 1. How could you tell which jar had the contaminated pills in just one measurement?
Source : http://www.sellsbrothers.com/fun/msiview/default.aspx?content=question.htm
Subscribe to:
Post Comments (Atom)
1 comment:
Take 1 pill from Jar 1, 2 pills from jar 2, 3 pills from Jar 3.
Now put them on the weighing scale.
If weight = expected weight, jar 4 is answer
If weight = expected weight+1, jar 1 is answer
If weight = expected weight+2, jar 2 is answer
If weight = expected weight+3, jar 3 is answer
:)
Post a Comment