Nancy is throwing a standard six sided die. If she throws a 4 on her first throw, what is the probability that her next throw will NOT be. A 4?
1
Expert's answer
2012-10-22T11:27:21-0400
Let X be the result of first throwing, and Y be the result of thesecodn throwing. We will assume that X and Y are independent, since we have no information. This means that p(X=k,Y=m) = p(X=k) * p(Y=m)
Since die is standard six sided, p(X=k) = p(Y=m) = 1/6.
Comments