Respuesta :
Answer:
P(X < 4) = 0.5
Step-by-step explanation:
For each question, there are only two possible outcomes. Either it is answered correctly, or it is not. The probability of a question being answered correctly is independent of any other question. 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.
In this question, we have that:
[tex]n = 7, p = 0.5[/tex]
Find the probability that the number of correct answers is fewer than 4:
This is
[tex]P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3)[/tex]
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{7,0}.(0.5)^{0}.(0.5)^{7} = 0.0078[/tex]
[tex]P(X = 1) = C_{7,1}.(0.5)^{1}.(0.5)^{6} = 0.0547[/tex]
[tex]P(X = 2) = C_{7,2}.(0.5)^{2}.(0.5)^{5} = 0.1641[/tex]
[tex]P(X = 3) = C_{7,3}.(0.5)^{3}.(0.5)^{4} = 0.2734[/tex]
[tex]P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) = 0.0078 + 0.0547 + 0.1641 + 0.2734 = 0.5[/tex]
So
P(X < 4) = 0.5