A test has sensitivity and specificity ; the disease affects of people. You test positive. What is the chance you have it?
Probability
1. Axioms, conditional probability, independence, Bayes
Exam focus: Most Part-C items here are symmetry checks: P(A|B) > P(A) ⇔ P(A∩B) > P(A)P(B) is symmetric in A and B, while P(A|B) > P(B) is not.
Lec-03 Introduction to Probability
NPTEL · Probability and Statistics
Lec-04 Laws of Probability - I
NPTEL · Probability and Statistics
Conditional probability, independence and Bayes.
Part C2023 Juneshow ▾Let A, B be two events in a discrete probability space with P(A) > 0 and P(B) > 0. Which of the following are necessarily true?
- A.If P(A | B) = 0 then P(B | A) = 0.✓
- B.If P(A | B) = 1 then P(B | A) = 1.
- C.If P(A | B) > P(A) then P(B | A) > P(B).✓
- D.If P(A | B) > P(B) then P(B | A) > P(A).
Solution
(1) P(A∩B) = 0 is symmetric. (3) P(A|B) > P(A) ⇔ P(A∩B) > P(A)P(B), symmetric in A, B. (2) A ⊇ B (a.s.) does not give B ⊇ A. (4) Take B ⊂ A with P(B) small.
Part Cshow ▾A test for a disease has sensitivity 0.99 and specificity 0.95, and the disease affects 1% of the population. Which of the following are true?
- A.P(test positive) = 0.0594.✓
- B.P(diseased | positive) = 1/6.✓
- C.P(diseased | positive) > 1/2.
- D.Halving the prevalence to 0.5% lowers P(diseased | positive) further.✓
Solution
P(+) = 0.99×0.01 + 0.05×0.99 = 0.0099 + 0.0495 = 0.0594. Bayes: P(D|+) = 0.0099/0.0594 = 1/6 ≈ 0.17, nowhere near 1/2 — the base-rate fallacy in numbers. Lower prevalence shrinks the true-positive share of the positives, dropping the posterior further.
Part Cshow ▾Roll a fair die once; let A = {even}, B = {1, 2}, C = {1, 2, 3, 4}. Which of the following are true?
- A.A and B are independent.✓
- B.A and C are independent.✓
- C.P(A | B) = 1/2.✓
- D.Pairwise independence of three events implies their mutual independence.
Solution
P(A) = 1/2, P(B) = 1/3, P(A∩B) = P({2}) = 1/6 = P(A)P(B). P(C) = 2/3, P(A∩C) = P({2, 4}) = 1/3 = P(A)P(C). And P(A|B) = (1/6)/(1/3) = 1/2. (4) is false — the standard counterexample is two fair coins with A = first heads, B = second heads, C = same outcome: pairwise independent, but P(A∩B∩C) = 1/4 ≠ 1/8.
Part Bshow ▾Let P(A) = 0.6 and P(B) = 0.5. The smallest possible value of P(A ∩ B) is
- A.0
- B.0.1✓
- C.0.3
- D.0.5
Solution
P(A ∩ B) = P(A) + P(B) − P(A ∪ B) ≥ 0.6 + 0.5 − 1 = 0.1, since P(A ∪ B) ≤ 1. The bound is attained when A ∪ B fills the whole space. (The maximum, by contrast, is min(0.6, 0.5) = 0.5.)
2. Random variables, distributions, moments, MGF
Exam focus: MGF determines the distribution and factorises over independent sums. Know which distributions have no MGF (Cauchy, t) and which moments fail to exist.
Lec-07 Random Variables
NPTEL · Probability and Statistics
Lec-08 Probability Distributions
NPTEL · Probability and Statistics
Lec-09 Characteristics of Distributions
NPTEL · Probability and Statistics
Moments and generating functions.
Part B2023 Decembershow ▾Suppose X ~ Poisson(3/4). Then which of the following statements is true?
- A.P(X > 9) ≥ 11/12
- B.P(X < 9) ≥ 11/12✓
- C.
- D.(11/9)X ~ Poisson(11/12)
Solution
Markov: P(X ≥ 9) ≤ E[X]/9 = 1/12, so P(X < 9) ≥ 11/12. The variance is 3/4 < 11/12, and a scaled Poisson is not Poisson.
Part C2023 Decembershow ▾Previous-year question — unlock to view
Part B2023 Decembershow ▾Previous-year question — unlock to view
Part C2023 Decembershow ▾Previous-year question — unlock to view
Part C2023 Decembershow ▾Suppose U ~ Uniform(0,1) and ½)). Then which of the following statements are true?
- A.
- B.P(X ∈ {1, 2, 5}) = 1/2
- C.E(eˣ) does not exist✓
- D.P(X ≤ 0) = 1/2✓
Solution
X is standard Cauchy: symmetric about 0, continuous (so any finite set has probability 0), and with no finite moments — E(eˣ) diverges too.
Part C2023 Decembershow ▾Previous-year question — unlock to view
Part Cshow ▾Let X ≥ 0 be a continuous random variable with finite mean. Which of the following are true?
- A. dt.✓
- B.P(X ≥ a) ≤ E[X]/a for every a > 0.✓
- C.If , then P(|X − EX| for every k > 0.✓
- D.Finite mean implies finite variance.
Solution
(1) is the tail-integral (layer-cake) formula, via Fubini on {}. (2) is Markov's inequality, (3) Chebyshev's. (4) fails: a density proportional to on has finite mean (tail exponent 3/2 > 1) but infinite second moment (exponent 1/2 < 1).
Part Bshow ▾Let X ~ Poisson(2). Then equals
- A.2
- B.4
- C.6✓
- D.8
Solution
, using the Poisson signature Var = mean .
3. Standard discrete and continuous distributions
Exam focus: Know the mean/variance table cold and the standard relationships (sum of exponentials = gamma, min of exponentials = exponential, memorylessness).
Lec-10 Special Distributions - I
NPTEL · Probability and Statistics
The standard families; keep the mean/variance table beside you.
Lec-11 Special Distributions - II
NPTEL · Probability and Statistics
Part C2023 Juneshow ▾Let and be independent, gamma with mean 10 and variance 10, and ~ N(3, 4). Let be their densities. Define Y with density . Which of the following are true?
- A.q = 0.6✓
- B.E[Y] = 5.8✓
- C.Var(Y) = 3.04
- D. qX
Solution
Densities integrate to 1 ⇒ q = 0.6. Mixture mean , so mixture is not a linear combination of the variables.
Part B2023 Juneshow ▾Let be i.i.d. Bernoulli(1/3) and the order statistics. Which of the following is true?
- A. and are independent.
- B.Expectation of is 1/2.
- C.Variance of is 8/81.✓
- D. is a degenerate random variable.
Solution
iff at least three of the four are Bernoulli(1/9) has variance (1/9)(8/9) = 8/81.
Part Cshow ▾Let X follow a Poisson distribution with parameter . Which of the following are true?
- A..✓
- B.The moment generating function of X is ᵗ − 1)).✓
- C.X takes negative values with positive probability.
- D.The distribution of X is symmetric about its mean.
Solution
(1) Both the mean and the variance of a Poisson variable equal — the equality of the two is the distribution's signature, and a sample variance far from the sample mean is the usual evidence against a Poisson model. ᵗᵗ − 1)). (3) The support is {0, 1, 2, …}, so negative values have probability 0. (4) The distribution is right-skewed, with skewness ; it only becomes approximately symmetric as .
Part Cshow ▾Let X ~ Exponential, with density on x > 0. Which of the following are true?
- A.P(X > s + t | X > s) = P(X > t) for all s, t > 0.✓
- B. and .✓
- C.For independent exponentials with rates and is exponential with rate .✓
- D.The exponential is the only continuous distribution on with the property in option 1.✓
Solution
(1) Memorylessness: e^{}/e^{} = . (2) Standard moments. (3) P(min > t) = ·. (4) The survival function must satisfy G(s + t) = G(s)G(t), and the only monotone solutions are exponentials — the characterisation theorem. All four hold.
Part Bshow ▾A fair coin is tossed repeatedly. The expected number of tosses needed to obtain the first head is
- A.1
- B.2✓
- C.3
- D.4
Solution
The number of tosses is geometric with p = 1/2, whose mean is 1/p = 2. First-step reasoning gives the same: E = 1 + (1/2)·0 + (1/2)·E, so E = 2.
Part Bshow ▾Let X ~ . The probability P(|| is approximately
- A.0.50
- B.0.68✓
- C.0.90
- D.0.95
Solution
Standardising, P(|Z| < 1) ≈ 0.6827 — the '68' of the 68–95–99.7 rule. Two standard deviations would give ≈ 0.95.
4. Joint distributions, transformations, order statistics
Exam focus: Uncorrelated is weaker than independent except for the joint normal. Use the Jacobian formula for transformations and the standard order-statistic densities.
Lec-18 Joint Distributions - I
NPTEL · Probability and Statistics
Lec-22 Transformations of Random Vectors
NPTEL · Probability and Statistics
The Jacobian method for transformations.
Part C2023 Decembershow ▾Previous-year question — unlock to view
Part Bshow ▾Let X and Y be independent N(0, 1) random variables. The distribution of X + Y is
- A.N(0, 1)
- B.N(0, 2)✓
- C.N(0, 4)
- D.not normal
Solution
A sum of independent normals is normal, with mean 0 + 0 = 0 and variance 1 + 1 = 2 — variances add, standard deviations do not: SD, not 2.
Part Cshow ▾Let be i.i.d. Uniform(0, 1) with order statistics . Which of the following are true?
- A. for x ∈ [0, 1].✓
- B. has density on [0, 1].✓
- C. for k = 1, …, 5.✓
- D. and are independent.
Solution
(1) The maximum is ≤ x iff all five are. ; differentiate and negate. ~ Beta(k, 6 − k), mean k/6. (4) fails: the ordering couples them — | , while .