Pas Problem Set
Pas Problem Set
Notations:
1. X ∼ Bin(n, p) indicates that the random variable X has Binomial distribution with n
trials and success probability p.
2. X ∼ NB(r, p) indicates that the random variable X has negative Binomial distribution
with r successes and success probability p.
3. X ∼ Ge(p) indicates that the random variable X has Geometric distribution with
success probability p.
4. X ∼ Hyp(a, n, N ) indicates that the random variable X has Hyper geometric distri-
bution, where N is the total number of items, a is the number of success and n is the
number of selected items .
5. X ∼ P (λ) indicates that the random variable X has Poisson distribution with param-
eter λ > 0.
7. X ∼ U (α, β) indicates that the random variable X has Uniform distribution on the
interval (α, β).
8. X ∼ G(α, λ) indicates that the random variable X has Gamma distribution with
parameters α > 0 & λ > 0.
9. X ∼ E(λ) indicates that the random variable X has Exponential distribution with
parameters λ > 0.
10. X ∼ N (µ, σ 2 ) indicates that the random variable X has Normal (Gaussian) distribu-
tion with parameters µ > 0 & σ > 0.
1. Let X be a random variable. Define X(m) = X(X − 1)(X − 2) · · · (X − m + 1), for
m ∈ N. Then find the expectation E(X(m) ) of X(m) for the following cases:
2. A person has to open a lock whose key is lost among a set of N keys. Assume that
out of these N keys only one can open the lock. To open the lock the person tries
keys one by one by choosing, at each attempt, one of the keys at random from the
unattempted keys. The unsuccessful keys are not considered for future attempts. Let
Y denote the number of attempts the person will have to make to open the lock. Show
that Y ∼ U ({1, 2, 3, · · · , N }) and hence find the mean and the variance of the r.v. Y .
2
Answer: E(Y ) = N2+1 and V ar(Y ) = N12−1 .
3. Each child in a family is equally likely to be a boy or a girl. Find the minimum number
of children the family should have so that the probability of it having at least a boy
and at least a girl is at least 0.95. (Use Binomial distribution)
Answer: 6
4. There are 30 applicants for a job, out of which only 20 applicants are qualified for
the job. Six applicants are selected at random from these 30 applicants. Find the
probability that, among the selected candidates, at least two will be qualified for the
job. (Use Hyper geometric
distribution)
20 10 20 10
0 6 1 5
Answer: 1 − −
30 30
6 6
5. The probability of hitting a target in each shot is 0.002. Find the approximate proba-
bility of hitting a target at least twice in 2000 shots. (Use Poisson distribution)
Answer: 1 − 5e−4
6. Eighteen balls are placed at random in seven boxes that are labeled B1 , · · · , B7 . Find
the probability
that boxes with labels B1 , B2 and B3 all together contain six balls.
18 3 6 4 12
Answer: ( )( )
6 7 7
7. (i) Suppose a group of 100 men aged 60 − 64 in Dehradun received a new flu vaccine
from a health center in 2014. From the 2014 life table of the health center, it is found
that the approximate probability that a man, aged between 60 − 64, dies in the next
year is 0.02. How likely are, at least 5 out of 100 men who received flu vaccine and
aged 60 − 64 to die within the next year?
(ii) What is the probability that amongst the 60 to 64-year old men who got flu
2
vaccination exactly 25 survive and at least 10 die within the next year? (you don’t
need to calculate the
P4 exact numerical values of the probabilities)
Answer: (i) 1 − i=0 i (.02) (0.98)100−i , (ii) 100
100 i
25
(.98)25 (.02)75 .
8. Two teams (say Team A and Team B) play a series of games until one team wins 5
games. If the probability of Team A (Team B) winning any game is 0.7 (0.3), find the
probability that the series will end in 8 games.
Answer: 0.188 (approximately).
9. Let X ∼ Ge(p). Find E( 21X ).
p
Answer: p+1
3
19. The number of miles that a particular car can run before its battery wears out is
exponentially distributed with an average of 10, 000 miles. The owner of the car needs
to take a 5000-mile trip. What is the probability that he will be able to complete the
trip without having to replace the car battery?
Answer: e−1/2
20. Engineers designing the next generation of space shuttles plan to include two fuel
pumps one active, the other in reserve. If the primary pump malfunctions, the second
is automatically brought on line. Suppose a typical mission is expected to require that
fuel be pumped for at most 50 hours. According to the manufacturer’s specifications,
pumps are expected to fail once every 100 hours. What are the chances that such a
fuel pump system would not remain functioning for the full 50 hours?
Answer: 1 − 32 e−1/2