2082232850 20f8a933ce m Q&A: Anyone good at Data Management/Probability?
by Kaustav Bhattacharya

Question by TheDoctor: Anyone good at Data Management/Probability?
I’ve got a question I would like answered if anyone is able to.

Candice owns a chocolate shop. One of her most popular products is a box of 40 assorted chocolates, 5 which contain nuts.
a) If a person selects two chocolates at random from the box, what is the probability that:
i) Both chocolates contain nuts?
ii) Atleast one contains nuts
iii) Only one contains nuts
iv) Neither contain nuts

b) Describe how you could stimulate choosing the two chocolates. Outline a method using
i) A manual technique
ii) Appropriate technology

c) Due to the popularity of the chocolates with nuts, Candice is planning to double the number of them in each box. She claims that having 10 of the 40 chocolates contain nuts will double the popularity that one or both of two randomly selected chocolates will contain nuts. Do you agree with her claim? Support your answer with probability calculations.

Thanks!

Best answer:

Answer by Sue E
a)i) 5C2/40C2 = 10/780=1/78
ii) 1- 5C0x35C2/40C2 =1- 595/780 = 1-119/156 =37/156
iii) 5C1x35C1/40C2 = 175/780 =35/156
iv) 119/156 from ii

b) Take a pack of cards 52 cards – remove all one suit, say Clubs,except for 1 card.
ie you now have 40 cards. Treat the Ace,2,3,4,5 of hearts as the nut chocolates.
Shuffle the cards. Flip the top two.
Count the number of Ace, 2, 3 4,and 5 of hearts in these two cards.
Keep repeating the experiment lots of times.

Using technology.
Create a random number generator that generates integer numbers between 1 and 40.
Generate two numbers.
Treat the numbers 1,2,3,4,5 as the nut chocolates.
etc

c) P(0 nuts) = 10C0x30C2/40C2 = 435/780 = 29/52
ie P(at least 1 nut) = 1-29/52 = 23/52 = 0.4423

With 5 nuts, P(at least 1 nut before ) =37/156 = 0.2371

So she is almost on the money – but not quite – so her claim is incorrect.

Add your own answer in the comments!