Welcome to Westonci.ca, where you can find answers to all your questions from a community of experienced professionals. Get expert answers to your questions quickly and accurately from our dedicated community of professionals. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.
Sagot :
Considering a binomial experiment with n = 8 trials where the probability of success on a single trial is p = 0.30.ythen the by using the complement rule the P(r = 0)=0.942.
How do you write a binomial expression?
A binomial is a polynomial with the handiest terms. For example, x + 2 is a binomial, in which x and a pair of are separate terms. Also, the coefficient of x is 1, the exponent of x is 1 and a pair of is the regular here. Therefore, A binomial is a -time period algebraic expression that carries variable, coefficient, exponents and regular.
- A P(R = 0), n = 8, p = 0.3
- R simBinomial(n = 8, p = 0.3)
- P(R = 0) = binomial(n,r) * p ^ r * (1 - p) ^ (n - r) = binomial(8,0) * (0.3) ^ 0 * (1 - 0.3) ^ (8 - 0) = 1 * (0.3) ^ 0 * (0.7) ^ 8 = 0.057648 approx0.057648 approx0.058
- P(R = 0) = 0.058
- Using excel feature BinomDist (0,8,0.3, false) or T1-83/84 feature binompdf (8,0.3,0), precise solution is 0.05764801
- P(R >= 1), n = 8, p = 0.3
- P(R >= 1) = 1 - P(R < 1 xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed>= 1) = 1 - P(R < 1>= 1) = 0.942
- Using excel feature 1-Binom Dist (0,8,0.3, true) or TI-83/84 feature 1-binom cdf (8, 0.3, 0) , precise solution is 0.94235199
Read more about binomial ;
https://brainly.com/question/9325204
#SPJ1
Visit us again for up-to-date and reliable answers. We're always ready to assist you with your informational needs. We hope our answers were useful. Return anytime for more information and answers to any other questions you have. Thank you for visiting Westonci.ca, your go-to source for reliable answers. Come back soon for more expert insights.