You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/day_05/day_05/04_monte_carlo_bday_assignment.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
24
+
]
25
+
},
26
+
{
27
+
"cell_type": "markdown",
28
+
"metadata": {
29
+
"id": "rnj0wuNtHt8E"
30
+
},
31
+
"source": [
32
+
"##Project P5\n",
33
+
"\n",
34
+
"**There is a famous problem in statistics that concerns a room full of people: Same Birthday!**\n",
35
+
"\n",
36
+
"An instructor offers a prize of $20.00 to anyone who thinks that two people in the room have the same birthday.\n",
37
+
"\n",
38
+
"Your assignment is to build a Monte Carlo simulation to tell the instructor how many people need to be in the room to give him/her a better than 50% chance of winning the $20.\n",
39
+
"\n",
40
+
"That is to say how many people need to be in a room in order for the probability of two of them having the same birthday is greater than 50%. Do the same for 95% and 99%."
0 commit comments