Respuesta :

Answer:

0.0009 probability of obtaining exactly 1 head

Step-by-step explanation:

For each toss, there are only two possible outcomes. Either it is a head, or it is not. The probability of a toss being a head is independent of any other toss. This means that we use the binomial probability distribution to solve this question.

Binomial probability distribution

The 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 combinations 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.

A fair coin is tossed 14 times.

Fair coin means that it is equally as likely to be heads or tails, so [tex]p = 0.5[/tex]

14 times means that [tex]n = 14[/tex]

What is the probability of obtaining exactly 1 head?

This is P(X = 1).

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 1) = C_{14,1}.(0.5)^{1}.(0.5)^{13} = 0.0009[/tex]

0.0009 probability of obtaining exactly 1 head