M HYPE SPLASH
// news

Probability on biased dice

By Emma Payne
$\begingroup$

Two dice are biased, so that the probability of getting a 6 on each dice equals 0.3. The two dice are rolled, and by using a tree diagram or otherwise, I would like to find:

  1. P(two 6's)

  2. P(exactly one 6)

How can this be achieved?

$\endgroup$ 0

1 Answer

$\begingroup$
  1. The probability of getting two 6's equals $0.3 \cdot 0.3 = 0.09$

  2. The probability of getting one 6 equals $0.3 \cdot 0.7 + 0.7 \cdot 0.3 = 0.42$


                             

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy