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
Vladimir79 [104]
3 years ago
5

USA Today reported that about 20% of all people in the United States are illiterate. Suppose you take eight people at random off

a city street. (a) Make a histogram showing the probability distribution of the number of illiterate people out of the eight people in the sample. WebAssign Plot WebAssign Plot WebAssign Plot WebAssign Plot Incorrect: Your answer is incorrect. (b) Find the mean and standard deviation of this probability distribution. (Round your answers to two decimal places.) μ = people σ = people Find the expected number of people in this sample who are illiterate. (Round your answer to two decimal places.) people (c) How many people would you need to interview to be 97% sure that at least seven of these people can read and write (are not illiterate)? people Need Help? Read It Watch It

Mathematics
1 answer:
Law Incorporation [45]3 years ago
5 0

Answer:

a) Figure and code attached

b) E(X)=\mu = np = 8*0.2= 1.6

Var(X) =\sigma^2= np(1-p) = 8*0.2*(1-0.2) = 1.28

Sd(X)=\sigma= \sqrt{1.28}= 1.131

c) P(X\geq 7) =0.97

And we can calculate this with the complement rule.

P(X \geq 7) = 1-P(X

So then we have:

P(X \leq 6) = 0.03

And we are interested on the valueof n who satisfy this expression.

And for this we can verify this with the following code:

"=BINOM.DIST(6,E54,0.2,TRUE)"

And as we can see on the second figure attached the value who satisfy the condition would be n = 60.

Step-by-step explanation:

Previous concepts

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".

Solution to the problem

Let X the random variable of interest, on this case we now that:

X \sim Binom(n=8, p=0.2)

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

We can use the following R code to generate the histogram for this case:

> x <- seq(0,8,by = 1)

> y <- dbinom(x,8,0.2)

> plot(x,y,type = "h",main="Histogram")

And as we can see we got the result on the figure attached. And the distribution seems to be skewed to the right.

Part b

For this case the expected value is given by:

E(X)=\mu = np = 8*0.2= 1.6

The variance is given by:

Var(X) =\sigma^2= np(1-p) = 8*0.2*(1-0.2) = 1.28

And the standard deviation would be:

Sd(X)=\sigma= \sqrt{1.28}= 1.131

Part c

For this case we have the following inequality:

P(X\geq 7) =0.97

And we can calculate this with the complement rule.

P(X \geq 7) = 1-P(X

So then we have:

P(X \leq 6) = 0.03

And we are interested on the valueof n who satisfy this expression.

And for this we can verify this with the following code:

"=BINOM.DIST(6,E54,0.2,TRUE)"

And as we can see on the second figure attached the value who satisfy the condition would be n = 60.

You might be interested in
What is the answer to, one half of 9?
GREYUIT [131]
Answer:

4.5

Step-by-step explanation:

One half of 9 = 9/2 = 4.5
7 0
2 years ago
Think of 5 positive integers that have a mode of 3, a median of 5, a mean of 7 and a range of 12.
kiruha [24]

For the mode to be 6, there has to be at least two 6s.

For the median to be 6, with two 6s, there must be at least one number above 6.

For the mean to be 6, the sum is 30, so the three remaining numbers must total 18.

3 0
2 years ago
If x equals 6, what is the order of the angles from smallest to largest degree?
aleksandrvk [35]

Answer:

A

Step-by-step explanation:

just find the value , and you will get tje answer

8 0
4 years ago
Read 2 more answers
10x10= what<br> please answer i want to see if it works
Rudik [331]

Answer:

100

Step-by-step explanation:

10 x 10 = 100

4 0
3 years ago
Read 2 more answers
What is the volume of this triangular pyramid?
zheka24 [161]

Answer:

72 cubic inches

it's the good answer I looked at it twice

4 0
3 years ago
Read 2 more answers
Other questions:
  • Need help asap will upvote Which statement about the ordered pairs (3, −8)(3, −8) and (4, 4)(4, 4) is true for the equation 3x−y
    5·2 answers
  • Need to divide 837÷9 with step by step directions
    7·1 answer
  • a class has the same number of girls and boys only 8 boys were absent on a particular day and then the number of girls was doubl
    9·1 answer
  • one pentagon has an area of 16 cm and the other pentagon has an area of 28 cm what is the ratio of both. they are similar pentag
    14·1 answer
  • Which expression is equivalent to<br> (7x3)" (28)?
    9·1 answer
  • NIGEL is looking to buy a TV. The space that NIGEL has available for a TV is 60 inches wide and 50 inches tall. A TV's size is a
    5·1 answer
  • Brainlyist for the right answer
    9·2 answers
  • I need help explain pls
    12·2 answers
  • The triangle of vertex of an isosceles triangle is 110 find its base triangles
    8·1 answer
  • Select the correct answer from the drop-down menu
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!