I am trying to figure out the probability when two dice are rolled and the minimum of a rolled number is equal to two.
So, $x_1$ is the outcome of dice 1 and $x_2$ is the outcome of dice 2. And $y= \min(x_1,x_2).$ What is the probability that $y=2$?
So the answer I came up with is $\frac8{36}=0.2222222$, since there are only $8$ cases where $2$ is the minimum value. It seems that I should be getting a value over $0.25$. What am I doing wrong? Thanks in advance!
There are actually 9 cases where the minimum is two:
I'm not sure why you expect to get an answer over $0.25$, but the correct answer is $9/36 = 0.25$.