Respuesta :
Answer:
a) P(6) = 0.0097
b) P(More than 3) = 0.1611
Step-by-step explanation:
For each question, there are only two possible outcomes. Either it is guessed correctly, or it is not. Questions are independent of each other. 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.
A student takes a multiple-choice test that has 11 questions.
This means that [tex]n = 11[/tex]
Each question has five choices.
This means that [tex]p = \frac{1}{5} = 0.2[/tex]
(a) Find P (6)
This is P(X = 6).
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 6) = C_{11,6}.(0.2)^{6}.(0.8)^{5} = 0.0097[/tex]
P(6) = 0.0097
(b) Find P (More than 3).
Either P is 3 or less, or it is more than three. The sum of the probabilities of these outcomes is 1. So
[tex]P(X \leq 3) + P(X > 3) = 1[/tex]
We want P(X > 3). So
[tex]P(X > 3) = 1 - P(X \leq 3)[/tex]
In which
[tex]P(X \leq 3) = 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_{11,0}.(0.2)^{0}.(0.8)^{11} = 0.0859[/tex]
[tex]P(X = 1) = C_{11,1}.(0.2)^{1}.(0.8)^{10} = 0.2362[/tex]
[tex]P(X = 2) = C_{11,2}.(0.2)^{2}.(0.8)^{9} = 0.2953[/tex]
[tex]P(X = 3) = C_{11,3}.(0.2)^{3}.(0.8)^{8} = 0.2215[/tex]
[tex]P(X \leq 3) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) = 0.0859 + 0.2362 + 0.2953 + 0.2215 = 0.8389[/tex]
Then
[tex]P(X > 3) = 1 - P(X \leq 3) = 1 - 0.8389 = 0.1611[/tex]
P(More than 3) = 0.1611