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
Which expressions are equivalent to the given expression √40
german

Answer:

2√10

Step-by-step explanation:

√40 = √(4*10) = √4 * √10 = 2√10

6 0
1 year ago
Read 2 more answers
The sum of the interior angles, s, in an n-sided polygon can be determined using the formula s = 180(n – 2), where n is the numb
pshichka [43]
S = 180° ( n - 2 )
The equation for n is:
 n = s / 180°  + 2
 s = 1,260°
 n = ( 1,260° : 180° ) + 2 = 7 + 2 = 9
Answer:
A polygon has 9 sides.
7 0
1 year ago
Read 2 more answers
A study was conducted to determine if there was a difference in the driving ability of students from West University and East Un
Sholpan [36]

Answer:

There is no significant evidence which shows that there is a difference in the driving ability of students from West University and East University, <em>assuming a significance level 0.1</em>

Step-by-step explanation:

Let p1 be the proportion of West University students who involved in a car accident within the past year

Let p2 be the proportion of East University students who involved in a car accident within the past year

Then

H_{0}:p1=p2

H_{a}:p1≠p2

The formula for the test statistic is given as:

z=\frac{p1-p2}{\sqrt{\frac{p*(1-p)*(n1+n2)}{n1*n2} } }  where

  • p1 is the <em>sample</em> proportion of West University students who involved in a car accident within the past year (0.15)
  • p2 is the <em>sample</em> proportion of East University students who involved in a car accident within the past year (0.12)
  • p is the pool proportion of p1 and p2 (\frac{15+12}{100+100}=0.135)
  • n1 is the sample size of the students from West University (100)
  • n2 is the sample size ofthe students from East University (100)

Then we have z=\frac{0.03}{\sqrt{\frac{0.135*0.865*(100+100)}{100*100} } } ≈ 0.6208

Since this is a two tailed test, corresponding p-value for the test statistic is ≈ 0.5347.

<em>Assuming significance level 0.1</em>, The result is not significant since 0.5347>0.1. Therefore we fail to reject the null hypothesis at 0.1 significance

6 0
1 year ago
Kayson mixes 300300300 milliliters (\text{mL})(mL)left parenthesis, start text, m, L, end text, right parenthesis of spinach, 20
Georgia [21]

Answer:

Total, T = (300s+200b+42d) mg

Step-by-step explanation:

Given that,

Kayson mixes 300 mL spinach, 200 mL of berries, and 42 mL of dressing to make a salad.

There are s mg of vitamin C per mL of spinach, b mg per mL of berries, and d mg per mL of dressing.

In 300 mL of spinach vitamin C is = (300 s)mg

In 200 mL of berries vitamin C is = (200 b)mg

In 42 mL of salad vitamin C is = (42 d)mg

It means that, total mg of vitamin C is :

Total, T = (300s+200b+42d) mg

Hence, this is the required solution.

4 0
2 years ago
Over which interval are the exponential and linear function approximately the same? from 0.25 to 0.5 from 0.5 to 0.75 from 0.75
ryzh [129]

Answer:

Answer is 0.25 to 0.5

Step-by-step explanation:

Let the linear function be y=x

and exponential function be y=e^x

x          0.25   0.5    0.75    1.0     1.25    1.5

y          0.25   0.5    0.75    1.0     1.25    1.5

Diff             0.25  0.25  0.25   0.25  0.25

e^x      1.29   1.65    2.12     2.72  3.49    4.48

Diff            0.36  0.47     0.60   0.77    0.99

Hence 0.36 to be nearer to 0.25, than other intervals

So answer is 0.25 to 0.5

3 0
1 year ago
Read 2 more answers
Other questions:
  • At the zoo the yellow birds are fed 1/3 of a bag of seed each day. The bluebirds get fed 1/4 as much as the yellow birds. how mu
    14·2 answers
  • If an arrow is shot upward on Mars with a speed of 58 m/s, its height in meters t seconds later is given by y = 58t − 1.86t2. (R
    5·2 answers
  • What is the value of x?<br> x = 32<br> x = 36<br> x = 37<br> x = 40
    10·2 answers
  • Which of the following shows the prime factorization of 36 using exponential notation?
    6·1 answer
  • Francesca spent 25 minutes on the internet yesterday if this is 5/6 of the time she spent on the computer,how long did she spend
    5·1 answer
  • Complete the following multiplication exercises.
    7·2 answers
  • The regular selling price of an item is $261. For special year-end sale the price is at a markdown of 20%. Find the discount pri
    15·1 answer
  • The plot shown below describes the relationship between the average income in a city and the average rent for a 111-bedroom apar
    13·1 answer
  • A environmental initiative has the goal of saving at least 25 2525 million hectares of rainforest through both planting trees an
    14·1 answer
  • Nate's weekly pay increased from $710 to $770. Which of the following is closest to the
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!