Q:

"What is the probability that in 10 dice throws, you will throw AT LEAST two ‘3’s on the dice? Assume you’re throwing a single die each time."

Accepted Solution

A:
Answer:There is a 51.61% probability that in 10 dice throws, you will throw AT LEAST two ‘3’s on the dice.Step-by-step explanation:For each throw, there are only two possible outcomes. Either it is a '3', or it is not. This means that we solve this problem using the binomial probability distribution.Binomial probability distributionThe binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]In which [tex]C_{n,x}[/tex] is the number of different combinatios of x objects from a set of n elements, given by the following formula.[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]And p is the probability of X happening.In this problem we have that:There are 6 possible outcomes for the dice. This means that the probability that it is a '3' is [tex]\frac{1}{6} = 0.167[/tex]There are 10 throws, so [tex]n = 10[/tex].Probability of throwing AT LEAST two ‘3’s on the dice?Either you throw less than two, or you throw at least two. The sum of the probabilities of these events is 1. So[tex]P(X < 2) + P(X \geq 2) = 1[/tex][tex]P(X \geq 2) = 1 - P(X < 2)[/tex].In which[tex]P(X < 2) = P(X = 0) + P(X = 1)[/tex].[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex][tex]P(X = 0) = C_{10,0}.(0.167)^{0}.(0.833)^{10} = 0.1609[/tex][tex]P(X = 1) = C_{10,1}.(0.167)^{1}.(0.833)^{9} = 0.3225[/tex]So[tex]P(X < 2) = P(X = 0) + P(X = 1) = 0.1609 + 0.3225 = 0.4834[/tex].Finally:[tex]P(X \geq 2) = 1 - P(X < 2) = 1 - 0.4839 = 0.5161[/tex].There is a 51.61% probability that in 10 dice throws, you will throw AT LEAST two ‘3’s on the dice.