1answer.
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
Anni [7]
3 years ago
14

A university found that 20% of its students withdraw without completing the introductory statistics course. Assume that 20 stude

nts registered for the course. (Round your answers to four decimal places.) (a) Compute the probability that 2 or fewer will withdraw. (b) Compute the probability that exactly 4 will withdraw. (c) Compute the probability that more than 3 will withdraw. (d) Compute the expected number of withdrawals.
Mathematics
1 answer:
Mkey [24]3 years ago
3 0

Answer:

(a) Probability that 2 or fewer will withdraw is 0.2061.

(b) Probability that exactly 4 will withdraw is 0.2182.

(c) Probability that more than 3 will withdraw is 0.5886.

(d) The expected number of withdrawals is 4.

Step-by-step explanation:

We are given that a university found that 20% of its students withdraw without completing the introductory statistics course.

Assume that 20 students registered for the course.

The above situation can be represented through binomial distribution;

P(X =r) = \binom{n}{r} \times p^{r} \times (1-p)^{n-r};x=0,1,2,3,......

where, n = number of trials (samples) taken = 20 students

            r = number of success  

            p = probability of success which in our question is probability  

                  that students withdraw without completing the introductory  

                  statistics course, i.e; p = 20%

Let X = <u><em>Number of students withdraw without completing the introductory statistics course</em></u>

So, X ~ Binom(n = 20 , p = 0.20)

(a) Probability that 2 or fewer will withdraw is given by = P(X \leq 2)

P(X \leq 2) =  P(X = 0) + P(X = 1) + P(X = 2)

=  \binom{20}{0} \times 0.20^{0} \times (1-0.20)^{20-0}+ \binom{20}{1} \times 0.20^{1} \times (1-0.20)^{20-1}+ \binom{20}{2} \times 0.20^{2} \times (1-0.20)^{20-2}

=  1 \times1 \times 0.80^{20}+ 20 \times 0.20^{1} \times 0.80^{19}+ 190\times 0.20^{2} \times 0.80^{18}

=  <u>0.2061</u>

(b) Probability that exactly 4 will withdraw is given by = P(X = 4)

                      P(X = 4) =  \binom{20}{4} \times 0.20^{4} \times (1-0.20)^{20-4}

                                 =  4845\times 0.20^{4} \times 0.80^{16}

                                 =  <u>0.2182</u>

(c) Probability that more than 3 will withdraw is given by = P(X > 3)

P(X > 3) =  1 - P(X \leq 3) = 1 - P(X = 0) - P(X = 1) - P(X = 2) - P(X = 3)

=  1-(\binom{20}{0} \times 0.20^{0} \times (1-0.20)^{20-0}+ \binom{20}{1} \times 0.20^{1} \times (1-0.20)^{20-1}+ \binom{20}{2} \times 0.20^{2} \times (1-0.20)^{20-2}+\binom{20}{3} \times 0.20^{3} \times (1-0.20)^{20-3})

=  1-(1 \times1 \times 0.80^{20}+ 20 \times 0.20^{1} \times 0.80^{19}+ 190\times 0.20^{2} \times 0.80^{18}+1140\times 0.20^{3} \times 0.80^{17})

=  1 - 0.4114 = <u>0.5886</u>

(d) The expected number of withdrawals is given by;

                        E(X)  =  n\times p

                                 =  20 \times 0.20 = 4 withdrawals

You might be interested in
What is the factored form of the expression 144x2 - 49?
PIT_PIT [208]

Answer:

A

Step-by-step explanation:

Difference of squares: (a^2 - b^2) = (a - b)(a + b)

(144x^2 - 49) = (12x - 7) (12x + 7)

6 0
3 years ago
Read 2 more answers
Sue has 7/8 of her book left to read. If she reads another 2/7 of the book, how much of the book will she have left?
Strike441 [17]

Answer:

A. 33/56

Step-by-step explanation:

56ths is the only one of these that 7 can be broken up into.

6 0
3 years ago
Find an equation of the line containing the centers of the two circles whose equations are given below.
Anna35 [415]

Answer:

<h2><em>3y+x = -5</em></h2>

Step-by-step explanation:

The general equation of a circle is expressed as x²+y²+2gx+2fy+c = 0 with centre at C (-g, -f).

Given the equation of the circles x²+y²−2x+4y+1  =0  and x²+y²+4x+2y+4  =0, to  get the centre of both circles,<em> we will compare both equations with the general form of the equation above as shown;</em>

For the circle with equation x²+y²−2x+4y+1  =0:

2gx = -2x

2g = -2

Divide both sides by 2:

2g/2 = -2/2

g = -1

Also, 2fy = 4y

2f = 4

f = 2

The centre of the circle is (-(-1), -2) = (1, -2)

For the circle with equation x²+y²+4x+2y+4  =0:

2gx = 4x

2g = 4

Divide both sides by 2:

2g/2 = 4/2

g = 2

Also, 2fy = 2y

2f = 2

f = 1

The centre of the circle is (-2, -1)

Next is to find the equation of a line containing the two centres (1, -2) and (-2.-1).

The standard equation of a line is expressed as y = mx+c where;

m is the slope

c is the intercept

Slope m = Δy/Δx = y₂-y₁/x₂-x₁

from both centres, x₁= 1, y₁= -2, x₂ = -2 and y₂ = -1

m = -1-(-2)/-2-1

m = -1+2/-3

m = -1/3

The slope of the line is -1/3

To get the intercept c, we will substitute any of the points and the slope into the equation of the line above.

Substituting the point (-2, -1) and slope of -1/3 into the equation y = mx+c

-1 = -1/3(-2)+c

-1 = 2/3+c

c = -1-2/3

c = -5/3

Finally, we will substitute m = -1/3 and c = 05/3 into the equation y = mx+c.

y = -1/3 x + (-5/3)

y = -x/3-5/3

Multiply through by 3

3y = -x-5

3y+x = -5

<em>Hence the equation of the line containing the centers of the two circles is 3y+x = -5</em>

5 0
3 years ago
To which płace would you round to estimate 6,904-4,111 explain
Rainbow [258]
To estimate you would round the numbers, so it would be 7,000 - 4,000 = 3,000. 
8 0
3 years ago
The length of the hypotenuse of a 30-60 -90 triangle is 14 units. what is the length of the short leg
kifflom [539]

Recall that the short leg is the side opposite the 30 degrees angle. And the ratio of the short leg to the hypotenuse is 1:2.

Let the length of the short leg be x, then,

\cfrac{x}{14}=\cfrac{1}{2}\\ \\\Rightarrow2x=14\\ \\\Rightarrow x=\cfrac{14}{2}=7

6 0
3 years ago
Other questions:
  • An actor is rehearsing his lines in two scenes. He has 12 lines in scene 1, and 16 lines in scene 2. There are 24 lines total in
    11·1 answer
  • An airplane is flying 600 mph on a horizontal path that will take it directly over an observer. The airplane remains a constant
    6·1 answer
  • Rena evaluated 3/4 ÷ 2/5 and got an answer of 1 7/8. Which statement is true about her answer
    13·1 answer
  • Solve by the linear combination method (with or without multiplication).
    13·1 answer
  • Help me please i’ll give extra points
    6·2 answers
  • Quotien of 6x^4-15x^3-2x^2-10x-4÷3x^2+2
    9·1 answer
  • Use the bar graph to find the experimental probability of the event. Write your answer as a fraction or percent rounded to the n
    9·1 answer
  • Enter 2/5 and 1/3 as a pair of equivalent fractions with the least common denominator between the two fractions.
    11·1 answer
  • Whats 30 divided by 12
    7·2 answers
  • How tall would a person be if they were 225m?​
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!