In a game, a child will win ₹5 if he gets all heads or all tails when three coins are tossed simultaneously and he will lose ₹3 for all other cases. The expected amount to lose in the game is:
The probability mass function of random variable X is: P(X = x) = (4/x)(1/2)⁴ for x = 0, 1, 2, 3, 4. The variance of X is:
(a) 0.60
(b) 0.124
(c) 0.244
(d) 0.240
Answer: (d) 0.240
Solution: Binomial with n = 4, p = 1/2. Variance = npq = 4 × (1/2) × (1/2) = 1
Question 7CUET 2023
In a box containing 100 bulbs, 10 are defective. The probability that out of a sample of 5 bulbs none is defective is:
(a) 10⁻¹
(b) (1/2)⁵
(c) (9/10)⁵
(d) 9/10
Answer: (c) (9/10)⁵
Solution: P(good bulb) = 90/100 = 9/10. For 5 bulbs, all good: P = (9/10)⁵
Question 8CUET 2023
The mean number of heads in two tosses of a coin is:
(a) 2
(b) 1/2
(c) 1
(d) 3/2
Answer: (c) 1
Solution: X ~ B(2, 1/2). Mean = np = 2 × (1/2) = 1
Question 9CUET 2023
In a meeting 70% of the members favour and 30% oppose a proposal. Let X = 1 if in favour, X = 0 if opposed. Then E(X²) is:
(a) 0.7
(b) 0.49
(c) 0.3
(d) 0.09
Answer: (a) 0.7
Solution: E(X²) = 1²(0.7) + 0²(0.3) = 0.7
Question 10CUET 2023
Between 3 p.m. and 5 p.m., the average number of phone calls per minute is 5. Find the probability that during one minute there will be only one phone call.
(a) 5e⁻⁵
(b) e⁻⁵
(c) 25e⁻⁵
(d) 5²e⁻⁵
Answer: (a) 5e⁻⁵
Solution: λ = 5. P(X = 1) = (5¹ × e⁻⁵)/1! = 5e⁻⁵
Question 11CUET 2023
If the sum and product of the mean and variance of a binomial distribution are 18 and 72 respectively, then the probability of obtaining at most one success is:
(a) 37/729
(b) 1/729
(c) 2/27
(d) 728/729
Answer: (a) 37/729
Solution: n = 12, p = 2/3, q = 1/3. P(X ≤ 1) = (1/3)¹² + 12(2/3)(1/3)¹¹ = 37/729
Question 12CUET 2023
Let X be a discrete random variable whose probability distribution is defined as P(X = x) = k(x + 1) for x = 1, 2, 3, 4, 5. The value of k is:
(a) 1/15
(b) 1/21
(c) 21
(d) 1/2
Answer: (b) 1/21
Solution: k(2+3+4+5+6) = 1 → 20k = 1 → but correct sum = 21, so k = 1/21
Question 13CUET 2023
Match List I with List II:
List I A. Variance of Poisson distribution with mean λ B. Standard deviation of Poisson distribution with mean λ C. If mean = 4, standard deviation is D. If mean = 4, variance is
Statement I is called Assertion (A) and Statement II is called Reason (R). Choose the correct option:
(a) Both A and R are True and R is the correct explanation of A
(b) Both A and R are True but R is not the correct explanation of A
(c) A is True but R is False
(d) A is False but R is True
Assertion-Reason 1
Assertion (A): A random variable can only take integer values. Reason (R): A random variable represents outcomes of a random experiment.
(a) Both A and R are True and R is the correct explanation of A
(b) Both A and R are True but R is not the correct explanation of A
(c) A is True but R is False
(d) A is False but R is True
✓ Correct Answer: (d) A is False but R is True
Solution: Random variables can be discrete (integers) or continuous (real numbers) — A is false. R is correct.
Assertion-Reason 2
Assertion (A): If the difference between mean and variance of a binomial distribution is 1 and the difference of their squares is 5, then the probability of success is 1/3. Reason (R): For a binomial distribution of n trials, mean = np and variance = npq where p = probability of success and q = probability of failure.
(a) Both A and R are True and R is the correct explanation of A
(b) Both A and R are True but R is not the correct explanation of A
(c) A is True but R is False
(d) A is False but R is True
✓ Correct Answer: (a) Both A and R are True and R is the correct explanation of A
Solution: Using np − npq = 1 and (np)² − (npq)² = 5, solving gives p = 1/3. R correctly explains A.
Assertion-Reason 3
Assertion (A): A dice is thrown 4 times. If getting a prime number is a success, then the probability of at most 3 successes is 1/16. Reason (R): P(X ≤ 3) = 1 − P(X = 4)
(a) Both A and R are True and R is the correct explanation of A
(b) Both A and R are True but R is not the correct explanation of A
(c) A is True but R is False
(d) A is False but R is True
✓ Correct Answer: (d) A is False but R is True
Solution: p = 1/2; P(X=4) = 1/16; P(X ≤ 3) = 1 − 1/16 = 15/16, not 1/16. A is false. R is correct.
📐 Never Forget a Formula Again
All probability distribution formulas — and all 8 units — in one crisp, printable PDF
✅ All formulas for all 8 units — organized topic-wise
✅ Important theory points covered from MCQ perspective
✅ Concise & comprehensive as per latest CBSE syllabus
✅ Perfect for last-minute revision before exams
✅ Instant PDF — print & pin up for quick revision anytime
If X follows Poisson distribution with mean 2, find P(X ≥ 1).
Solution:
P(X ≥ 1) = 1 − P(X = 0) = 1 − e⁻²
P(X ≥ 1) = 1 − e⁻²
Question 4CBSE 2025
If X ~ B(n, p) with mean 20 and variance 16, find n and p.
Solution:
np = 20, npq = 16 → q = 4/5, p = 1/5
n = 20/(1/5) = 100
n = 100, p = 1/5 = 0.2
Question 5CBSE 2023
The probability distribution of a discrete random variable X is: X: 1,2,3,4; P(X): k, 2k, 3k, 4k. Find k and P(X < 3).
Solution:
10k = 1 → k = 1/10
P(X < 3) = k + 2k = 3k = 3/10
k = 1/10, P(X < 3) = 3/10
Question 6CBSE 2024
If X ~ N(60, 16), find the z-score when X = 68.
Solution:
μ = 60, σ² = 16, σ = 4
Z = (68 − 60)/4 = 2
z-score = 2
Question 7
A random variable X has: P(X=0)=0.1, P(X=1)=0.4, P(X=2)=a, P(X=3)=b, P(X=4)=0.1. If mean = 2.8, find a and b.
Solution:
a + b = 0.4 … (1)
0.4 + 2a + 3b + 0.4 = 2.8 → 2a + 3b = 2.0 … (2)
From (1) and (2): b = 0.2, a = 0.2
a = 0.2, b = 0.2
Question 8
If the probability of success in a single trial is 0.01, how many minimum Bernoulli trials must be performed for P(at least one success) ≥ 0.95? (Use log 20 = 1.301, log 2 = 0.301)
Solution:
1 − (0.99)ⁿ ≥ 0.95 → (0.99)ⁿ ≤ 0.05
n ≥ 1.301/|log(0.99)| ≈ 298.5
Minimum n = 299 trials
Question 9
A car hire firm has two cars hired day by day. Number of demands follows Poisson with mean 1.5. Calculate probability of days on which demand is refused. (e⁻¹·⁵ = 0.223)
Solution:
Demand refused when X > 2. P(X ≤ 2) = 0.223 + 0.3345 + 0.2509 = 0.8084
P(X > 2) = 1 − 0.8084 = 0.1916
Probability of demand being refused ≈ 19%
Question 10
A company averages 3 defects per batch. Assuming Poisson distribution, find P(exactly 2 defects). (e⁻³ = 0.049787)
A random variable X has probability distribution: X: 0,1,2,3,4,5,6,7; P(X): 0,k,2k,2k,3k,k²,2k²,7k²+k. Find: (i) k, (ii) P(X < 3), (iii) P(X ≥ 3), (iv) P(0 < X < 5)
Marks of 500 students ~ N(65, 100). Find approx. how many scored (i) between 55 and 75, (ii) more than 75 marks. [P(0 < Z < 1) = 0.3413]
Complete Solution:
(i) Z₁=−1, Z₂=1; P = 0.6826; 500 × 0.6826 ≈ 341 students
(ii) Z=1; P(Z>1) = 0.1587; 500 × 0.1587 ≈ 79 students
(i) ≈ 341 students; (ii) ≈ 79 students
Question 7
Probability distribution: X: 1,2,3,4,5; P(X): A/2, A/3, A/5, A/5, 2A/15. (i) Find A if E(X) = 2.94. (ii) Find Variance.
Complete Solution:
(i) 41A/30 = 1 → A = 30/41
(ii) E(X²) = 305A/30 = 305/41; Var = 305/41 − (2.94)² ≈ 1.53
(i) A = 30/41; (ii) Variance ≈ 1.53
Question 8
5% of 100 students fail. Using Poisson, find: (i) none failed, (ii) 5 failed, (iii) at most 3 failed.
Complete Solution:
λ = np = 100 × 0.05 = 5
(i) P(X=0) = e⁻⁵
(ii) P(X=5) = 3125e⁻⁵/120
(iii) P(X≤3) = e⁻⁵(1+5+12.5+20.83) ≈ 39.33e⁻⁵
(i) e⁻⁵; (ii) 3125e⁻⁵/120; (iii) ≈ 39.33e⁻⁵
Question 9
1000 students, mean = 14, SD = 2.5. How many scored (i) between 12 and 15, (ii) above 18, (iii) below 8?
Complete Solution:
(i) Z₁=−0.8, Z₂=0.4; P=0.4435 → 444 students
(ii) Z=1.6; P=0.0548 → 55 students
(iii) Z=−2.4; P=0.0082 → 8 students
(i) 444; (ii) 55; (iii) 8 students
Question 10
Bicycle riders arrive at 3.2/hour (Poisson). Find: (i) P(2 or fewer/hour), (ii) P(3 or more/hour), (iii) Mean and variance.
Complete Solution:
(i) P(X≤2) = e⁻³·²(1+3.2+5.12) = 9.32e⁻³·²
(ii) P(X≥3) = 1 − 9.32e⁻³·²
(iii) Mean = Variance = λ = 3.2
(i) 9.32e⁻³·²; (ii) 1−9.32e⁻³·²; (iii) 3.2
Question 11
Airport arrival rate: 30/hour. Find: (i) Expected arrivals in 10 min, (ii) P(exactly 4 in 10 min), (iii) P(4 or fewer in 10 min), (iv) P(10+ total given 8 in first 10 min).
Complete Solution:
(i) λ₁₀ = 30 × (1/6) = 5
(ii) P(X=4) = 625e⁻⁵/24
(iii) P(X≤4) ≈ 65.37e⁻⁵
(iv) λ₅₀ = 25; P(Y≥2) ≈ 1
(i) 5; (ii) 625e⁻⁵/24; (iii) ≈65.37e⁻⁵; (iv) ≈1
Question 12
300 students, mean = 700, SD = 180. Ramesh scored 800, Sudha scored 420. Find z-scores and Abhay's score if he beat 44.83% of batchmates.
Complete Solution:
(i) Ramesh: Z = (800−700)/180 ≈ 0.556 (above average)
(ii) Sudha: Z = (420−700)/180 ≈ −1.56 (below average)
(iii) Z ≈ −0.13 → X = 700 − 23.4 ≈ 677 marks
(i) Z ≈ 0.556; (ii) Z ≈ −1.56; (iii) ≈ 677 marks
Question 13
800 students, height ~ N(165, 100). How many are (i) between 155–175 cm, (ii) taller than 180 cm? [P(0 < Z < 1) = 0.3413, P(0 < Z < 1.5) = 0.4332]
Complete Solution:
(i) Z₁=−1, Z₂=1; P=0.6826 → 546 students
(ii) Z=1.5; P(Z>1.5)=0.0668 → 53 students
(i) 546 students; (ii) 53 students
Question 14CBSE Sample 2024
Proof reading: 4 errors per 10 pages. Using Poisson, find P(no error) and P(one error) per 10 pages. [e⁻⁰·⁴ = 0.6703]
Complete Solution:
λ = 4/10 = 0.4
(i) P(X=0) = e⁻⁰·⁴ = 0.6703
(ii) P(X=1) = 0.4 × 0.6703 = 0.2681
(i) P(no error) = 0.6703; (ii) P(one error) = 0.2681
⭐ Best Value — Limited Period Offer
Get Both — Formula Deck + Question Bank & Save ₹299
🔒 Razorpay secured · UPI / Cards / Net Banking · Instant PDF to your email
📊
Case Studies
Real-world application based questions
Case Study 1Applied Maths
Photocopier Machines
An office has four copying machines, and the random variable X measures how many are in use at a given moment. P(X=0)=0.10, P(X=1)=0.20, P(X=2)=0.30, P(X=3)=0.25, P(X=4)=0.15