Challenge: Solving Task Using Exponential Distribution
Swipe to start coding
The average waiting time for a passing car on a rural road is 10 minutes. What is the probability of waiting more than 15 minutes for the next car if you have just seen another car?
We can solve this task using an exponential distribution. You have to:
- Calculate the probability of waiting less than
15minutes. - Calculate the probability of waiting for the car for more than
15minutes, taking into account the fact that the sum of the probabilities of all elementary outcomes is always equal to 1.
Solution
Thanks for your feedback!
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Summarize this chapter
Explain the code in file
Explain why file doesn't solve the task
Awesome!
Completion rate improved to 3.85
Challenge: Solving Task Using Exponential Distribution
Swipe to show menu
Swipe to start coding
The average waiting time for a passing car on a rural road is 10 minutes. What is the probability of waiting more than 15 minutes for the next car if you have just seen another car?
We can solve this task using an exponential distribution. You have to:
- Calculate the probability of waiting less than
15minutes. - Calculate the probability of waiting for the car for more than
15minutes, taking into account the fact that the sum of the probabilities of all elementary outcomes is always equal to 1.
Solution
Thanks for your feedback!
single