Two dice are thrown five times. Find the probability that a difference of one occurs at least twice.
Also, a stupid question, but one that gets me all the time;
what is a picture card?
JACK, queen, king AND ace? or no ace?
So a difference of one corresponds to (1,2), (2,1), (2,3), (3,2), (3,4), (4,3), (4,5), (5,4), (5,6), (6,5)
Each of those outcome has a probability of 1/36.
There is 10 outcomes that are success to us, so Pr(difference is 1)=10/36=5/18
The next part is a binomial distribution with p=5/18 and n=5 i.e. X~Bi(5,5/18)
Let X= the number of times our success occurs
Pr(x>=2)=1-Pr(X=0)-Pr(X=1)
=1-
5C
0(5/18)
0(1-5/18)
5-
5C
1(5/18)
1(1-5/18)
4 (or you could just do it by calculator, Menu, 5, 5, E)
=0.4256