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
To solve 1/3 divided by 9 James thinks of dividing a loaf of bread
garri49 [273]

Answer:

it would be 0.3 with bar notation

Step-by-step explanation:

8 0
3 years ago
Read 2 more answers
Please me in math<br><img src="https://tex.z-dn.net/?f=%20%5Cfrac%7Ba%20%2B%201%7D%7Ba%20-%201%7D%20%20%2B%20%20%5Cfrac%7B%20%7B
PIT_PIT [208]

Step-by-step explanation:

hope this helps you thank you

5 0
2 years ago
Read 2 more answers
X +(-5) = 4<br> Step by step equations and I want to give you guys points so yeah love you
lubasha [3.4K]

Answer:

X - 5 = 4

Step-by-step explanation:

lol love u too no homo

4 0
2 years ago
Read 2 more answers
Tao Bergolts bank granted him a single-payment loan of $4,400 at an interest rate of 12 percent. The term of the loan is 172 day
jolli1 [7]

Answer: $ 14736 (approx)

Step-by-step explanation:

Since,  Maturity value is the amount payable to an investor at the end of a holding period of debt instrument.

And, It is defined as, V= P(1+r)^n

Where, P is the principal amount,

r is the interest rate

And, n is the time period.

Here, P=  $4,400 r=  12 % and n = 172/365

Thus, Maturity value for this loan,

V = 4400(1+12)^{172/365}

⇒V= 4400 × 3.34908932078 = 14735.9930114 ≈ 14736


6 0
2 years ago
A function f(x) is said to have a removable discontinuity at x=a if: 1. f is either not defined or not continuous at x=a . 2. f(
Alexeev081 [22]

Answer:

it would be 5

Step-by-step explanation:

8 0
2 years ago
Other questions:
  • A bridge on a river is modeled by the equation h = -0.2d2 + 2.25d, where h is the height and d is the horizontal distance. For c
    14·2 answers
  • Mr. Sullivan places tiles numbered 1 through 18 in a bag and assigns a number to represent each of the 18 students in his class.
    6·1 answer
  • Someone help me answer this one
    6·1 answer
  • How do you fine the volume ?
    13·2 answers
  • Please hurry
    8·2 answers
  • Which table shows no correction?
    5·1 answer
  • Using the given information, find the sum of each arithmetic series. 12. a, = 6 d = 7 n = = 12 S 12​
    8·1 answer
  • Which matrix represents the solution to this system of equations?
    11·2 answers
  • Help me please I need it by tommrow u get brai nlist
    12·1 answer
  • I need help asap please
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!