Find solutions to your problems with the help of IDNLearn.com's expert community. Get step-by-step guidance for all your technical questions from our dedicated community members.
Sagot :
The probability of an event is the measurement of the chance of that event's occurrence. The probabilities of considered events are:
- P(At least 8 have the disease) ≈ 0.4378
- P(At most 4 have the disease) ≈ 0.0342
How to find that a given condition can be modeled by binomial distribution?
Binomial distributions consist of n independent Bernoulli trials. Bernoulli trials are those trials that end up randomly either on success (with probability p) or on failures( with probability 1- p = q (say))
Suppose we have random variable X pertaining to a binomial distribution with parameters n and p, then it is written as
X = B(n,p)
The probability that out of n trials, there'd be x successes is given by
P(X=x) = [tex]^nC_xp^x(1-p)^{n-x}[/tex]
Since 10 people can be either diseased or not and they be so independent of each other (assuming them to be selected randomly) , thus, we can take them being diseased or not as outputs of 10 independent Bernoulli trials.
Let we say
Success= Probability of a diseased person tagged as diseased by the clinic
Failure = Probability of a diseased person tagged as not diseased by the clinic.
Then,
P(Success) = p = 72% = 0.72 (of a single person)
P(Failure) = q = 1-p = 0.28
Let X be the number of people diagnosed diseased by the clinic out of 10 diseased people. Then we have: X ≈ B(n+10,P=0.73)
Calculating the needed probabilities, we get:
a) P(At leased 8 have disease) = P(X≥8) =P(X=8) + P(X=9) + P(X=10)
P(X≥8) = [tex]^{10}C_8(0.73)^8(0.28)^2+^{10}C_9(0.73)^9(0.27)^1+^{10}C_{10}(0.73)^{10}(0.27)^0[/tex]
P(X≥8) ≈ 0.2548 + 0.1456 + 0.0374 ≈ 0.4378
b) P(At most 4 have the disease) = P(X≤4) = P(X=0) + P(X=1)+P(X=2)+P(X=3)+P(X=4)
P (X ≤ 4) =
[tex]^{10}C_0(0.73)^0(0.27)^{10}+^{10}{C_1(0.73)^1(0.27)^9+^{10}{C_2(0.73)^2(0.27)^8+^{10}C_3(0.73)&^3(0.27)^7 \\[/tex]
[tex]+^{10}C_4(0.73)^4(0.27)^6[/tex]
P (X ≤ 4) = 0.000003 + 0.000076+0.00088+0.00604+0.02719
P (X ≤ 4) = 0.0342
Thus,
The probabilities of considered events are:
- P(At leased 8 have disease) = 0.4378 approx
- P(At most 4 have the disease) = 0.0342 approx
Learn more about binomial distribution here:
brainly.com/question/13609688
#SPJ1
Your participation means a lot to us. Keep sharing information and solutions. This community grows thanks to the amazing contributions from members like you. IDNLearn.com provides the answers you need. Thank you for visiting, and see you next time for more valuable insights.