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
Haley draws one card from a standard deck of 52 playing cards. She draws one card, returns it to the deck, shuffles the deck, an
ipn [44]

Answer:

no

Step-by-step explanation:

because of the square she drawn

3 0
3 years ago
Does the relation {(5,-2), (5,-8), (4,-6), (7,-1)} represent a function?
Sergio [31]

Answer:

no, it does not

Step-by-step explanation:

if it was a function, all the x values would've been different, but since 5 is repeated, it is not a function.

5 0
2 years ago
(x + y + 3)(x + y - 4) multiplying polynomials
Yuliya22 [10]
X^2 + 2xy + -x + y^2 + -y + -12
4 0
3 years ago
Hlo sir i am laavanya how are you​
Monica [59]

Answer:

thanks for free point Mark me as brain list

6 0
3 years ago
Read 2 more answers
Donna is going to swim 20 laps. She has completed 6 laps. What fraction of laps has she completed? What fraction of her swim rem
Citrus2011 [14]

Answer:

1.6/20

2.14/20

Step-by-step explanation:

3 0
3 years ago
Other questions:
  • Sorry last question :(
    6·1 answer
  • If someone could get both it would be greatly appreciated
    7·2 answers
  • Kali is single and earns $45,800 per year. What is her annual federal withholding?
    7·1 answer
  • What’s the exponential form of 64
    9·1 answer
  • The two intervals (114.9, 115.7) and (114.6, 116.0) are confidence intervals (computed using the same sample data) for μ = true
    12·1 answer
  • Helppp meeee plsssss
    11·1 answer
  • Does anyone know how to slove this <br> X+7=-3 <br> X-y=-3
    10·1 answer
  • Can someone please explain how to find x in this trapezoid
    10·1 answer
  • 1. If x + 13 = 5, then the value of x is<br> (a) 18<br> (b)-18<br> (c)-8<br> (d) 8
    7·2 answers
  • Please help meeeee it’s actually super easy
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!