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
Find the distance between the two points in simplest radical form. (3,8) and (5, -1)​
ruslelena [56]

Answer: irk

Step-by-step explanation:

7 0
2 years ago
Pls please help me ASAP!!!
oksian1 [2.3K]

Answer:

z = 0

Step-by-step explanation:

3 (z + 7) = 21

3z + 21 = 21

3z = 0

z = 0

8 0
2 years ago
24=x^2−4x+3 completing the square
Mars2501 [29]

Answer:

-3,7

Step-by-step explanation:

See the Image below:)

8 0
2 years ago
Help please Algebra 1 <br> Simplify 4y-6yx+y
astraxan [27]
I hope you will like my answer

5 0
2 years ago
What is 1/10 of an income of $97.50
sladkih [1.3K]
The answer is $9.75.
8 0
2 years ago
Read 2 more answers
Other questions:
  • 7x2–5 - 28-3+5.
    5·2 answers
  • Rewrite the expression by using symbols 7(x - 20)
    6·1 answer
  • Find the odds for and the odds against the event rolling a fair die and getting a 4, a 2, a 1, or a 6.
    11·1 answer
  • m TMN = x + 72, m LMN = 166°, and m LMT = 96 + x. Find m LMT. what is the answer to this? ill make you the brainly
    6·1 answer
  • What is the answer to 11
    15·1 answer
  • A large van is being used for a picnic. There will be 8 people riding in the van, and there are 8 seats in the van (one of which
    6·1 answer
  • What is the area of the figure
    8·1 answer
  • Help ASAP 2.0 ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍
    13·2 answers
  • Ella is putting her savings into a retirement fund that will compound her $7000 semiannually at 7% interest. How much will her r
    10·1 answer
  • ABC is an isosceles<br> AB= 3x-4 and BC= 5x-10<br><br> what is AB?
    15·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!