Respuesta :
Using the binomial distribution, it is found that the probability that a player will toss the die at least 2 times before blue lands face up is:
D 0.5625
For each toss, there are only two possible outcomes, either blue lands face up, or it does not. The probability of blue landing face up on a toss is independent of any other toss, which means that the binomial distribution is used to solve this question.
Binomial probability distribution
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
The parameters are:
- x is the number of successes.
- n is the number of trials.
- p is the probability of a success on a single trial.
In this problem:
- 2 out of the 8 faces are blue, hence [tex]p = \frac{2}{8} = 0.25[/tex]
The probability that a player will toss the die at least 2 times before blue lands face up is P(X = 0) when n = 2, hence:
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{2,0}.(0.25)^{0}.(0.75)^{2} = 0.5625[/tex]
Hence, option D is correct.
A similar problem is given at https://brainly.com/question/24863377