answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
xxMikexx [17]
1 year ago
5

Lie detectors Refer to Exercise 82. Let Y = the number of people who the lie detector says are telling the truth.

Mathematics
1 answer:
mr_godi [17]1 year ago
8 0

Answer:

a) P(Y\geq 10) = PX \leq 2) = 0.558

b) E(X) = \mu_X = np = 12*0.2 = 2.4

\sigma_X = \sqrt{np(1-p)}=\sqrt{12*0.2*(1-0.2)}=1.386

E(Y) = \mu_Y = np = 12*0.8 = 9.6

\sigma_Y = \sqrt{np(1-p)}=\sqrt{12*0.8*(1-0.8)}=1.386

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 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)

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:

P(X)=(nCx)(p)^x (1-p)^{n-x}

Where (nCx) means combinatory and it's given by this formula:

nCx=\frac{n!}{(n-x)! x!}

Part a

For this case we want to find this probability:

P(Y \geq 10) = P(Y=10)+P(Y=11) +P(Y=12)

And if we find the individual probabilites we got:

P(Y=10)=(12C10)(0.8)^{10} (1-0.8)^{12-10}=0.283

P(Y=11)=(12C11)(0.8)^{11} (1-0.8)^{12-11}=0.206

P(Y=12)=(12C12)(0.8)^{12} (1-0.8)^{12-12}=0.069

And if we replace we got:

P(Y \geq 10) =0.283+0.206+0.069=0.558

And for this case if we find P(X\leq 2)=P(X=0) +P(X=1)+P(X=2)  for the individual probabilites we got:

P(X=0)=(12C0)(0.2)^0 (1-0.2)^{12-0}=0.069

P(X=1)=(12C1)(0.2)^1 (1-0.2)^{12-1}=0.206

P(X=2)=(12C2)(0.2)^2 (1-0.2)^{12-2}=0.283

P(X\leq 2)=0.283+0.206+0.069=0.558

So as we can see we have P(Y\geq 10) = P(X \leq 2) = 0.558

Part b

Random variable X

For this case the expected value is given by:

E(X) = \mu_X = np = 12*0.2 = 2.4

And the deviation is given by:

\sigma_X = \sqrt{np(1-p)}=\sqrt{12*0.2*(1-0.2)}=1.386

Random variable Y

For this case the expected value is given by:

E(Y) = \mu_Y = np = 12*0.8 = 9.6

And the deviation is given by:

\sigma_Y = \sqrt{np(1-p)}=\sqrt{12*0.8*(1-0.8)}=1.386

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.

You might be interested in
Explain the tangent line problem
ale4655 [162]

The Tangent Line Problem  1/3How do you find the slope of the tangent line to a function at a point Q when you only have that one point? This Demonstration shows that a secant line can be used to approximate the tangent line. The secant line PQ connects the point of tangency to another point P on the graph of the function. As the distance between the two points decreases, the secant line becomes closer to the tangent line.
8 0
1 year ago
A supermarket has two customers waiting to pay for their purchases at counter I and one customer waiting to pay at counter II. L
Pachacha [2.7K]

Answer:

b. 0.864

Step-by-step explanation:

Let's start defining the random variables.

Y1 : ''Number of customers who spend more than $50 on groceries at counter 1''

Y2 : ''Number of customers who spend more than $50 on groceries at counter 2''

If X is a binomial random variable, the probability function for X is :

P(X=x)=(nCx)p^{x}(1-p)^{n-x}

Where P(X=x) is the probability of the random variable X to assume the value x

nCx is the combinatorial number define as :

nCx=\frac{n!}{x!(n-x)!}

n is the number of independent Bernoulli experiments taking place

And p is the success probability.

In counter I :

Y1 ~ Bi (n,p)

Y1 ~ Bi(2,0.2)

P(Y1=y1)=(2Cy1)(0.2)^{y1}(0.8)^{2-y1}

With y1 ∈ {0,1,2}

And P( Y1 = y1 ) = 0 with y1 ∉ {0,1,2}

In counter II :

Y2 ~ Bi (n,p)

Y2 ~ Bi (1,0.3)

P(Y2=y2)=(1Cy2)(0.3)^{y2}(0.7)^{1-y2}

With y2 ∈ {0,1}

And P( Y2 = y2 ) = 0 with y2 ∉ {0,1}

(1Cy2) with y2 = 0 and y2 = 1 is equal to 1 so the probability function for Y2 is :

P(Y2=y2)=(0.3)^{y2}(0.7)^{1-y2}

Y1 and Y2 are independent so the joint probability distribution is the product of the Y1 probability function and the Y2 probability function.

P(Y1=y1,Y2=y2)=P(Y1=y1).P(Y2=y2)

P(Y1=y1,Y2=y2)=(2Cy1)(0.2)^{y1}(0.8)^{2-y1}(0.3)^{y2}(0.7)^{1-y2}

With y1 ∈ {0,1,2} and y2 ∈ {0,1}

P( Y1 = y1 , Y2 = y2) = 0 when y1 ∉ {0,1,2} or y2 ∉ {0,1}

b. Not more than one of three customers will spend more than $50 can mathematically be expressed as :

Y1 + Y2 \leq 1

Y1 + Y2\leq 1 when Y1 = 0 and Y2 = 0 , when Y1 = 1 and Y2 = 0 and finally when Y1 = 0 and Y2 = 1

To calculate P(Y1+Y2\leq 1) we must sume all the probabilities that satisfy the equation :

P(Y1+Y2\leq 1)=P(Y1=0,Y2=0)+P(Y1=1,Y2=0)+P(Y1=0,Y2=1)

P(Y1=0,Y2=0)=(2C0)(0.2)^{0}(0.8)^{2-0}(0.3)^{0}(0.7)^{1-0}=(0.8)^{2}(0.7)=0.448

P(Y1=1,Y2=0)=(2C1)(0.2)^{1}(0.8)^{2-1}(0.3)^{0}(0.7)^{1-0}=2(0.2)(0.8)(0.7)=0.224

P(Y1=0,Y2=1)=(2C0)(0.2)^{0}(0.8)^{2-0}(0.3)^{1}(0.7)^{1-1}=(0.8)^{2}(0.3)=0.192

P(Y1+Y2\leq 1)=0.448+0.224+0.192=0.864\\P(Y1+Y2\leq 1)=0.864

7 0
2 years ago
A statistics professor drew a random sample of 81 observations and found that x with bar on top equals 62 s equals 15. Estimate
ratelena [41]

Answer:

LCL = 59.26 to two decimal places

Step-by-step explanation:

Here, we want to estimate the LCL of the population mean with 90% confidence

We proceed as follows;

Given alpha = 0.1, then Z(0.05)=1.645 (from standard normal table), s = 15

Mathematically;

LCL =x_bar -Z*s/√( n)= 62 - (1.645 * 15)/√81

LCL = 62- (24.675)/9 = 59.2583

LCL = 59.26 to two decimal places

3 0
1 year ago
Three highways connect city A with city B. Two highways connect city B with city C.
QveST [7]
(a) The probability that there is no open route from A to B is (0.2)^3 = 0.008.
Therefore the probability that at least one route is open from A to B is given by: 1 - 0.008 = 0.992.
The probability that there is no open route from B to C is (0.2)^2 = 0.04.
Therefore the probability that at least one route is open from B to C is given by:
1 - 0.04 = 0.96.
The probability that at least one route is open from A to C is:
0.992\times0.96=0.9523

(b)
α The probability that at least one route is open from A to B would become 0.9984. The probability in (a) will become:0.9984\times0.96=0.95846

β The probability that at least one route is open from B to C would become 0.992. The probability in (a) will become:
0.992\times0.992=0.9841

Gamma: The probability that a highway between A and C will not be blocked in rush hour is 0.8. We need to find the probability that there is at least one route open from A to C using either a route A to B to C, or the route A to C direct. This is found by using the formula:
P(A\cup B)=P(A)+P(B)-P(A\cap B)
0.9523+0.8-(0.9523\times0.8)=0.99
Therefore building a highway direct from A to C gives the highest probability that there is at least one route open from A to C.


4 0
2 years ago
If 1134 bricks are used to build a wall that is 18ft long, how high is the wall?
Trava [24]
Need some more info, what are the dimensions of the bricks?

6 0
2 years ago
Other questions:
  • A small sphere shaped jar has a 8 cm radius.what is the volume of the bowl
    12·1 answer
  • What is 1345/99 rounded to the nearest integer
    15·2 answers
  • Orlando invested $16,000 in an eight-year CD bearing 6.5% simple annual interest, but needed to withdraw $3,500 after five years
    8·2 answers
  • The cost of soup, s, varies directly with the number of cans, c. When c is 4, the cost is 3$. Which graph represents the cost of
    14·2 answers
  • In a nationwide survey of n = 500 adults, the sample proportion who answered yes to the question "During the last year did anyon
    10·1 answer
  • A computer manufacturer ships laptop computers with the batteries fully charged so that customers can begin to use their purchas
    14·1 answer
  • The probability of picking a blue marble out of a bag of 50 marbles is 3/25 how many marbles are not blue bag
    14·1 answer
  • A drug company is considering marketing a new local anesthetic. The effective time of the the drug company is currently producin
    8·1 answer
  • Orla and Eduardo each looked at a strand of their hair under a microscope and measured the diameter. Orla's strand was 0.005\,\t
    12·3 answers
  • 01:57:09 In a city, the distance between the library and the police station is 3 miles less than twice the distance between the
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!