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
guapka [62]
3 years ago
15

A company is in the business of finding addresses of long-lost friends. The company claims to have a 70% success rate. Suppose t

hat you have the names of nine friends for whom you have no addresses and decide to use the company to track them. (a) Make a histogram showing the probability of r = 0 to 9 friends for whom an address will be found. Maple Generated Plot Maple Generated Plot Maple Generated Plot Maple Generated Plot (b) Find the mean and standard deviation of this probability distribution. What is the expected number of friends for whom addresses will be found? (Round your answers to two decimal places.) μ = friends σ = friends (c) How many names would you have to submit to be 97% sure that at least two addresses will be found? (Enter your answer as a whole number.) names

Mathematics
1 answer:
Galina-37 [17]3 years ago
5 0

Answer:

a) Figure attached

b) E(X) =\mu= np = 9*0.7=6.3

Sd(X) =\sigma= \sqrt{np(1-p)}= \sqrt{9*0.7*(1-0.7)}=1.375

c) For the case n= 6

P(X \leq 2) = 0.9891

For the case n= 5

P(X \leq 2) = 0.9692

So then we need at least  n=5 or n=6 to satisfy the condition required.

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=9, p=0.7)

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

For this case we can use the following R code:

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

> y <- dbinom(x,9,0.7)

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

And we can see on the figure attached the solution.

We see that the higher probabilities are from 4 to 9

Part b

The expected value is given by:

E(X) =\mu= np = 9*0.7=6.3

The variance is given by:

Var (X) =\sigma^2= np(1-p) = 9*0.7*(1-0.7)= 1.89

And the standard deviation is:

Sd(X) =\sigma= \sqrt{np(1-p)}= \sqrt{9*0.7*(1-0.7)}=1.375

Part c

First we can find the probability that at least two addresses will be found in the list of 9 that we have like this:

P(X \geq 2)

We can use the complement rule and we have:

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

We find the indicidual probabilities:

P(X=0)=(9C0)(0.7)^0 (1-0.7)^{9-0}=0.00001968

P(X=1)=(9C1)(0.7)^1 (1-0.7)^{9-1}=0.000413

P(X \geq 2) = 1-[0.00001968+0.000413]=0.9996

If we use the case of n=8 and we find P(X\leq 2), we got:

P(X \leq 2) = 0.9987

For the case n= 7

P(X \leq 2) = 0.9962

For the case n= 6

P(X \leq 2) = 0.9891

For the case n= 5

P(X \leq 2) = 0.9692

So then we need at least  n=5 or n=6 to satisfy the condition required.

You might be interested in
PLEASE HELP ME GUYS ITS URGENT!!
r-ruslan [8.4K]

Answer:

C

Step-by-step explanation:

8 0
2 years ago
Molly had 8 apples jim has 8 how many do they have all together
Norma-Jean [14]

Answer:

16

Step-by-step explanation:

5 0
3 years ago
Read 2 more answers
Someone answer this pls-
Hunter-Best [27]

Answer:

c

Step-by-step explanation:

4 0
3 years ago
Read 2 more answers
3
gregori [183]
Far left and far right.
Have a gud day!
7 0
3 years ago
Read 2 more answers
What is the answer for <br> 5+7x0+10+2
Hatshy [7]

Answer:

17

Step-by-step explanation:

Using order of operations you eliminate the 7x0, which becomes just 0, and from then it is simply a left to right addition problem

4 0
3 years ago
Read 2 more answers
Other questions:
  • If f(x)=2x-3/5 , which of the following is the inverse of f(x)?
    15·1 answer
  • What is the value of d when 11(d+1)=4(d+8)
    10·2 answers
  • Square root of sin 35 +sin 50 / cos 35 -cos 50
    12·1 answer
  • What is the slope of this line? Need Help ASAP​
    8·2 answers
  • After leaving her $7500 investment in a simple interest account for three years, Linda earned $1325 in interest. What was the in
    9·1 answer
  • What is the special rule with multiplying or dividing an equality by a negative number?
    13·1 answer
  • What is the area of the figure below?
    11·2 answers
  • Please help me solve this. I have been trying to solve this. If the 212 doesn't belong then change it
    15·1 answer
  • Can please some help me out with this 3 question
    13·1 answer
  • How long does it take to pay off the higher-interest card?
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!