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
I need the answers to 1 and 2 please help
Serggg [28]

Answer:

you need to write the article name or a picture of the article to get a correct answer.

Step-by-step explanation:

7 0
3 years ago
Write an expression to represent: the product of 5 and a number decreased by 3.
Maru [420]

Answer:

(n) (5) - 3

5n - 3

7 0
3 years ago
Use the quadratic model y = −4x2 − 3x + 4 to predict y if x equals 5.
REY [17]

Answer:

-111

Step-by-step explanation:

substitute 5 in place of each x

    -4(5)^2 - 3(5) + 4

then evaluate or type it into your calculator

    -100 - 15 + 4

7 0
3 years ago
Read 2 more answers
DEFG is a parallelogram find the value of x and y. Plz HELP..
Vilka [71]

Answer:

B)x=23

y=20

Step-by-step explanation:

6 0
2 years ago
Read 2 more answers
6) Víctor se dedica a la exportación de café y su
Lemur [1.5K]

Answer:

BElabora un esquema y resuelve el problema.​

Step-by-step explanation:

5 0
3 years ago
Other questions:
  • A group of students were competing to raise money for a charity; their goal was to raise a total of $300. Philip raised 40% of t
    14·1 answer
  • A rectangular horseshoe pit is 53 inches long and 32 inches wide.
    14·1 answer
  • HELP ASAP!!!!!! 20 Points and will mark brainliest for correct answer!
    12·2 answers
  • Translate the following statement to an inequality.
    14·2 answers
  • In ΔRST, the measure of ∠T=90°, the measure of ∠R=56°, and ST = 73 feet. Find the length of TR to the nearest tenth of a foot.
    7·1 answer
  • Please help im very confused
    8·1 answer
  • Select all the points that are on the graph of the line y=1/2x+5
    15·2 answers
  • Given m<br> n, find the value of x and y<br> m<br> (7x+18)<br> (5x-6)<br> (3y+11)<br> n
    14·1 answer
  • 3x4.-4<br> 5x3 - 2x2<br> 4x3 + 6x<br> ?<br> 4x4 - 2x2 – 3x
    10·1 answer
  • Find the area of the given figure :
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!