Discrete Probability Distributions MCQs 2026
59 questions with detailed answers · 39 from past papers · 6 quiz batches available
Choose a Quiz Batch. Each batch has 10 questions from this topic, in order. Take them one by one to work through all 59 MCQs. Login to save your scores and see your best per batch.
Read each question, think about the answer, then click Show Answer to reveal the correct option and explanation. Load 10 at a time so it stays manageable — perfect for one-topic study sessions on the bus or during a break.
- Q1 Past Paper · PPSC/FPSC/CSS easy
For X ~ Bin(4, 0.5), P(X=2) equals
💡 Explanation:C(4,2)(0.5)⁴ = 6/16 = 3/8.
- Q2 Past Paper · PPSC/FPSC/CSS medium
A quality inspector: 10% defect rate, 5 items. X ~ Bin(5,0.1). P(X=0) equals
💡 Explanation:(0.9)⁵ = 0.59049.
- Q3 Past Paper · PPSC/FPSC/CSS medium
Same inspector: P(X=1) equals
💡 Explanation:C(5,1)(0.1)(0.9)⁴ = 5×0.1×0.6561 = 0.32805.
- Q4 Past Paper · PPSC/FPSC/CSS easy
A binomial experiment requires
💡 Explanation:Binomial: n iid Bernoulli(p) trials.
- Q5 Past Paper · PPSC/FPSC/CSS easy
X ~ Bin(n,p) counts
💡 Explanation:Binomial counts successes in fixed n.
- Q6 Past Paper · PPSC/FPSC/CSS easy
The binomial PMF is P(X=k) equals
💡 Explanation:Standard binomial formula for k successes.
- Q7 Past Paper · PPSC/FPSC/CSS easy
For X ~ Bin(10, 0.3), E(X) equals
💡 Explanation:E(X) = np = 10×0.3 = 3.
- Q8 Past Paper · PPSC/FPSC/CSS medium
For X ~ Bin(10, 0.3), Var(X) equals
💡 Explanation:Var(X) = np(1−p) = 10×0.3×0.7 = 2.1.
- Q9 Past Paper · PPSC/FPSC/CSS medium
For X ~ Bin(5, 0.4), P(X=2) equals
💡 Explanation:C(5,2)(0.4)²(0.6)³ = 10×0.16×0.216 = 0.3456.
- Q10 Past Paper · PPSC/FPSC/CSS easy
The Poisson distribution models
💡 Explanation:Poisson counts rare events in time/space with rate λ.
- Q11 Past Paper · PPSC/FPSC/CSS easy
X ~ Poisson(λ) has PMF P(X=k) equals
💡 Explanation:Poisson PMF: e^{−λ}λ^k/k!.
- Q12 Past Paper · PPSC/FPSC/CSS easy
For X ~ Poisson(λ), E(X) and Var(X) both equal
💡 Explanation:Poisson mean and variance are both λ.
- Q13 Past Paper · PPSC/FPSC/CSS medium
For X ~ Poisson(3), P(X=0) equals
💡 Explanation:P(0) = e^{−3}3⁰/0! = e^{−3}.
- Q14 Past Paper · PPSC/FPSC/CSS medium
For X ~ Poisson(4), P(X=2) equals
💡 Explanation:P(2) = e^{−4}4²/2! = 16e^{−4}/2 = 8e^{−4}.
- Q15 Past Paper · PPSC/FPSC/CSS medium
Poisson is often used to approximate binomial when
💡 Explanation:Rare events: large n, small p, λ=np fixed.
- Q16 Past Paper · PPSC/FPSC/CSS easy
Hypergeometric distribution applies when
💡 Explanation:Hypergeometric: finite population, no replacement.
- Q17 Past Paper · PPSC/FPSC/CSS medium
X ~ Hypergeometric(N,K,n) counts successes in sample size n. P(X=k) uses
💡 Explanation:Hypergeometric PMF uses combinations from finite urn.
- Q18 Past Paper · PPSC/FPSC/CSS medium
An urn has 10 items, 4 defective. Sample 3 without replacement. X = defectives. X is
💡 Explanation:Finite population without replacement → hypergeometric.
- Q19 Past Paper · PPSC/FPSC/CSS hard
An urn has 10 items, 4 defective. Sample 3 without replacement. P(exactly 1 defective) equals
💡 Explanation:C(4,1)C(6,2)/C(10,3) = 4×15/120 = 60/120 = 0.5.
- Q20 hard
For hypergeometric, when N is large relative to n, it approximates
💡 Explanation:Large N: sampling without replacement ≈ with replacement.
- Q21 Past Paper · PPSC/FPSC/CSS medium
Geometric distribution counts
💡 Explanation:Geometric: waiting time to first success.
- Q22 Past Paper · PPSC/FPSC/CSS medium
For Geometric(p), P(X=k) (first success on trial k) equals
💡 Explanation:Need k−1 failures then one success.
- Q23 Past Paper · PPSC/FPSC/CSS medium
For Geometric(p), E(X) equals
💡 Explanation:Mean waiting time to first success is 1/p.
- Q24 hard
Negative binomial generalizes geometric by counting
💡 Explanation:Negative binomial: waiting for r-th success.
- Q25 hard
Multinomial distribution extends binomial to
💡 Explanation:Multinomial counts outcomes in k categories.
- Q26 Past Paper · PPSC/FPSC/CSS easy
For X ~ Bin(20, 0.1), E(X) equals
💡 Explanation:E(X) = np = 20×0.1 = 2.
- Q27 Past Paper · PPSC/FPSC/CSS medium
For X ~ Bin(20, 0.1), Var(X) equals
💡 Explanation:Var = 20×0.1×0.9 = 1.8.
- Q28 Past Paper · PPSC/FPSC/CSS medium
P(at least one success) for X ~ Bin(n,p) equals
💡 Explanation:Complement of all failures: 1−(1−p)^n.
- Q29 Past Paper · PPSC/FPSC/CSS medium
For X ~ Bin(6, 0.5), P(X ≥ 1) equals
💡 Explanation:1 − P(0) = 1 − (1/2)⁶ = 1 − 1/64 = 63/64.
- Q30 medium
Poisson process assumption includes
💡 Explanation:Homogeneous Poisson: independent increments, constant λ.
- Q31 Past Paper · PPSC/FPSC/CSS easy
If accidents occur at rate λ=2 per week, expected accidents in 3 weeks is
💡 Explanation:E(total) = λt = 2×3 = 6 for Poisson process.
- Q32 hard
Sum of independent Poisson(λ1) and Poisson(λ2) is
💡 Explanation:Poisson sums add rates.
- Q33 Past Paper · PPSC/FPSC/CSS easy
For X ~ Poisson(5), standard deviation equals
💡 Explanation:σ = √λ = √5.
- Q34 medium
Binomial is symmetric about np when
💡 Explanation:p=0.5 gives symmetric binomial.
- Q35 hard
Most likely value (mode) of Bin(n,p) is near
💡 Explanation:Mode is approximately np for binomial.
- Q36 Past Paper · PPSC/FPSC/CSS medium
For n=100, p=0.05, Poisson approximation uses λ equal to
💡 Explanation:λ = np = 100×0.05 = 5.
- Q37 hard
Using Poisson(5) to approximate Bin(100,0.05), P(X=3) ≈
💡 Explanation:P(3) = e^{−5}5³/6 ≈ 0.1404.
- Q38 Past Paper · PPSC/FPSC/CSS medium
Hypergeometric(20,8,5): population N=20, K=8 successes, n=5 drawn. E(X) equals
💡 Explanation:E(X) = n(K/N) = 5×(8/20) = 2.
- Q39 hard
For X ~ Bin(8, 0.25), P(X=2) equals
💡 Explanation:C(8,2)(0.25)²(0.75)⁶ = 28×0.0625×0.1779785 ≈ 0.311.
- Q40 Past Paper · PPSC/FPSC/CSS medium
For Bin(3, 1/3), P(X=1) equals
💡 Explanation:C(3,1)(1/3)(2/3)² = 3×1/3×4/9 = 4/9.
- Q41 medium
Poisson(λ=0.5) might model
💡 Explanation:Small λ from rare events.
- Q42 hard
Hypergeometric: N=50, K=10, n=5. P(X=0) equals
💡 Explanation:No successes: choose all 5 from 40 non-successes.
- Q43 easy
Binomial coefficient C(n,k) equals 0 when
💡 Explanation:Cannot choose more than n items.
- Q44 hard
If Y ~ Bin(n,p) and Z ~ Bin(m,p) independent, Y+Z ~
💡 Explanation:Sum of independent binomials with same p adds n.
- Q45 Past Paper · PPSC/FPSC/CSS easy
Poisson parameter λ represents
💡 Explanation:λ is mean count per interval.
- Q46 Past Paper · PPSC/FPSC/CSS medium
For telephone calls: avg 4 per hour. Calls in 15 min ~ Poisson(1). P(0 calls) equals
💡 Explanation:λ = 4×(15/60) = 1; P(0)=e^{−1}.
- Q47 hard
Lottery: match 3 of 6 drawn from 49. Count follows
💡 Explanation:Selecting matched numbers from finite pool.
- Q48 Past Paper · PPSC/FPSC/CSS medium
For X ~ Bin(12, 0.4), E(X) and Var(X) are
💡 Explanation:E=np=4.8; Var=12×0.4×0.6=2.88.
- Q49 medium
Discrete uniform on 1,…,n has E(X) equal to
💡 Explanation:Mean of 1..n is (n+1)/2.
- Q50 hard
For X ~ Poisson(10), P(X ≤ 10) is roughly 0.5 because
💡 Explanation:For larger λ, Poisson approaches symmetric around λ.
- Q51 Past Paper · PPSC/FPSC/CSS easy
A Bernoulli trial with p=0.7 repeated 8 times: total successes ~
💡 Explanation:Fixed 8 independent trials → binomial.
- Q52 Past Paper · PPSC/FPSC/CSS easy
The factorial 0! is defined as
💡 Explanation:0! = 1 by convention for combinatorics.
- Q53 hard
Stirling's approximation helps estimate
💡 Explanation:Stirling approximates factorials for large n in binomial coefficients.
- Q54 Past Paper · PPSC/FPSC/CSS medium
For rare disease screening with n=10000, p=0.001, expected cases E(X) equals
💡 Explanation:E(X)=np=10; Poisson(10) may approximate.
- Q55 hard
Multinomial with n trials and probabilities p1,…,pk requires
💡 Explanation:Category probabilities must sum to 1.
- Q56 Past Paper · PPSC/FPSC/CSS easy
A store gets avg 6 customers per 10 minutes. In 5 minutes, λ for Poisson equals
💡 Explanation:Rate scales: 6×(5/10)=3.
- Q57 Past Paper · PPSC/FPSC/CSS medium
For X ~ Bin(n,0.5), Var(X) equals
💡 Explanation:Var = np(1−p) = n×0.25 = n/4.
- Q58 hard
Hypergeometric variance is smaller than binomial with same n and p when
💡 Explanation:Finite population correction reduces variance.
- Q59 hard
The PMF of Poisson(0) is
💡 Explanation:λ=0 implies no events: P(X=0)=1.