50.0k views
1 vote
Jane wants to select a random shirt from her wardrobe while blindfolded. She has a 10% chance of finding a blue shirt while blindfolded. She wants to know the probability of it taking at least four shirts to find a blue shirt. Which simulation can best be used to compute the probability?​

1 Answer

4 votes

Answer:

Explanation:

The best simulation to compute the probability of it taking at least four shirts to find a blue shirt would be a Monte Carlo simulation. This involves generating random numbers to simulate the selection of shirts and counting the number of simulations where it took four or more shirts to find a blue one. The probability can then be estimated based on the fraction of simulations where the criteria was met. Monte Carlo simulations are useful for problems involving randomness and probability, and they can provide a good estimate of the probability in this situation.

User Shatara
by
8.1k points