0
Guys this is my project work for school... I'm to code this in Python...can someone help me out??...
1. Estimate the expected value of a uniform distribution. 2.What is the probability that when three dice are rolled at least two of the dice have the same value?. What is the probability that the value of the third dice roll is strictly between the values of the first two dice rolls?
3 Respuestas
+ 7
Please post your attempts at solving the problem.
0
Hi, how do you need to do that? By applying probabilities laws or by executing random numbers several times?