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
miskamm [114]
2 years ago
6

A supermarket has two customers waiting to pay for their purchases at counter I and one customer waiting to pay at counter II. L

et Y1 and Y2 denote the numbers of customers who spend more than $50 on groceries at the respective counters. Suppose that Y1 and Y2 are independent binomial random variables, with the probability that a customer at counter I will spend more than $50 equal to .2 and the probability that a customer at counter II will spend more than $50 equal to .3. Find the a joint probability distribution for Y1 and Y2. b probability that not more than one of the three customers will spend more than $50.
Mathematics
1 answer:
Pachacha [2.7K]2 years ago
7 0

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

You might be interested in
Mr. Molesky observes a group of monkeys for 24 hours to learn about their behavior. He records how long they slept (in hours), h
Vlad1618 [11]

Answer:

Explained below.

Step-by-step explanation:

The complete question is:

Mr. Molesky observes a group of monkeys for 24 hours to learn about their behavior. He records how long they slept (in hours), how many bananas they ate, gender, age (in years), and the specific breed of monkey.

(a) What are the individuals in this data set?

(b) Identify the variables that were recorded, and indicate whether each one is categorical or quantitative?

Solution:

(a)

The term "individuals", in statistics, implies or denotes the objects or people included in a statistical study.

In this case it is provided that Mr. Molesky observes a group of monkeys for 24 hours to learn about their behavior.

So, the "individuals" in this data set are the monkeys.

(b)

Categorical variables belong to a certain category or label values. Such as gender of a person, state from which a person is from, color of the marble and so on.

Quantitative variables are those variables that assume numerical values and represent some sort of measurement. Such as height, weight, annual income of the people working at the same place and so on.

In this case the variables are:

Number of bananas the monkeys ate - Quantitative variable

Gender - Categorical variable

Age (in years) -  Quantitative variable

Specific breed of monkey - Categorical variable

5 0
2 years ago
It is common in many industrial areas to use a filling machine to fill boxes full of product. This occurs in the food industry a
Sphinxa [80]

Answer:

(a) P(B) = 0.008, (b) P(A∩B) = 0, (c) Yes, A and B are mutually exclusive events, (d) P(A∪B)=0.948, (e) 0.948, (f) 0.06

Step-by-step explanation:

We have three different posibilities

A: fill to specification

B: underfill

C: overfill

in probability the sum of the different events which are mutually exclusive should sum to 1, so, we should have

(a) P(B) = 1 - P(A)-P(C) = 1-0.940-0.052=0.008

(b) P(A∩B)=probability that the machine fill to specification and underfill = 0 because a machine can't fill to specification and underfill at the same time

(c) Yes, A and B are mutually exclusive events, because a machine can't fill to specification and underfill at the same time

(d) Because A and B are mutually exclusive events we should have that

P(A∪B)=P(A)+P(B)=0.940+0.008=0.948

(e) The probability that the machine does not overfill is the same that the probability that the machine fill to specification plus the probability that the machine underfill, i.e, the probability that the machine does not overfill is P(A)+P(B)=0.948, because does not overfill is equivalent either to fill to specification or to underfill.

(f) The probability that the machine either overfill or underfills is

P(C∪B)=P(C)+P(B)=0.052+0.008=0.06 because C and B are mutually exclusive events.

5 0
1 year ago
The graph shows the number of quarts picked and the amount of money the customer paid.
Grace [21]

Answer:

$3.50 for 1 quart

Step-by-step explanation:

4 0
1 year ago
Read 2 more answers
Plane STL and plane Z would intersect at
mina [271]
D NONE OF TGE ABOVE
C THE LETTER ONTHE FRONTWILL BE W THE LETTER ON THE BOTTOM WILL BE W
6 0
1 year ago
Read 2 more answers
Wayne Inc., a health insurance company, pays clerks an incentive based on the average amount of work completed per hour. Wayne p
yulyashka [42]

Answer: Straight piecework plan

Step-by-step explanation:

The Straight piecework plan is a type of incentive system in which the rate per unit output is constant and fixed at a specific value. And the total earnings of a worker is calculated by multiplying the value of its total output by the rate per unit output.

In the case above the rate per unit invoice processed is fixed, so employees are paid based on the number of invoice processed per hour which makes it a Straight piecework plan system.

5 0
1 year ago
Other questions:
  • The triangles are similar. If DE = 24, EF = 42, and AB = 8, find BC.
    11·1 answer
  • A country is considering two income tax rates. Geoffrey is comparing what his tax bill would be under each plan. Under plan A, h
    10·2 answers
  • Which linear inequality is represented by the graph? (A)y ≤1/3 x − 1 (B)y ≥ x − 1 (C)y < 3x − 1 (D)y > 3x − 1
    10·2 answers
  • The lines shown below are perpendicular. If the green line has a slope of -1/4, what is the slope of the red line
    5·1 answer
  • one of the world tallest roller coaster is in Blackpool, England. The maximum drop Is 65m over a horizontal distance of 65m in t
    9·1 answer
  • A firm places three orders for supplies among five different distributors. Each order is randomly assigned to one of the distrib
    14·1 answer
  • Which describes the correlation shown in the scatterplot?
    15·2 answers
  • Plot A shows the number of hours ten girls watched television over a one-week period. Plot B shows the number of hours ten boys
    11·2 answers
  • Solve the two-step equation. -9x + 0.4 = 4 Which operation must be performed to move all the constants to the right side of the
    15·3 answers
  • Threatened monarch butterflies are monitored by measuring the area occupied by overwintering butterflies in Mexico. According to
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!