Question

In: Statistics and Probability

**please put the solution in easy to understand letters because I also want to learn how...

**please put the solution in easy to understand letters because I also want to learn how to solve it, thanks

1) On a particular production line, the likelihood that a light bulb is defective is 10%. Seven light bulbs are randomly selected. What is the probability that at most 4 of the light bulbs will be defective?

2) Patients scheduled to see their primary care physician at a particular hospital wait, on average, an additional seven minutes after their appointment is scheduled to start. Assume the time that patients wait is exponentially distributed. What is the probability a randomly selected patient will see the doctor within eleven minutes of the scheduled time?

3) We draw a random sample of size 49 from a normal population with variance 2.1 If the sample mean is 19.5, what is a 90% confidence interval for the population mean?

a. 18.8415, 20.1585 b. 18.7180, 20.2820 c. 19,2373, 19.7627      d. 19.1600, 19.8400

4) Suppose taxi fare from Logan Airport to downtown Boston is known to be normally distributed with a standard deviation of $2.70. The last seven times John has taken a taxi from Logan to downtown Boston, the fares have been $22.50, $23.51, $23.50, $21.90, $22.42, $21.71, and $22.54. What is a 95% confidence interval for the population mean taxi fare?

5) A ramdon sample of size 36 is taken from a population with mean µ=10 and standard deviation σ =2. What is the probability that the sample mean is greater than 11?

Solutions

Expert Solution

Answer1) On a particular production line, the likelihood that a light bulb is defective is 10%. Seven light bulbs are randomly selected. What is the probability that at most 4 of the light bulbs will be defective?

Solution:

Given that ,

p = 0.1

1 - p = 0.9

n = 7

Using binomial distribution formula ,

P(X) = nCx * p^x (1-p)^n-x

P(Atmost 4 defective)

= P(0) + P(1) + P(2) + P(3) + P(4)

= 7C0 * 0.1^0 * 0.9^7 + 7C1 * 0.1^1 * 0.9^6 + 7C2 * 0.1^2 * 0.9^5 +7C3 *0.1^3 * 0.9^4 + 7C4 * 0.1^4 * 0.9^3

= 0.4783 + 0.3720 + 0.1240 + 0.0230 + 0.0026

= 0.9999

Therefore, the probability that at most 4 of the light bulbs will be defective is 0.9999

Answer 2) Patients scheduled to see their primary care physician at a particular hospital wait, on average, an additional seven minutes after their appointment is scheduled to start. Assume the time that patients wait is exponentially distributed. What is the probability a randomly selected patient will see the doctor within eleven minutes of the scheduled time?

Solution:

= 1/7

P(X11) = 1 - e^-(1/7*11)

= 1 - e^-1.5714

= 1 - 0.2077

= 0.7923

Answer 3) We draw a random sample of size 49 from a normal population with variance 2.1 If the sample mean is 19.5.

what is a 90% confidence interval for the population mean?

Solution:

Given that,

Sample mean, = 19.5

Standard deviation,

= √variance

= √2.1

= 1.449

n = 49

90% confidence interval for the population mean:

z-score for 90% confidence level,Z/2 = 1.645

= x̄ ± z* σ / (√n)

= 19.5 1.645​​​ * 1.449/√49

= 19.5 0.3405

= (19.1600, 19.8400)

Therefore, option d is correct answer.

Answer 4) Suppose taxi fare from Logan Airport to downtown Boston is known to be normally distributed with a standard deviation of $2.70. The last seven times John has taken a taxi from Logan to downtown Boston, the fares have been $22.50, $23.51, $23.50, $21.90, $22.42, $21.71, and $22.54. What is a 95% confidence interval for the population mean taxi fare?

Solution:

Mean, x̄ = (22.50+23.51+23.50+21.90+22.42+21.71+22.54)/7

= 158.08/7

= 22.58

Standard deviation = 2.70

95% confidence interval for the population mean taxi fare:

z-score for 95% confidence level = 1.96

= x̄ ± z* σ / (√n)

= 22.58 1.96 * 2.70/√7

= 22.58 2.00

= (20.58, 24.58)

Therefore, 95% confidence interval for the population mean taxi fare is (20.58, 24.58).

Answer 5) A ramdon sample of size 36 is taken from a population with mean µ=10 and standard deviation σ =2. What is the probability that the sample mean is greater than 11?

Solution:

n=36

µ=10

σ =2.

the probability that the sample mean is greater than 11:

P(X>11) = P((x – μ) / σ/√n > (11-10)/2/√36)

= P(Z>3)

= 1- P(Z<3)

= 1 - 0.99865

= 0.001350

~ 0.0014

Therefore, the probability that the sample mean is greater than 11 is 0.0014.


Related Solutions

Please explain your answer thoroughly because I want to understand it well and also please include...
Please explain your answer thoroughly because I want to understand it well and also please include a diagram if possible Two objects which have mass: m1 = 10kg and m2 = 20kg. Both of them are moving at the velocity of: v1 = 20^i ms and v2 = 10^j ms and then the two objects collide completely inelastically. In what direction do the two objects go after the collision? After the collision, how much kinetic energy was lost?
I want to understand how this can be solved in c++. Please send a screenshot also...
I want to understand how this can be solved in c++. Please send a screenshot also with your code so I can see how it is supposed to be formatted or indented. Instructions: Your program will read in a file of commands. There are three types of commands: Warrior creates a new warrior with the specified name and strength. Battle causes a battle to occur between two warriors. Status lists all warriors, alive or dead, and their strengths. A sample...
I have no strong background in Probability, please, present to me an easy to understand solution...
I have no strong background in Probability, please, present to me an easy to understand solution to this problem with detail explanation. Thank you. An urn contains three white, six red, and five black balls. Six of these balls are randomly selected from the urn. Let X and Y denote respectively the number of white and black balls selected. Compute the conditional probability mass function of X given that Y = 3. Also compute E[X|Y = 1]
This is my own question because I want to understand this as best as possible. ATC...
This is my own question because I want to understand this as best as possible. ATC = AFC + AVC 1) Can ATC increase if AFC decreases? 2) Can ATC decrease if AVC decreases? 3) If you could add anything else I would really appreciate it. I want to know how this average equation works.
please do this in C++! I want to understand it, it must be done before the...
please do this in C++! I want to understand it, it must be done before the evening or nightime. Follow instructions exactly as it says. Please send a screenshot also with your code so I can see how it is supposed to be formatted. Since typing it a chegg answer, makes it look a bit messy. Your program will read in a file of commands. There are three types of commands: Warrior creates a new warrior with the specified name...
This is C++ there are intruction and descriptions. Please give me the answer because I understand...
This is C++ there are intruction and descriptions. Please give me the answer because I understand the concept, but don't know how to put in the actual problem yet. Instructions and Assumptions Declare and implement the three functions described below. Your declarations should go in AnyList.h. Your definitions should go in Functions.cpp. For all of these functions, assume the list contains at least three elements. No need to consider the empty list cases. The Functions 1. Overload the insertion operator...
I do not understand how you post it. When I put some of the answers in,...
I do not understand how you post it. When I put some of the answers in, they are wrong. Comprehensive Problem 5 Part B: Note: This section is a continuation from Part A of the comprehensive problem. Be sure you have completed Part A before attempting Part B. You may have to refer back to data presented in Part A and use answers from Part A when completing this section. Genuine Spice Inc. began operations on January 1 of the...
1. Accounting is an easy subject for people to understand because almost everyone is exposed to...
1. Accounting is an easy subject for people to understand because almost everyone is exposed to basic accounting concepts in their everyday life. True or False?? 2. Although managers who work for large firms must know something about accounting, people who run small businesses only need to know the basics of bookkeeping. True False 3. It is impossible to run a company effectively without the ability to read and understand basic accounting reports and financial statements. True False 4. With...
No sloppy writing, please! I want to be able to see and understand each step :)...
No sloppy writing, please! I want to be able to see and understand each step :) The three polarizing filters are bundled so that the polarizing axes of the second and third filters are 33 ° and 71 °, respectively, relative to the polarizing axis of the first filter. Intensity of unpolarized light hitting the bundle after passing through the bundle is 53 W / cm^2. If the intensity of the incoming light is kept constant, what is the intensity...
I want letter about appreciation,to appreciate agency give me scholarship . please I want typing because...
I want letter about appreciation,to appreciate agency give me scholarship . please I want typing because I don't understand handwriting thanks
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT