Sta 32101 Questions-Random Variables
Sta 32101 Questions-Random Variables
(
k if a < x < b
1. The p.d.f of a continuous random variable X is f (x) =
0 otherwise.
1
Show that k = .
b−a
2. A humane society reports that 19% of all pet dogs were adopted
from an animal shelter. Assuming the truth of this assertion, find
the probability that in a random sample of 80 pet dogs, between
15% and 20% were adopted from a shelter
8. A car insurance broker found that the number of policy sales follows
a Poisson distributed with an average of 3 car insurance policies
sold per week. Calculate the probability that in a given week he
will sell at least 1 policy.
10. Random samples of size 225 are drawn from a population in which
the proportion with the characteristic of interest is 0.25. Decide
whether or not the sample size is large enough to assume that the
sample proportion p̂ is normally distributed.
14. Suppose that 8% of all males suffer some form of color blindness.
Find the probability that in a random sample of 250 men at least
10% will suffer some form of color blindness. First verify that the
sample is sufficiently large to use the normal distribution.
15. A customer help center receives on average 3.5 calls every hour.
Find probability that it receives at most 4 calls for half an hour?
Page 2
STA 32101: R. Variables F. Chamera March 2023
Page 3
STA 32101: R. Variables F. Chamera March 2023
21. The table below shows probability distribution function for a ran-
dom variable X.
x 0 1 2 3
P (X = x) 0.1 0.2 0.3 0.4
22. The length of time, L hours, that a phone will work before it needs
charging is normally distributed with a mean of 100 hours and a
standard deviation of 15 hours.
(a) Find P (L > 127).
(b) Find the value of d such that P (L < d) = 0.10.
x 0 2
P (X = x) a 1 − a
Page 4
STA 32101: R. Variables F. Chamera March 2023
26. A poll found that for those Malawians who have lost weight, 31%
believed the most effective strategy involved exercise. What is the
probability that from random sample of 300 Malawians the sample
proportion falls between 29% and 33%?
29. The Edwards’s Theater chain has studied its movie customers to
determine how much money they spend on concessions. The study
revealed that the spending distribution is approximately normally
distributed with a mean of K4.11 and a standard deviation of
K1.37. What percentage of customers will spend less than K3.00
on concessions?
30. Consider five mice from the same litter, all suffering from Vitamin
A deficiency. They are fed a certain dose of carrots. The positive
reaction means recovery from the disease. Assume that the proba-
bility of recovery is 0.73. What is the probability that atleast 3 of
the 5 mice recover.
Page 5
STA 32101: R. Variables F. Chamera March 2023
P (X = x) = k(k + 1) for x = 1, 2, 3, 4.
34. The amount of time I spend preparing for each lecture is normal
with mean 80 and standard deviation 6. Different lectures are
independent of each other. What is the probability that I spend
more than 4.5 hours preparing a lecture?
35. Assume that a drug causes a serious side effect at a rate of three
patients per one hundred. What is the probability that atleast one
person will have side effects in a random sample of ten patients
taking the drug?
(x + 3)2
if − 3 ≤ x ≤ −1
16 2
(6 − 2x
if − 1 ≤ x ≤ 1
36. Show that the function f (x) = 16 2 is a
(3 − x)
if 1 ≤ x ≤ 3
16
0 otherwise
p.d.f of a continuous random variable.
Page 6
STA 32101: R. Variables F. Chamera March 2023
P (X = x) = a + bx for x = 1, 2, 3
42. The mean wage per hour for all 5000 employees who work at a large
company is K27.50, and the standard deviation is K3.70. Let X̄ be
the mean wage per hour for a random sample of certain employees
selected from this company. Find the mean and standard deviation
of X̄ for a sample size of 75.
Page 7
STA 32101: R. Variables F. Chamera March 2023
P (X = x) = k(6x2 − x3 ) for x = 1, 2, 3, 4, 5 .
1
(a) Show that k = .
105
(b) Show the probability distribution of X on a suitable diagram.
(c) Find P (2 ≤ X < 4).
(d) Calculate the expectation and variance of X.
(
x2 if − 1 < x < 1
45. Let g(x) = Find c such that f (x) = cg(x)
0 otherwise.
is a p.d.f of a continuous random variable.
46. Let f (x) be −2X from −1 ≤ x ≤ 0 and 0 elsewhere else. Find the
standard deviation of this distribution.
47. In a box of 20 umbrellas, 2 are defective. If you sample 5 umbrellas
randomly without replacement, what is the probability of at least
one defective?
48. The random variable X has probability distribution which is given
in the table below.
x -1 0 1 2 3
P (X = x) p p 0.2 0.15 0.15
Page 8
STA 32101: R. Variables F. Chamera March 2023
51. Find the mean and standard deviation of a random variable fol-
lowing a binomial distribution corresponding to 50 trials each with
a probability of success equal to 0.2.
54. For the last 300 years, extensive records have been kept on volcanic
activity in Japan. In 2002, there were five eruptions or instances of
major seismic activity. From historical records, the mean number
of eruptions or instances of major seismic activity is 2.4 per year.
A researcher is interested in modeling the number of eruptions or
major seismic activities over the 5-year period, 2005-2010. What
probability model might be appropriate?
Page 9