Python Forum

Full Version: Math Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone I'm new here and I hope to find some help,

I can´t solve this Math Problem :

"The information desk is visited an average of 12 times per hour.

What is the probability that the information desk will be visited at least 2 times in the next 6 minutes?

Calculate an empirical solution in which you simulate the situation 10000 times with the help of exponential distribution.

Display the 10000 simulations in a histogram together with the associated density function of the Erlang distribution."

I hope you can help me
Where are you starting from? Do you have any code? Do you understand the problem statement?
I would say the number of visitors in the next 6 minutes is a Poisson random variable with parameter lambda=1.2