Question: A python code using the birthday paradox def birthday(): is a requirement in the code Question 2. (3 points) Simulate the 3-Birthday problem Randomly generate
A python code using the birthday paradox "def birthday():" is a requirement in the code

Question 2. (3 points) Simulate the 3-Birthday problem Randomly generate birthdays (e.g. within the range 1 to 365) until the same birthday has occurred for 3 times. Denote n to be the number of random days generated so far Repeat the game for 10000 times and compute the average n over these games
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
