Alien Drugs 1

A group of aliens have crash landed on Earth to come and try to invade Earth. They come on a serious set of rules from the king that they may only colonise it if they fail a deadly test involving their powerful drugged candies. They are supposed to test the most intelligent of all the humans, but since they landed in a remote part of land, you and your 3 friends are the only people around. You, being the most intelligent are taken away and led into a secure laboratory.

The test:

  1. Ten jars and ten candies are placed on a table in front of you. Nine of the candies are green, harmless, and delicious. One is orange, tasty at first, but contains a fatal drug that will kill you as soon as you eat it.
  2. You are give two minutes to distribute the 10 candies into any amount of jars.
  3. After two minutes, the empty jars are removed, the remaining jars are mixed around, and you are blindfolded.
  4. You must select one of the jars and are to select a candy at random (you have no way of knowing what you have chosen) and eat it.

The question: What are your best chances of survival? If the answer can be written as A B \frac{A}{B} where A A and B B are coprime positive integers, submit your answer as A + B A+B .


The answer is 59.

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.

3 solutions

One jar will contain the orange candy and some number (between 0 and 9) of the greens (we'll call this the bad jar); the remaining greens will be distributed across other jars ("good" jars). Naturally we wish to minimize the odds of choosing the bad jar, which is accomplished by placing one green in each good jar.

Let N N be the number of nonempty jars in such a distribution. There is 1 bad jar and N 1 N - 1 good jars. Each good jar contains 1 green candy, and the bad jar contains 1 orange candy and 9 ( N 1 ) = 10 N 9 - (N - 1) = 10 - N green candies for a total of 11 N 11 - N candies. Thus the odds of choosing the orange candy become ( 1 / N ) ( 1 / ( 11 N ) ) (1/N)(1/(11 - N)) , and the odds of survival are 1 1 / ( N ( 11 N ) ) 1 - 1/(N(11 - N)) . This quantity is maximized when N ( 11 N ) N(11 - N) is maximized, which is when N N is 5 or 6, for which the probability is 29 / 30 29/30 , so A + B = 59 A + B = 59 .

Parth Sankhe
Jan 24, 2019

Obviously, the best strategy would be to put singular green candies in some jars, and multiple green ones in the jar containing the orange candy.

We first find out the probability for all the jars singularly filled with a candy.

P(Survival) = 9/10

Then we put one more green candy in the orange candy jar,

P(Survival) = 8/9 + (1/9)×(1/2)=17/18

Which is better.

We also notice that P(Survival) for all the candies in one jar is also 9/10, thus the P first increased and then decreased back to the same value, which gives us a hint that the max probability would be when half (nearly half) of the green candies are in jars (singularly), and the other half in the orange candy jar. Thus,

P(Max survival) = 5/6 + (1/6)×(4/5) = 29/30.

Exactly the solution I used!

Daniel Xian - 2 years, 4 months ago
Chew-Seong Cheong
Jan 29, 2019

Let the probability of being poisoned be q q . Then the probability of surviving is p = 1 q p=1-q . Now considering putting one candy in each of the 10 jars, then q = 1 10 q=\frac 1{10} . If we remove a jar and put a green candy with the poisonous orange candy, then q = 1 9 × 1 2 = 1 18 q = \frac 19 \times \frac 12 = \frac 1{18} , where 1 9 \frac 19 is the probability of choosing the jar containing the green and orange candies and 1 2 \frac 12 is the probability of choosing the orange candy from the two candies. We note that q q is greatly reduce. If now we remove one more jar and put two green candies with the orange candy, then q = 1 8 × 1 3 = 1 24 q = \frac 18 \times \frac 13 = \frac 1{24} . Again q q is reduced.

If we let the number of jar be n n , then the mortality probability is given by:

q n = 1 n × 1 11 n = 1 n ( 11 n ) = 1 11 ( 1 n + 1 11 n ) \begin{aligned} q_n & = \frac 1n \times \frac 1{11-n} = \frac 1{n(11-n)} = \frac 1{11} \left(\frac 1n + \frac 1{11-n} \right) \end{aligned}

By AM-GM inequality q n 2 11 n ( 11 n ) q_n \ge \frac 2{11\sqrt{n(11-n)}} and equality occurs or q n q_n is minimum when n = 5.5 n=5.5 . For integer n n , minimum mortality probability is q 5 = q 6 = 1 30 q_5 = q_6 = \frac 1{30} and the maximum survival probability is p = 1 1 30 = 29 30 p = 1 - \frac 1{30} = \frac {29}{30} . Therefore, A + B = 29 + 30 = 59 A+B= 29+30 = \boxed{59} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...