JJ G.

asked • 02/21/21

Monte Carlo Coin Simulation

There are 30 coins. While 29 of them are fair, 1 of them flips heads with probability 60%. You flip all 30 coins 100 times. Use the Monte Carlo method to compute within .1% the probability that the unfair coin is in set of 10 coins that land heads most often? (Count the event, that the biased coin is tied with the 10th most common fair coin).


Hint: use np.random.binomial to speed up simulation. A binomial variable with parameters n and p is the number of heads resulting from flipping n coins, where each has probability p of landing heads.


1 Expert Answer

By:

Patrick B. answered • 02/21/21

Tutor
4.7 (31)

Math and computer tutor/teacher

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.