Q:

If you flip a fair coin 777 times, what is the probability that you will get exactly 222 tails?

Accepted Solution

A:
Answer:There is a less than 16.41% probability that you will get exactly 2 tails.Step-by-step explanation:For each time you flip a coin, there are only two possible outcomes. Either it is heads, or it is tails. This means that we use the binomial probability distribution to solve this problem.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:[tex]n = 7, p = 0.5[/tex]What is the probability that you will get exactly 2 tails?This is P(X = 2).[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex][tex]P(X = 2) = C_{7,2}.(0.5)^{2}.(0.5)^{5} = 0.1641[/tex]There is a less than 16.41% probability that you will get exactly 2 tails.