Respuesta :
Answer:
[tex]P(2\leq X\leq 7)= 0.9375[/tex]
[tex]P(2<X<7)= 0.7656[/tex]
Step-by-step explanation:
Experimeto is to throw a coin 7 times and count the number of faces obtained.
So, getting a success means getting a face.
The probability p of obtaining success is:
[tex]p = 0.5[/tex]
The probability of obtaining a failure is:
[tex]q = 0.5[/tex]
Then we have all the necessary conditions to have a binomial experiment. Therefore we use the following formula:
[tex]P(X) =\frac{n!}{x!(n-x)!}p^xq^{n-x}[/tex]
Where x represents the number of successes. In this case we want the probability that:
[tex]2\leq X\leq 7\\\\P(2\leq X\leq 7) = 1- P(x\leq 1)\\\\P(x\leq 1) = P(0) + P(1)\\\\\\= \frac{7!}{0!(7-0)!}(0.5)^0(0.5)^{7-0} + \frac{7!}{1!(7-1)!}(0.5)^1(0.5)^{7-1}\\\\\\P(x\leq 1) = \frac{1}{128} + \frac{7}{128} = \frac{8}{128} = \frac{1}{16}\\\\P(2\leq X\leq 7) = 1- \frac{1}{16}\\\\P(2\leq X\leq 7) = \frac{15}{16} = 0.9375[/tex]
Now assuming that the desired probability is:
[tex]P(2<X<7)[/tex]
So:
[tex]P(2<X<7) = P(3) + P(4) + P(5) + P(6)[/tex]
= [tex]\sum^{6}_{x=3}\ \frac{7!}{x!(7-x)!}(0.5)^x(0.5)^{7-x}[/tex]
[tex]= \frac{49}{64} = 0.7656[/tex]
Finally
[tex]P(2<X<7)= 0.7656[/tex]