Respuesta :
Answer:
a) [tex] P(Y\geq 10) = PX \leq 2) = 0.558[/tex]
b) [tex] E(X) = \mu_X = np = 12*0.2 = 2.4[/tex]
[tex] \sigma_X = \sqrt{np(1-p)}=\sqrt{12*0.2*(1-0.2)}=1.386[/tex]
[tex] E(Y) = \mu_Y = np = 12*0.8 = 9.6[/tex]
[tex] \sigma_Y = \sqrt{np(1-p)}=\sqrt{12*0.8*(1-0.8)}=1.386[/tex]
For this case the expected value of people lying is 2.4 and the complement is 9.6 and that makes sense since we have a total of 12 poeple.
And the deviation for both variables are the same.
Step-by-step explanation:
Assuming this previous info : "A federal report finds that lie detector tests given to truthful persons have probability about 0.2 of suggesting that the person is deceptive. A company asks 12 job applicants about thefts from previous employers, using a lie detector to assess their truthfulness. Suppose that all 12 answer truthfully. Let X = the number of people who the lie detector says are being deceptive"
For this case the distribution of X is binomial [tex] X \sim N(n=12, p=0.2)
And we define the new random variable Y="the number of people who the lie detector says are telling the truth" so as we can see y is the oppose of the random variable X, and the distribution for Y would be given by:
[tex] Y \sim Bin (n=12,p=1-0.2=0.8)[/tex]
The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".
The probability mass function for the Binomial distribution is given as:
[tex]P(X)=(nCx)(p)^x (1-p)^{n-x}[/tex]
Where (nCx) means combinatory and it's given by this formula:
[tex]nCx=\frac{n!}{(n-x)! x!}[/tex]
Part a
For this case we want to find this probability:
[tex] P(Y \geq 10) = P(Y=10)+P(Y=11) +P(Y=12)[/tex]
And if we find the individual probabilites we got:
[tex]P(Y=10)=(12C10)(0.8)^{10} (1-0.8)^{12-10}=0.283[/tex]
[tex]P(Y=11)=(12C11)(0.8)^{11} (1-0.8)^{12-11}=0.206[/tex]
[tex]P(Y=12)=(12C12)(0.8)^{12} (1-0.8)^{12-12}=0.069[/tex]
And if we replace we got:
[tex] P(Y \geq 10) =0.283+0.206+0.069=0.558[/tex]
And for this case if we find [tex] P(X\leq 2)=P(X=0) +P(X=1)+P(X=2)[/tex] for the individual probabilites we got:
[tex]P(X=0)=(12C0)(0.2)^0 (1-0.2)^{12-0}=0.069[/tex]
[tex]P(X=1)=(12C1)(0.2)^1 (1-0.2)^{12-1}=0.206[/tex]
[tex]P(X=2)=(12C2)(0.2)^2 (1-0.2)^{12-2}=0.283[/tex]
[tex] P(X\leq 2)=0.283+0.206+0.069=0.558[/tex]
So as we can see we have [tex] P(Y\geq 10) = P(X \leq 2) = 0.558[/tex]
Part b
Random variable X
For this case the expected value is given by:
[tex] E(X) = \mu_X = np = 12*0.2 = 2.4[/tex]
And the deviation is given by:
[tex] \sigma_X = \sqrt{np(1-p)}=\sqrt{12*0.2*(1-0.2)}=1.386[/tex]
Random variable Y
For this case the expected value is given by:
[tex] E(Y) = \mu_Y = np = 12*0.8 = 9.6[/tex]
And the deviation is given by:
[tex] \sigma_Y = \sqrt{np(1-p)}=\sqrt{12*0.8*(1-0.8)}=1.386[/tex]
For this case the expected value of people lying is 2.4 and the complement is 9.6 and that makes sense since we have a total of 12 poeple.
And the deviation for both variables are the same.
Answer:
dfbustos is correct! But I wanted to add a bit more to part b, specifically why the standard deviation makes sense.
Step-by-step explanation:
Y = # of people who the lie detector says are telling the truth.
X = # of people who the lie detector says are telling being deceptive.
This leads to the following conclusion:
Y = 12 - X
(We are given that 12 people answered.)
Because the standard deviation is not affected by adding or subtracting a constant, it makes sense for the σY = σX.