Section 1: Problems
University-level exam questions for Probability Foundations.
Probability Basics
Problem 1.1
A medical test has sensitivity 0.95 (true positive rate) and specificity 0.90 (true negative rate). If the prevalence of the disease is 1%, what is the probability that a patient who tests positive actually has the disease?
Difficulty: Medium
Problem 1.2
Prove that from the axioms of probability.
Difficulty: Easy
Problem 1.3
Three cards are drawn from a standard 52-card deck without replacement. Find the probability that all three are aces.
Difficulty: Easy
Random Variables
Problem 2.1
Let be a continuous random variable with PDF for . Find the CDF, , and the median.
Difficulty: Medium
Problem 2.2
If , find the PDF of . What distribution does follow?
Difficulty: Medium
Common Distributions
Problem 3.1
Show that the Poisson distribution with parameter can be derived as a limit of as and with .
Difficulty: Hard
Problem 3.2
For a Gaussian random variable , derive the moment generating function .
Difficulty: Hard
Expectation and Variance
Problem 4.1
Let be i.i.d. random variables with mean and variance . Find and where .
Difficulty: Easy
Problem 4.2
Prove the law of total expectation: .
Difficulty: Hard
Problem 4.3
Show that using the definition of variance.
Difficulty: Easy
Challenge Problems
Problem 5.1
(Coupon collector) There are distinct types of coupons. Each time you collect one uniformly at random. Find the expected number of coupons you need to collect to have at least one of each type.
Difficulty: Very Hard
Solutions
Solutions are available in the implementation file with verification code.