Respuesta :
Answer:
0.9176 = 91.76% probability that it lands heads at least once
Step-by-step explanation:
For each time that the coin is tossed, there are only two possible outcomes. Either it lands heads, or it does not. The probability of a toss landing heads is independent of other tosses. So 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.
An unfair coin has probability 0.3 of landing heads.
This means that [tex]p = 0.3[/tex]
The coin is tossed seven times.
This means that [tex]n = 7[/tex]
What is the probability that it lands heads at least once?
Either it does not lands heads, or it lands at least once. The sum of the probabilities of these events is decimal 1. So
[tex]P(X = 0) + P(X \geq 1) = 1[/tex]
We want [tex]P(X \geq 1)[/tex]. So
[tex]P(X \geq 1) = 1 - P(X = 0)[/tex]
In which
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{7,0}.(0.3)^{0}.(0.7)^{7} = 0.0824[/tex]
[tex]P(X \geq 1) = 1 - P(X = 0) = 1 - 0.0824 = 0.9176[/tex]
0.9176 = 91.76% probability that it lands heads at least once