biostatics group assignment 1
biostatics group assignment 1
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
Submitted to
Submission date
1. Among 200 patients at a Tikur Anbessa hospital. 40 of them are cardiac patients, 100 of them
are cancer patients and 60 of them are diabetic patients. The hospital wants to give free medical
service for some patients.
A) What is the probability that 5 cardiac and 10 cancer patients are given free medical treatment?
B) What is the probability that 2 cardiac, 5 cancer patients and 4 diabetic patients are given free
medical treat
Solutions: we use combinations rule of counting to find the probabilities since there is no matter
about order.
A). Given
B). Given;
3. Let A and B be two events associated with an experiment and suppose that P (A) =0.4 while P
(AUB) =0.7. Let P (B) =P
Solution: Two events are said to be mutually exclusive if and only they satisfy:
A ꓵ B =( )
P(A ꓴ B)=P(A) +P(B)
So ,p(A U B) = P(A) +P(B) =0.7
=P=0.3
4. It is known that 20% of all persons given a certain sedative drug get very drowsy within 2
minutes. Find the probabilities that among 14 persons given this drug,
a) At most 2
b) At least 5
c) 2, 3 or 4 will get very drowsy within 2 minutes.
Solution: To solve the given problem, we can use the binomial distribution formula,
because the situation involves a fixed number of independent trials (n=14 persons), each with
two possible outcomes of drowsy or not drowsy. The probability of success (getting drowsy) is p
= 0.20 and the probability of failure is q = 1 - p = 0.80.
To find the probability that at most 2 persons get very drowsy, we need to calculate:
P(X ≤ 2) = P(X = 0) + P(X = 1) + P(X = 2), and we should calculate for each variable:
ANSWER: The probability of at most 2 people getting drowsy within 2 minutes is 0.448
To find the probability that at least 5 persons get very drowsy, we need to calculate:
Since we already have the values of P(X=0), P(X=1) and P(X=2), now we should calculate for
P(X=3) and P(X=4)
= 1 - P(X ≤ 4),
P(X ≥ 5) = 0.13
ANSWER: The probability of at least 5 people getting drowsy within 2 minutes is 0.13
Simply: P(X = 2) + P(X = 3) + P(X = 4), and from previous calculation result, we can substitute
the values and get the final result:
ANSWER: The probability of 2, 3 or 4 will get very drowsy within 2 minutes is 0.672
5. An allergist claims that 50% of the patients she tests are allergic to some type of weed. What
is the probability that
Where C(n, x) is the number of combinations of n items taken x at a time, calculated as n! / (x!
(n-x)!)
Calculation:
C(4, 3) = 4! / (3!1!) = 4
Answer=0.25
Calculation:
C(4, 0) = 4! / (0!4!) = 1
Answer=0.0625
6. In three rural area projects, 30 percent of children under six years of age were found with
severe forms of under nutrition. If only 3 children were selected at random from the three rural
areas, what is the probability of 3, 2, 1 and none (0) being severely undernourished?
Answer
Given
P (un)=0.3
The number of children selected is
n=3
Required
The probability of selecting 3, 2, 1 and none (0) being severely undernourished children
Solution
P(x)=(n,x)p^x(1−p)^n-x
P(3)=(3, 3)(0.3)^3(1−0.3)^3−3
P(3)=1⋅(0.3)^3⋅(0.7)^0
(3)=0.027
P(2)=(3, 2)(0.3)^2(1−0.3)^3−2
(2)=3⋅(0.3)^2⋅(0.7)^1
(2)=0.189
Step 3. Calculate the probability of 1 undernourished child.
P(1)=(3, 1)(0.3)^1(1−0.3)^3−1
(1)=3⋅(0.3)^1⋅(0.7)^2
(1)=0.441
P(0)=(3, 0)(0.3)^0(1−0.3)^3−0
P(0)=1⋅(0.3)^0⋅(0.7)^3
(0)=0.343
P(x=3) = 0.027
P(x=2) = 0.441
P((x=1) = 0.189
P(x=0) = 0.343
Verification
0.027+0.189+0.441+0.343=1
7. Suppose that in a certain malarias area past experience indicates that the probability of a
person with a higher fever will be positive for malaria is 0.7. Consider 3 randomly selected
patients (with high fever) in that same area.
b. What is the probability that exactly one patient will be positive for malaria?
d. What is the probability that exactly two patient will be positive for malaria?
e. What is the probability that all patients will be positive for malaria?
n! 3!
a) P(x=0) = ( p x q n−x ) = ¿ = 0.027
( n−x ) ! x ! ( 3−0 ) !∗0 !
n! x n− x 3!
b) P(x=1) = (p q ) = ¿ = 0.189
( n−x ) ! x ! ( 3−1 ) !∗1!
n! 3!
d) P(x=2) = ( p x q n−x )= ¿ = 0.441
( n−x ) ! x ! ( 3−2 ) !∗2 !
n! 3!
e) P(x=3) = x n-x
(p q ) = ( n−x ) ! x !
( p q )=
x n−x
¿
( 3−3 ) !∗3 ! = 0.343
8. The daily number of new registrations of Nobel Corona Virus is 2.2 on average, what is the
probability of
Solutions: This is about Poisson distribution which is often used for counting the number of
events that happen within a fixed interval, given that the events occur with a known constant
mean rate and independently of each other.
A) X= 0, p(x) = = =0.1108
Probability of getting no new cases is 0.111
9. It is known that bacteria of a certain kind occur in water at a rate 2 bacteria per cubic
centimeter of water. Assuming that the phenomenon obeys a Poisson probability law, what is the
probability that a sample of two cube centimeters of water will contain
a. No bacteria?
First, let’s find the expected number of bacteria in the sample, which is Poisson’s
parameter λ.
λ=2 bacteria/cm3×2 cm3=4
Then, we use Poisson probability mass function.
Pr (X=x)=
a. Probability of no bacteria.
x=0
−4 0
e ∗4
Pr(X=0) = = 0.0183
0!
Thus, the probability of finding no bacteria in a sample of two cube centimeter of water is
approximately 0.0183
10. The number of monthly breakdowns of a microscope is a random variable having a Poisson
distribution withl = 1.8 . Find the probabilities that this microscope will function for a month
a. Without a breakdown
e=2.71828
x=0 (a)
x=1(b)
11. The number of telephone calls that arrive at a phone exchange in need of Ambulance is often
modelled as a Poisson distribution. Assuming that there are 10 calls per hour, find the
probabilities that there will be
c) 5 calls in 30 minutes.
−5 5
e ∗5
c) x=5 , l = 10 call/hr * 0.5hr = 5call : p (x=5) = = = 0.175
5!