Module IV: Statistical Techniques – II
Practice Questions with Solutions
Question 1 – Addition & Multiplication Laws
In a class of 50 students, 30 passed in Mathematics, 25 passed in Physics and 15 passed in both. A student is selected at random. Find the probability that the student
(a) passed in Mathematics or Physics
(b) passed only in Mathematics
(c) passed in neither subject.
Solution
Let M = Mathematics, P = Physics.
P(M)=5030=53,P(P)=
(a)
P(M∪P)=P(M)+P(P)
(b) Only Mathematics:
P(M−P)=P(M)−P(M∩P)=
(c) Neither:
P(Mc∩Pc)=1−P(M
Question 2 – Conditional Probability & Bayes’ Theorem
A factory has two machines A and B. Machine A produces 60% of the items and Machine B produces 40%. The defective rates are 2% for A and 5% for B. An item is drawn at random and found to be defective. Find the probability that it was produced by Machine B.
Solution
Let A = produced by A, B = produced by B, D = defective.
P(A)=0.6,P(B)=0.4
P(D∣A)=0.02,P(D∣B)=0.05
By Bayes’ theorem:
P(B∣D)=
Question 3 – Random Variable (Discrete)
A discrete random variable X has the following probability distribution:
| x | 0 | 1 | 2 | 3 | 4 |
|---|
| P(X=x) | 0.1 | 0.2 | 0.3 | 0.25 | 0.15 |
Find E(X), E(X2) and Var(X).
Solution
E(X)=∑xP(X=x)=0(0.1)
E(X2)=0+1(0.2)+4(0.3)
Var(X)=E(X2)−[E(X)]
Question 4 – Binomial Distribution
The probability that a student passes an examination is 32. Five students appear. Find the probability that
(a) exactly 3 pass
(b) at least 3 pass
(c) at most 2 pass.
Solution
X∼B(n=5,p=32),
P(X=x)=(x5)(
(a)
P(X=3)=(35)
(b)
P(X≥3)
(c)
P(X≤2)=1−P(X≥3)=1−
Question 5 – Poisson Distribution
If the mean of a Poisson distribution is 2, find
(a) P(X=0)
(b) P(X≥1)
(c) P(1≤
Solution
X∼P(λ=2)
P(X=x)=e−2x!2
(a)
P(X=0)=e−2≈0.1353
(b)
P(X≥1)=1−P(X=0)=1−e
(c)
P(1≤X≤3)≈0.2707+0.2707+0.1804=0.7218
Question 6 – Normal Distribution
The heights of students are normally distributed with mean 160 cm and standard deviation 5 cm. Find the probability that a randomly selected student has height
(a) less than 155 cm
(b) between 155 cm and 165 cm
(c) more than 170 cm.
Solution
X∼N(μ=160,σ=5)
Standardize: Z=5X−160
(a)
P(X<155)=P(Z<
(b)
P(155<X<165)=P(−1<Z<1
(c)
P(X>170)=P(Z>5
Question 7 – Expectation & Variance (Continuous)
A continuous random variable X has pdf
f(x)={kx(1−x),0,
Find k, E(X) and Var(X).
Solution
∫01k
E(X)=∫
E(X2)=
Var(X)=103−(
Question 8 – Mixed (Binomial to Poisson)
The probability of a defective item produced by a machine is 0.01. Find the probability that in a sample of 100 items there are exactly 2 defectives, using
(a) Binomial distribution
(b) Poisson approximation.
Solution
(a) Binomial: n=100, p=0.01
P(X=2)=(2100)(0.01)
(b) Poisson approximation: λ=np=1
P(X=2)=e−12!1
Practice Tips
- Always verify that probabilities sum to 1 for a discrete distribution.
- For Bayes’ theorem, clearly identify the events and write the formula first.
- In Normal distribution problems, draw a rough sketch and standardize carefully.
- Use Poisson approximation when n is large and p is small (np moderate).