Multiple Choice Questions on Probability Theory Basic probability
principles Conditional probability Probability distributions
1. What is the probability of rolling a 6 on a fair six-sided die?
A) 1/2
B) 1/3
C) 1/6*
D) 1/4
Solution: In a fair six-sided die, all outcomes are equally likely. There is only one favorable outcome
(rolling a 6) out of six possible outcomes.
Probability = Number of favorable outcomes / Total number of possible outcomes = 1/6
2. If you flip a fair coin twice, what is the probability of getting exactly one head?
A) 1/4
B) 1/2*
C) 3/4
D) 1/3
Solution: The possible outcomes are HH, HT, TH, TT. Two of these (HT and TH) have exactly one
head.
Probability = Number of favorable outcomes / Total number of possible outcomes = 2/4 = 1/2
3. A bag contains 3 red marbles and 2 blue marbles. If you draw two marbles without replacement,
what is the probability of drawing two red marbles?
A) 3/10*
B) 1/5
C) 2/5
D) 1/2
Solution: For the first draw, P(red) = 3/5. For the second draw, P(red) = 2/4.
P(two red) = P(red on first) × P(red on second) = 3/5 × 2/4 = 6/20 = 3/10
4. What is the probability of drawing an ace from a standard 52-card deck?
A) 1/13*
B) 1/4
C) 1/26
D) 1/52
Solution: There are 4 aces in a 52-card deck.
Probability = Number of favorable outcomes / Total number of possible outcomes = 4/52 = 1/13
5. If P(A) = 0.3 and P(B) = 0.4, and A and B are mutually exclusive events, what is P(A or B)?
A) 0.12
B) 0.7*
C) 0.5
D) 0.3
Solution: For mutually exclusive events, P(A or B) = P(A) + P(B)
P(A or B) = 0.3 + 0.4 = 0.7
6. In a group of 100 students, 60 play football and 40 play basketball. If 25 students play both sports,
how many students play at least one sport?
A) 75*
B) 100
C) 85
D) 65
Solution: Use the inclusion-exclusion principle:
P(Football or Basketball) = P(Football) + P(Basketball) - P(Both)
Number of students = 60 + 40 - 25 = 75
7. What is the probability of drawing a king or a heart from a standard 52-card deck?
A) 4/13*
B) 1/4
C) 7/13
D) 16/52
Solution: There are 4 kings and 13 hearts, but the king of hearts is counted twice.
Favorable outcomes = 4 + 13 - 1 = 16
Probability = 16/52 = 4/13
8. If you roll two fair six-sided dice, what is the probability of getting a sum of 7?
A) 1/6*
B) 1/12
C) 5/36
D) 1/3
Solution: Favorable outcomes: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1)
Total possible outcomes: 6 × 6 = 36
Probability = 6/36 = 1/6
9. In a standard normal distribution, what is the probability of a value being within one standard
deviation of the mean?
A) 0.6826*
B) 0.9544
C) 0.9973
D) 0.5000
Solution: For a standard normal distribution, approximately 68.26% of the values fall within one
standard deviation of the mean.
10. If P(A) = 0.4 and P(B|A) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.3
Solution: Use the formula P(A and B) = P(A) × P(B|A)
P(A and B) = 0.4 × 0.3 = 0.12
11. A fair six-sided die is rolled twice. What is the probability of getting a sum of 8?
A) 5/36*
B) 1/6
C) 1/4
D) 1/9
Solution: Favorable outcomes: (2,6), (3,5), (4,4), (5,3), (6,2)
Total possible outcomes: 6 × 6 = 36
Probability = 5/36
12. In a group of 200 people, 120 like coffee and 80 like tea. If 40 people like both beverages, how
many people like neither?
A) 40*
B) 0
C) 20
D) 60
Solution: Use the inclusion-exclusion principle:
People liking at least one = 120 + 80 - 40 = 160
People liking neither = Total - People liking at least one = 200 - 160 = 40
13. What is the probability of drawing two aces in succession from a standard 52-card deck, without
replacement?
A) 1/221*
B) 1/169
C) 1/26
D) 1/13
Solution: P(first ace) = 4/52 = 1/13
P(second ace) = 3/51
P(two aces) = (1/13) × (3/51) = 3/663 = 1/221
14. If P(A) = 0.3, P(B) = 0.4, and P(A and B) = 0.1, what is P(A or B)?
A) 0.6*
B) 0.7
C) 0.5
D) 0.3
Solution: Use the formula P(A or B) = P(A) + P(B) - P(A and B)
P(A or B) = 0.3 + 0.4 - 0.1 = 0.6
15. In a binomial distribution with n = 10 and p = 0.2, what is the probability of exactly 3 successes?
A) 0.2013*
B) 0.1680
C) 0.2684
D) 0.3020
Solution: Use the binomial probability formula:
P(X = k) = C(n,k) × p^k × (1-p)^(n-k)
P(X = 3) = C(10,3) × 0.2^3 × 0.8^7
= 120 × 0.008 × 0.2097 ≈ 0.2013
16. What is the expected value of rolling a fair six-sided die?
A) 3.5*
B) 3
C) 4
D) 6
Solution: E(X) = Σ (x_i × p_i)
= (1 × 1/6) + (2 × 1/6) + (3 × 1/6) + (4 × 1/6) + (5 × 1/6) + (6 × 1/6)
= (1 + 2 + 3 + 4 + 5 + 6) / 6
= 21 / 6 = 3.5
17. If you flip a fair coin until you get heads, what is the expected number of flips?
A) 2*
B) 1
C) 3
D) 4
Solution: This follows a geometric distribution with p = 1/2.
Expected value for geometric distribution = 1/p = 1/(1/2) = 2
18. In a normal distribution with mean 70 and standard deviation 5, what is the z-score for a value of
80?
A) 2*
B) 1
C) 3
D) 1.5
Solution: z = (x - μ) / σ
= (80 - 70) / 5
= 10 / 5 = 2
19. What is the probability of getting at least one 6 when rolling a fair six-sided die three times?
A) 91/216*
B) 1/6
C) 1/2
D) 125/216
Solution: P(at least one 6) = 1 - P(no 6)
= 1 - (5/6)^3
= 1 - 125/216
= 91/216
20. If P(A|B) = 0.4 and P(B) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.4
Solution: Use the formula P(A and B) = P(A|B) × P(B)
P(A and B) = 0.4 × 0.3 = 0.12
21. In a Poisson distribution with λ = 2, what is the probability of exactly 3 events occurring?
A) 0.1804*
B) 0.2707
C) 0.1353
D) 0.0902
Solution: Use the Poisson probability formula:
P(X = k) = (e^-λ × λ^k) / k!
P(X = 3) = (e^-2 × 2^3) / 3!
≈ 0.1804
22. If you draw two cards from a standard 52-card deck with replacement, what is the probability of
getting two hearts?
A) 1/16*
B) 13/52
C) 1/4
D) 169/676
Solution: P(heart on first draw) = 13/52 = 1/4
P(heart on second draw) = 13/52 = 1/4
P(two hearts) = 1/4 × 1/4 = 1/16
23. In a group of 30 people, what is the probability that at least two people share the same birthday?
(Assume 365 days in a year and ignore leap years)
A) Approximately 0.71*
B) 0.5
C) 0.3
D) 0.9
Solution: It's easier to calculate the probability of no shared birthdays and subtract from 1.
P(no shared birthdays) = (365/365) × (364/365) × ... × (336/365)
≈ 0.2937
P(at least one shared birthday) = 1 - 0.2937 ≈ 0.7063
24. What is the variance of a fair six-sided die roll?
A) 35/12*
B) 3.5
C) 2.9
D) 6
Solution: Variance = E(X^2) - [E(X)]^2
E(X^2) = (1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2) / 6 = 91/6
E(X) = 3.5
Variance = 91/6 - 3.5^2 = 91/6 - 49/4 = 35/12
25. If you flip a fair coin 10 times, what is the probability of getting exactly 5 heads?
A) 0.2461*
B) 0.5
C) 0.1
D) 0.3
Solution: This follows a binomial distribution with n = 10, p = 0.5.
P(X = 5) = C(10,5) × 0.5^5 × 0.5^5
= 252 × (1/32) × (1/32)
= 252/1024 ≈ 0.2461
26. In a standard normal distribution, what is the probability of a value being greater than 1.96?
A) 0.025*
B) 0.05
C) 0.1
D) 0.975
Solution: For a standard normal distribution, P(Z > 1.96) = 0.025 (from standard normal table)
27. If P(A) = 0.4, P(B) = 0.5, and P(A and B) = 0.2, what is P(A|B)?
A) 0.4*
B) 0.5
C) 0.2
D) 0.8
Solution: Use Bayes' theorem: P(A|B) = P(A and B) / P(B)
P(A|B) = 0.2 / 0.5 = 0.4
28. What is the probability of drawing a red card or a face card from a standard 52-card deck?
A) 7/13*
B) 1/2
C) 2/3
D) 5/13
Solution: Red cards = 26, Face cards = 12, Red face cards = 6
P(Red or Face) = (26 + 12 - 6) / 52 = 32/52 = 8/13 = 7/13
29. In a geometric distribution with p = 0.2, what is the probability of success on the 4th trial?
A) 0.1024*
B) 0.2
C) 0.0512
D) 0.4096
Solution: P(X = 4) = p × (1-p)^(k-1)
= 0.2 × 0.8^3
= 0.2 × 0.512
= 0.1024
30. If X and Y are independent random variables with Var(X) = 4 and Var(Y) = 9, what is Var(3X - 2Y)?
A) 72*
B) 36
C) 25
D) 13
Solution: For independent variables:
Var(aX + bY) = a^2 × Var(X) + b^2 × Var(Y)
Var(3X - 2Y) = 3^2 × Var(X) + (-2)^2 × Var(Y)
= 9 × 4 + 4 × 9
= 36 + 36 = 72
. What is the probability of drawing an ace from a standard 52-card deck?
A) 1/13*
B) 1/4
C) 1/26
D) 1/52
Solution: There are 4 aces in a 52-card deck.
Probability = Number of favorable outcomes / Total number of possible outcomes = 4/52 = 1/13
5. If P(A) = 0.3 and P(B) = 0.4, and A and B are mutually exclusive events, what is P(A or B)?
A) 0.12
B) 0.7*
C) 0.5
D) 0.3
Solution: For mutually exclusive events, P(A or B) = P(A) + P(B)
P(A or B) = 0.3 + 0.4 = 0.7
6. In a group of 100 students, 60 play football and 40 play basketball. If 25 students play both sports,
how many students play at least one sport?
A) 75*
B) 100
C) 85
D) 65
Solution: Use the inclusion-exclusion principle:
P(Football or Basketball) = P(Football) + P(Basketball) - P(Both)
Number of students = 60 + 40 - 25 = 75
7. What is the probability of drawing a king or a heart from a standard 52-card deck?
A) 4/13*
B) 1/4
C) 7/13
D) 16/52
Solution: There are 4 kings and 13 hearts, but the king of hearts is counted twice.
Favorable outcomes = 4 + 13 - 1 = 16
Probability = 16/52 = 4/13
8. If you roll two fair six-sided dice, what is the probability of getting a sum of 7?
A) 1/6*
B) 1/12
C) 5/36
D) 1/3
Solution: Favorable outcomes: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1)
Total possible outcomes: 6 × 6 = 36
Probability = 6/36 = 1/6
9. In a standard normal distribution, what is the probability of a value being within one standard
deviation of the mean?
A) 0.6826*
B) 0.9544
C) 0.9973
D) 0.5000
Solution: For a standard normal distribution, approximately 68.26% of the values fall within one
standard deviation of the mean.
10. If P(A) = 0.4 and P(B|A) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.3
Solution: Use the formula P(A and B) = P(A) × P(B|A)
P(A and B) = 0.4 × 0.3 = 0.12
11. A fair six-sided die is rolled twice. What is the probability of getting a sum of 8?
A) 5/36*
B) 1/6
C) 1/4
D) 1/9
Solution: Favorable outcomes: (2,6), (3,5), (4,4), (5,3), (6,2)
Total possible outcomes: 6 × 6 = 36
Probability = 5/36
12. In a group of 200 people, 120 like coffee and 80 like tea. If 40 people like both beverages, how
many people like neither?
A) 40*
B) 0
C) 20
D) 60
Solution: Use the inclusion-exclusion principle:
People liking at least one = 120 + 80 - 40 = 160
People liking neither = Total - People liking at least one = 200 - 160 = 40
13. What is the probability of drawing two aces in succession from a standard 52-card deck, without
replacement?
A) 1/221*
B) 1/169
C) 1/26
D) 1/13
Solution: P(first ace) = 4/52 = 1/13
P(second ace) = 3/51
P(two aces) = (1/13) × (3/51) = 3/663 = 1/221
14. If P(A) = 0.3, P(B) = 0.4, and P(A and B) = 0.1, what is P(A or B)?
A) 0.6*
B) 0.7
C) 0.5
D) 0.3
Solution: Use the formula P(A or B) = P(A) + P(B) - P(A and B)
P(A or B) = 0.3 + 0.4 - 0.1 = 0.6
15. In a binomial distribution with n = 10 and p = 0.2, what is the probability of exactly 3 successes?
A) 0.2013*
B) 0.1680
C) 0.2684
D) 0.3020
Solution: Use the binomial probability formula:
P(X = k) = C(n,k) × p^k × (1-p)^(n-k)
P(X = 3) = C(10,3) × 0.2^3 × 0.8^7
= 120 × 0.008 × 0.2097 ≈ 0.2013
16. What is the expected value of rolling a fair six-sided die?
A) 3.5*
B) 3
C) 4
D) 6
Solution: E(X) = Σ (x_i × p_i)
= (1 × 1/6) + (2 × 1/6) + (3 × 1/6) + (4 × 1/6) + (5 × 1/6) + (6 × 1/6)
= (1 + 2 + 3 + 4 + 5 + 6) / 6
= 21 / 6 = 3.5
17. If you flip a fair coin until you get heads, what is the expected number of flips?
A) 2*
B) 1
C) 3
D) 4
Solution: This follows a geometric distribution with p = 1/2.
Expected value for geometric distribution = 1/p = 1/(1/2) = 2
18. In a normal distribution with mean 70 and standard deviation 5, what is the z-score for a value of
80?
A) 2*
B) 1
C) 3
D) 1.5
Solution: z = (x - μ) / σ
= (80 - 70) / 5
= 10 / 5 = 2
19. What is the probability of getting at least one 6 when rolling a fair six-sided die three times?
A) 91/216*
B) 1/6
C) 1/2
D) 125/216
Solution: P(at least one 6) = 1 - P(no 6)
= 1 - (5/6)^3
= 1 - 125/216
= 91/216
20. If P(A|B) = 0.4 and P(B) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.4
Solution: Use the formula P(A and B) = P(A|B) × P(B)
P(A and B) = 0.4 × 0.3 = 0.12
21. In a Poisson distribution with λ = 2, what is the probability of exactly 3 events occurring?
A) 0.1804*
B) 0.2707
C) 0.1353
D) 0.0902
Solution: Use the Poisson probability formula:
P(X = k) = (e^-λ × λ^k) / k!
P(X = 3) = (e^-2 × 2^3) / 3!
≈ 0.1804
22. If you draw two cards from a standard 52-card deck with replacement, what is the probability of
getting two hearts?
A) 1/16*
B) 13/52
C) 1/4
D) 169/676
Solution: P(heart on first draw) = 13/52 = 1/4
P(heart on second draw) = 13/52 = 1/4
P(two hearts) = 1/4 × 1/4 = 1/16
23. In a group of 30 people, what is the probability that at least two people share the same birthday?
(Assume 365 days in a year and ignore leap years)
A) Approximately 0.71*
B) 0.5
C) 0.3
D) 0.9
Solution: It's easier to calculate the probability of no shared birthdays and subtract from 1.
P(no shared birthdays) = (365/365) × (364/365) × ... × (336/365)
≈ 0.2937
P(at least one shared birthday) = 1 - 0.2937 ≈ 0.7063
24. What is the variance of a fair six-sided die roll?
A) 35/12*
B) 3.5
C) 2.9
D) 6
Solution: Variance = E(X^2) - [E(X)]^2
E(X^2) = (1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2) / 6 = 91/6
E(X) = 3.5
Variance = 91/6 - 3.5^2 = 91/6 - 49/4 = 35/12
25. If you flip a fair coin 10 times, what is the probability of getting exactly 5 heads?
A) 0.2461*
B) 0.5
C) 0.1
D) 0.3
Solution: This follows a binomial distribution with n = 10, p = 0.5.
P(X = 5) = C(10,5) × 0.5^5 × 0.5^5
= 252 × (1/32) × (1/32)
= 252/1024 ≈ 0.2461
26. In a standard normal distribution, what is the probability of a value being greater than 1.96?
A) 0.025*
B) 0.05
C) 0.1
D) 0.975
Solution: For a standard normal distribution, P(Z > 1.96) = 0.025 (from standard normal table)
27. If P(A) = 0.4, P(B) = 0.5, and P(A and B) = 0.2, what is P(A|B)?
A) 0.4*
B) 0.5
C) 0.2
D) 0.8
Solution: Use Bayes' theorem: P(A|B) = P(A and B) / P(B)
P(A|B) = 0.2 / 0.5 = 0.4
28. What is the probability of drawing a red card or a face card from a standard 52-card deck?
A) 7/13*
B) 1/2
C) 2/3
D) 5/13
Solution: Red cards = 26, Face cards = 12, Red face cards = 6
P(Red or Face) = (26 + 12 - 6) / 52 = 32/52 = 8/13 = 7/13
29. In a geometric distribution with p = 0.2, what is the probability of success on the 4th trial?
A) 0.1024*
B) 0.2
C) 0.0512
D) 0.4096
Solution: P(X = 4) = p × (1-p)^(k-1)
= 0.2 × 0.8^3
= 0.2 × 0.512
= 0.1024
30. If X and Y are independent random variables with Var(X) = 4 and Var(Y) = 9, what is Var(3X - 2Y)?
A) 72*
B) 36
C) 25
D) 13
Solution: For independent variables:
Var(aX + bY) = a^2 × Var(X) + b^2 × Var(Y)
Var(3X - 2Y) = 3^2 × Var(X) + (-2)^2 × Var(Y)
= 9 × 4 + 4 × 9
= 36 + 36 = 72
. What is the probability of drawing an ace from a standard 52-card deck?
A) 1/13*
B) 1/4
C) 1/26
D) 1/52
Solution: There are 4 aces in a 52-card deck.
Probability = Number of favorable outcomes / Total number of possible outcomes = 4/52 = 1/13
5. If P(A) = 0.3 and P(B) = 0.4, and A and B are mutually exclusive events, what is P(A or B)?
A) 0.12
B) 0.7*
C) 0.5
D) 0.3
Solution: For mutually exclusive events, P(A or B) = P(A) + P(B)
P(A or B) = 0.3 + 0.4 = 0.7
6. In a group of 100 students, 60 play football and 40 play basketball. If 25 students play both sports,
how many students play at least one sport?
A) 75*
B) 100
C) 85
D) 65
Solution: Use the inclusion-exclusion principle:
P(Football or Basketball) = P(Football) + P(Basketball) - P(Both)
Number of students = 60 + 40 - 25 = 75
7. What is the probability of drawing a king or a heart from a standard 52-card deck?
A) 4/13*
B) 1/4
C) 7/13
D) 16/52
Solution: There are 4 kings and 13 hearts, but the king of hearts is counted twice.
Favorable outcomes = 4 + 13 - 1 = 16
Probability = 16/52 = 4/13
8. If you roll two fair six-sided dice, what is the probability of getting a sum of 7?
A) 1/6*
B) 1/12
C) 5/36
D) 1/3
Solution: Favorable outcomes: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1)
Total possible outcomes: 6 × 6 = 36
Probability = 6/36 = 1/6
9. In a standard normal distribution, what is the probability of a value being within one standard
deviation of the mean?
A) 0.6826*
B) 0.9544
C) 0.9973
D) 0.5000
Solution: For a standard normal distribution, approximately 68.26% of the values fall within one
standard deviation of the mean.
10. If P(A) = 0.4 and P(B|A) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.3
Solution: Use the formula P(A and B) = P(A) × P(B|A)
P(A and B) = 0.4 × 0.3 = 0.12
11. A fair six-sided die is rolled twice. What is the probability of getting a sum of 8?
A) 5/36*
B) 1/6
C) 1/4
D) 1/9
Solution: Favorable outcomes: (2,6), (3,5), (4,4), (5,3), (6,2)
Total possible outcomes: 6 × 6 = 36
Probability = 5/36
12. In a group of 200 people, 120 like coffee and 80 like tea. If 40 people like both beverages, how
many people like neither?
A) 40*
B) 0
C) 20
D) 60
Solution: Use the inclusion-exclusion principle:
People liking at least one = 120 + 80 - 40 = 160
People liking neither = Total - People liking at least one = 200 - 160 = 40
13. What is the probability of drawing two aces in succession from a standard 52-card deck, without
replacement?
A) 1/221*
B) 1/169
C) 1/26
D) 1/13
Solution: P(first ace) = 4/52 = 1/13
P(second ace) = 3/51
P(two aces) = (1/13) × (3/51) = 3/663 = 1/221
14. If P(A) = 0.3, P(B) = 0.4, and P(A and B) = 0.1, what is P(A or B)?
A) 0.6*
B) 0.7
C) 0.5
D) 0.3
Solution: Use the formula P(A or B) = P(A) + P(B) - P(A and B)
P(A or B) = 0.3 + 0.4 - 0.1 = 0.6
15. In a binomial distribution with n = 10 and p = 0.2, what is the probability of exactly 3 successes?
A) 0.2013*
B) 0.1680
C) 0.2684
D) 0.3020
Solution: Use the binomial probability formula:
P(X = k) = C(n,k) × p^k × (1-p)^(n-k)
P(X = 3) = C(10,3) × 0.2^3 × 0.8^7
= 120 × 0.008 × 0.2097 ≈ 0.2013
16. What is the expected value of rolling a fair six-sided die?
A) 3.5*
B) 3
C) 4
D) 6
Solution: E(X) = Σ (x_i × p_i)
= (1 × 1/6) + (2 × 1/6) + (3 × 1/6) + (4 × 1/6) + (5 × 1/6) + (6 × 1/6)
= (1 + 2 + 3 + 4 + 5 + 6) / 6
= 21 / 6 = 3.5
17. If you flip a fair coin until you get heads, what is the expected number of flips?
A) 2*
B) 1
C) 3
D) 4
Solution: This follows a geometric distribution with p = 1/2.
Expected value for geometric distribution = 1/p = 1/(1/2) = 2
18. In a normal distribution with mean 70 and standard deviation 5, what is the z-score for a value of
80?
A) 2*
B) 1
C) 3
D) 1.5
Solution: z = (x - μ) / σ
= (80 - 70) / 5
= 10 / 5 = 2
19. What is the probability of getting at least one 6 when rolling a fair six-sided die three times?
A) 91/216*
B) 1/6
C) 1/2
D) 125/216
Solution: P(at least one 6) = 1 - P(no 6)
= 1 - (5/6)^3
= 1 - 125/216
= 91/216
20. If P(A|B) = 0.4 and P(B) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.4
Solution: Use the formula P(A and B) = P(A|B) × P(B)
P(A and B) = 0.4 × 0.3 = 0.12
21. In a Poisson distribution with λ = 2, what is the probability of exactly 3 events occurring?
A) 0.1804*
B) 0.2707
C) 0.1353
D) 0.0902
Solution: Use the Poisson probability formula:
P(X = k) = (e^-λ × λ^k) / k!
P(X = 3) = (e^-2 × 2^3) / 3!
≈ 0.1804
22. If you draw two cards from a standard 52-card deck with replacement, what is the probability of
getting two hearts?
A) 1/16*
B) 13/52
C) 1/4
D) 169/676
Solution: P(heart on first draw) = 13/52 = 1/4
P(heart on second draw) = 13/52 = 1/4
P(two hearts) = 1/4 × 1/4 = 1/16
23. In a group of 30 people, what is the probability that at least two people share the same birthday?
(Assume 365 days in a year and ignore leap years)
A) Approximately 0.71*
B) 0.5
C) 0.3
D) 0.9
Solution: It's easier to calculate the probability of no shared birthdays and subtract from 1.
P(no shared birthdays) = (365/365) × (364/365) × ... × (336/365)
≈ 0.2937
P(at least one shared birthday) = 1 - 0.2937 ≈ 0.7063
24. What is the variance of a fair six-sided die roll?
A) 35/12*
B) 3.5
C) 2.9
D) 6
Solution: Variance = E(X^2) - [E(X)]^2
E(X^2) = (1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2) / 6 = 91/6
E(X) = 3.5
Variance = 91/6 - 3.5^2 = 91/6 - 49/4 = 35/12
25. If you flip a fair coin 10 times, what is the probability of getting exactly 5 heads?
A) 0.2461*
B) 0.5
C) 0.1
D) 0.3
Solution: This follows a binomial distribution with n = 10, p = 0.5.
P(X = 5) = C(10,5) × 0.5^5 × 0.5^5
= 252 × (1/32) × (1/32)
= 252/1024 ≈ 0.2461
26. In a standard normal distribution, what is the probability of a value being greater than 1.96?
A) 0.025*
B) 0.05
C) 0.1
D) 0.975
Solution: For a standard normal distribution, P(Z > 1.96) = 0.025 (from standard normal table)
27. If P(A) = 0.4, P(B) = 0.5, and P(A and B) = 0.2, what is P(A|B)?
A) 0.4*
B) 0.5
C) 0.2
D) 0.8
Solution: Use Bayes' theorem: P(A|B) = P(A and B) / P(B)
P(A|B) = 0.2 / 0.5 = 0.4
28. What is the probability of drawing a red card or a face card from a standard 52-card deck?
A) 7/13*
B) 1/2
C) 2/3
D) 5/13
Solution: Red cards = 26, Face cards = 12, Red face cards = 6
P(Red or Face) = (26 + 12 - 6) / 52 = 32/52 = 8/13 = 7/13
29. In a geometric distribution with p = 0.2, what is the probability of success on the 4th trial?
A) 0.1024*
B) 0.2
C) 0.0512
D) 0.4096
Solution: P(X = 4) = p × (1-p)^(k-1)
= 0.2 × 0.8^3
= 0.2 × 0.512
= 0.1024
30. If X and Y are independent random variables with Var(X) = 4 and Var(Y) = 9, what is Var(3X - 2Y)?
A) 72*
B) 36
C) 25
D) 13
Solution: For independent variables:
Var(aX + bY) = a^2 × Var(X) + b^2 × Var(Y)
Var(3X - 2Y) = 3^2 × Var(X) + (-2)^2 × Var(Y)
= 9 × 4 + 4 × 9
= 36 + 36 = 72
. What is the probability of drawing an ace from a standard 52-card deck?
A) 1/13*
B) 1/4
C) 1/26
D) 1/52
Solution: There are 4 aces in a 52-card deck.
Probability = Number of favorable outcomes / Total number of possible outcomes = 4/52 = 1/13
5. If P(A) = 0.3 and P(B) = 0.4, and A and B are mutually exclusive events, what is P(A or B)?
A) 0.12
B) 0.7*
C) 0.5
D) 0.3
Solution: For mutually exclusive events, P(A or B) = P(A) + P(B)
P(A or B) = 0.3 + 0.4 = 0.7
6. In a group of 100 students, 60 play football and 40 play basketball. If 25 students play both sports,
how many students play at least one sport?
A) 75*
B) 100
C) 85
D) 65
Solution: Use the inclusion-exclusion principle:
P(Football or Basketball) = P(Football) + P(Basketball) - P(Both)
Number of students = 60 + 40 - 25 = 75
7. What is the probability of drawing a king or a heart from a standard 52-card deck?
A) 4/13*
B) 1/4
C) 7/13
D) 16/52
Solution: There are 4 kings and 13 hearts, but the king of hearts is counted twice.
Favorable outcomes = 4 + 13 - 1 = 16
Probability = 16/52 = 4/13
8. If you roll two fair six-sided dice, what is the probability of getting a sum of 7?
A) 1/6*
B) 1/12
C) 5/36
D) 1/3
Solution: Favorable outcomes: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1)
Total possible outcomes: 6 × 6 = 36
Probability = 6/36 = 1/6
9. In a standard normal distribution, what is the probability of a value being within one standard
deviation of the mean?
A) 0.6826*
B) 0.9544
C) 0.9973
D) 0.5000
Solution: For a standard normal distribution, approximately 68.26% of the values fall within one
standard deviation of the mean.
10. If P(A) = 0.4 and P(B|A) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.3
Solution: Use the formula P(A and B) = P(A) × P(B|A)
P(A and B) = 0.4 × 0.3 = 0.12
11. A fair six-sided die is rolled twice. What is the probability of getting a sum of 8?
A) 5/36*
B) 1/6
C) 1/4
D) 1/9
Solution: Favorable outcomes: (2,6), (3,5), (4,4), (5,3), (6,2)
Total possible outcomes: 6 × 6 = 36
Probability = 5/36
12. In a group of 200 people, 120 like coffee and 80 like tea. If 40 people like both beverages, how
many people like neither?
A) 40*
B) 0
C) 20
D) 60
Solution: Use the inclusion-exclusion principle:
People liking at least one = 120 + 80 - 40 = 160
People liking neither = Total - People liking at least one = 200 - 160 = 40
13. What is the probability of drawing two aces in succession from a standard 52-card deck, without
replacement?
A) 1/221*
B) 1/169
C) 1/26
D) 1/13
Solution: P(first ace) = 4/52 = 1/13
P(second ace) = 3/51
P(two aces) = (1/13) × (3/51) = 3/663 = 1/221
14. If P(A) = 0.3, P(B) = 0.4, and P(A and B) = 0.1, what is P(A or B)?
A) 0.6*
B) 0.7
C) 0.5
D) 0.3
Solution: Use the formula P(A or B) = P(A) + P(B) - P(A and B)
P(A or B) = 0.3 + 0.4 - 0.1 = 0.6
15. In a binomial distribution with n = 10 and p = 0.2, what is the probability of exactly 3 successes?
A) 0.2013*
B) 0.1680
C) 0.2684
D) 0.3020
Solution: Use the binomial probability formula:
P(X = k) = C(n,k) × p^k × (1-p)^(n-k)
P(X = 3) = C(10,3) × 0.2^3 × 0.8^7
= 120 × 0.008 × 0.2097 ≈ 0.2013
16. What is the expected value of rolling a fair six-sided die?
A) 3.5*
B) 3
C) 4
D) 6
Solution: E(X) = Σ (x_i × p_i)
= (1 × 1/6) + (2 × 1/6) + (3 × 1/6) + (4 × 1/6) + (5 × 1/6) + (6 × 1/6)
= (1 + 2 + 3 + 4 + 5 + 6) / 6
= 21 / 6 = 3.5
17. If you flip a fair coin until you get heads, what is the expected number of flips?
A) 2*
B) 1
C) 3
D) 4
Solution: This follows a geometric distribution with p = 1/2.
Expected value for geometric distribution = 1/p = 1/(1/2) = 2
18. In a normal distribution with mean 70 and standard deviation 5, what is the z-score for a value of
80?
A) 2*
B) 1
C) 3
D) 1.5
Solution: z = (x - μ) / σ
= (80 - 70) / 5
= 10 / 5 = 2
19. What is the probability of getting at least one 6 when rolling a fair six-sided die three times?
A) 91/216*
B) 1/6
C) 1/2
D) 125/216
Solution: P(at least one 6) = 1 - P(no 6)
= 1 - (5/6)^3
= 1 - 125/216
= 91/216
20. If P(A|B) = 0.4 and P(B) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.4
Solution: Use the formula P(A and B) = P(A|B) × P(B)
P(A and B) = 0.4 × 0.3 = 0.12
21. In a Poisson distribution with λ = 2, what is the probability of exactly 3 events occurring?
A) 0.1804*
B) 0.2707
C) 0.1353
D) 0.0902
Solution: Use the Poisson probability formula:
P(X = k) = (e^-λ × λ^k) / k!
P(X = 3) = (e^-2 × 2^3) / 3!
≈ 0.1804
22. If you draw two cards from a standard 52-card deck with replacement, what is the probability of
getting two hearts?
A) 1/16*
B) 13/52
C) 1/4
D) 169/676
Solution: P(heart on first draw) = 13/52 = 1/4
P(heart on second draw) = 13/52 = 1/4
P(two hearts) = 1/4 × 1/4 = 1/16
23. In a group of 30 people, what is the probability that at least two people share the same birthday?
(Assume 365 days in a year and ignore leap years)
A) Approximately 0.71*
B) 0.5
C) 0.3
D) 0.9
Solution: It's easier to calculate the probability of no shared birthdays and subtract from 1.
P(no shared birthdays) = (365/365) × (364/365) × ... × (336/365)
≈ 0.2937
P(at least one shared birthday) = 1 - 0.2937 ≈ 0.7063
24. What is the variance of a fair six-sided die roll?
A) 35/12*
B) 3.5
C) 2.9
D) 6
Solution: Variance = E(X^2) - [E(X)]^2
E(X^2) = (1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2) / 6 = 91/6
E(X) = 3.5
Variance = 91/6 - 3.5^2 = 91/6 - 49/4 = 35/12
25. If you flip a fair coin 10 times, what is the probability of getting exactly 5 heads?
A) 0.2461*
B) 0.5
C) 0.1
D) 0.3
Solution: This follows a binomial distribution with n = 10, p = 0.5.
P(X = 5) = C(10,5) × 0.5^5 × 0.5^5
= 252 × (1/32) × (1/32)
= 252/1024 ≈ 0.2461
26. In a standard normal distribution, what is the probability of a value being greater than 1.96?
A) 0.025*
B) 0.05
C) 0.1
D) 0.975
Solution: For a standard normal distribution, P(Z > 1.96) = 0.025 (from standard normal table)
27. If P(A) = 0.4, P(B) = 0.5, and P(A and B) = 0.2, what is P(A|B)?
A) 0.4*
B) 0.5
C) 0.2
D) 0.8
Solution: Use Bayes' theorem: P(A|B) = P(A and B) / P(B)
P(A|B) = 0.2 / 0.5 = 0.4
28. What is the probability of drawing a red card or a face card from a standard 52-card deck?
A) 7/13*
B) 1/2
C) 2/3
D) 5/13
Solution: Red cards = 26, Face cards = 12, Red face cards = 6
P(Red or Face) = (26 + 12 - 6) / 52 = 32/52 = 8/13 = 7/13
29. In a geometric distribution with p = 0.2, what is the probability of success on the 4th trial?
A) 0.1024*
B) 0.2
C) 0.0512
D) 0.4096
Solution: P(X = 4) = p × (1-p)^(k-1)
= 0.2 × 0.8^3
= 0.2 × 0.512
= 0.1024
30. If X and Y are independent random variables with Var(X) = 4 and Var(Y) = 9, what is Var(3X - 2Y)?
A) 72*
B) 36
C) 25
D) 13
Solution: For independent variables:
Var(aX + bY) = a^2 × Var(X) + b^2 × Var(Y)
Var(3X - 2Y) = 3^2 × Var(X) + (-2)^2 × Var(Y)
= 9 × 4 + 4 × 9
= 36 + 36 = 72
. What is the probability of drawing an ace from a standard 52-card deck?
A) 1/13*
B) 1/4
C) 1/26
D) 1/52
Solution: There are 4 aces in a 52-card deck.
Probability = Number of favorable outcomes / Total number of possible outcomes = 4/52 = 1/13
5. If P(A) = 0.3 and P(B) = 0.4, and A and B are mutually exclusive events, what is P(A or B)?
A) 0.12
B) 0.7*
C) 0.5
D) 0.3
Solution: For mutually exclusive events, P(A or B) = P(A) + P(B)
P(A or B) = 0.3 + 0.4 = 0.7
6. In a group of 100 students, 60 play football and 40 play basketball. If 25 students play both sports,
how many students play at least one sport?
A) 75*
B) 100
C) 85
D) 65
Solution: Use the inclusion-exclusion principle:
P(Football or Basketball) = P(Football) + P(Basketball) - P(Both)
Number of students = 60 + 40 - 25 = 75
7. What is the probability of drawing a king or a heart from a standard 52-card deck?
A) 4/13*
B) 1/4
C) 7/13
D) 16/52
Solution: There are 4 kings and 13 hearts, but the king of hearts is counted twice.
Favorable outcomes = 4 + 13 - 1 = 16
Probability = 16/52 = 4/13
8. If you roll two fair six-sided dice, what is the probability of getting a sum of 7?
A) 1/6*
B) 1/12
C) 5/36
D) 1/3
Solution: Favorable outcomes: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1)
Total possible outcomes: 6 × 6 = 36
Probability = 6/36 = 1/6
9. In a standard normal distribution, what is the probability of a value being within one standard
deviation of the mean?
A) 0.6826*
B) 0.9544
C) 0.9973
D) 0.5000
Solution: For a standard normal distribution, approximately 68.26% of the values fall within one
standard deviation of the mean.
10. If P(A) = 0.4 and P(B|A) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.3
Solution: Use the formula P(A and B) = P(A) × P(B|A)
P(A and B) = 0.4 × 0.3 = 0.12
11. A fair six-sided die is rolled twice. What is the probability of getting a sum of 8?
A) 5/36*
B) 1/6
C) 1/4
D) 1/9
Solution: Favorable outcomes: (2,6), (3,5), (4,4), (5,3), (6,2)
Total possible outcomes: 6 × 6 = 36
Probability = 5/36
12. In a group of 200 people, 120 like coffee and 80 like tea. If 40 people like both beverages, how
many people like neither?
A) 40*
B) 0
C) 20
D) 60
Solution: Use the inclusion-exclusion principle:
People liking at least one = 120 + 80 - 40 = 160
People liking neither = Total - People liking at least one = 200 - 160 = 40
13. What is the probability of drawing two aces in succession from a standard 52-card deck, without
replacement?
A) 1/221*
B) 1/169
C) 1/26
D) 1/13
Solution: P(first ace) = 4/52 = 1/13
P(second ace) = 3/51
P(two aces) = (1/13) × (3/51) = 3/663 = 1/221
14. If P(A) = 0.3, P(B) = 0.4, and P(A and B) = 0.1, what is P(A or B)?
A) 0.6*
B) 0.7
C) 0.5
D) 0.3
Solution: Use the formula P(A or B) = P(A) + P(B) - P(A and B)
P(A or B) = 0.3 + 0.4 - 0.1 = 0.6
15. In a binomial distribution with n = 10 and p = 0.2, what is the probability of exactly 3 successes?
A) 0.2013*
B) 0.1680
C) 0.2684
D) 0.3020
Solution: Use the binomial probability formula:
P(X = k) = C(n,k) × p^k × (1-p)^(n-k)
P(X = 3) = C(10,3) × 0.2^3 × 0.8^7
= 120 × 0.008 × 0.2097 ≈ 0.2013
16. What is the expected value of rolling a fair six-sided die?
A) 3.5*
B) 3
C) 4
D) 6
Solution: E(X) = Σ (x_i × p_i)
= (1 × 1/6) + (2 × 1/6) + (3 × 1/6) + (4 × 1/6) + (5 × 1/6) + (6 × 1/6)
= (1 + 2 + 3 + 4 + 5 + 6) / 6
= 21 / 6 = 3.5
17. If you flip a fair coin until you get heads, what is the expected number of flips?
A) 2*
B) 1
C) 3
D) 4
Solution: This follows a geometric distribution with p = 1/2.
Expected value for geometric distribution = 1/p = 1/(1/2) = 2
18. In a normal distribution with mean 70 and standard deviation 5, what is the z-score for a value of
80?
A) 2*
B) 1
C) 3
D) 1.5
Solution: z = (x - μ) / σ
= (80 - 70) / 5
= 10 / 5 = 2
19. What is the probability of getting at least one 6 when rolling a fair six-sided die three times?
A) 91/216*
B) 1/6
C) 1/2
D) 125/216
Solution: P(at least one 6) = 1 - P(no 6)
= 1 - (5/6)^3
= 1 - 125/216
= 91/216
20. If P(A|B) = 0.4 and P(B) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.4
Solution: Use the formula P(A and B) = P(A|B) × P(B)
P(A and B) = 0.4 × 0.3 = 0.12
21. In a Poisson distribution with λ = 2, what is the probability of exactly 3 events occurring?
A) 0.1804*
B) 0.2707
C) 0.1353
D) 0.0902
Solution: Use the Poisson probability formula:
P(X = k) = (e^-λ × λ^k) / k!
P(X = 3) = (e^-2 × 2^3) / 3!
≈ 0.1804
22. If you draw two cards from a standard 52-card deck with replacement, what is the probability of
getting two hearts?
A) 1/16*
B) 13/52
C) 1/4
D) 169/676
Solution: P(heart on first draw) = 13/52 = 1/4
P(heart on second draw) = 13/52 = 1/4
P(two hearts) = 1/4 × 1/4 = 1/16
23. In a group of 30 people, what is the probability that at least two people share the same birthday?
(Assume 365 days in a year and ignore leap years)
A) Approximately 0.71*
B) 0.5
C) 0.3
D) 0.9
Solution: It's easier to calculate the probability of no shared birthdays and subtract from 1.
P(no shared birthdays) = (365/365) × (364/365) × ... × (336/365)
≈ 0.2937
P(at least one shared birthday) = 1 - 0.2937 ≈ 0.7063
24. What is the variance of a fair six-sided die roll?
A) 35/12*
B) 3.5
C) 2.9
D) 6
Solution: Variance = E(X^2) - [E(X)]^2
E(X^2) = (1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2) / 6 = 91/6
E(X) = 3.5
Variance = 91/6 - 3.5^2 = 91/6 - 49/4 = 35/12
25. If you flip a fair coin 10 times, what is the probability of getting exactly 5 heads?
A) 0.2461*
B) 0.5
C) 0.1
D) 0.3
Solution: This follows a binomial distribution with n = 10, p = 0.5.
P(X = 5) = C(10,5) × 0.5^5 × 0.5^5
= 252 × (1/32) × (1/32)
= 252/1024 ≈ 0.2461
26. In a standard normal distribution, what is the probability of a value being greater than 1.96?
A) 0.025*
B) 0.05
C) 0.1
D) 0.975
Solution: For a standard normal distribution, P(Z > 1.96) = 0.025 (from standard normal table)
27. If P(A) = 0.4, P(B) = 0.5, and P(A and B) = 0.2, what is P(A|B)?
A) 0.4*
B) 0.5
C) 0.2
D) 0.8
Solution: Use Bayes' theorem: P(A|B) = P(A and B) / P(B)
P(A|B) = 0.2 / 0.5 = 0.4
28. What is the probability of drawing a red card or a face card from a standard 52-card deck?
A) 7/13*
B) 1/2
C) 2/3
D) 5/13
Solution: Red cards = 26, Face cards = 12, Red face cards = 6
P(Red or Face) = (26 + 12 - 6) / 52 = 32/52 = 8/13 = 7/13
29. In a geometric distribution with p = 0.2, what is the probability of success on the 4th trial?
A) 0.1024*
B) 0.2
C) 0.0512
D) 0.4096
Solution: P(X = 4) = p × (1-p)^(k-1)
= 0.2 × 0.8^3
= 0.2 × 0.512
= 0.1024
30. If X and Y are independent random variables with Var(X) = 4 and Var(Y) = 9, what is Var(3X - 2Y)?
A) 72*
B) 36
C) 25
D) 13
Solution: For independent variables:
Var(aX + bY) = a^2 × Var(X) + b^2 × Var(Y)
Var(3X - 2Y) = 3^2 × Var(X) + (-2)^2 × Var(Y)
= 9 × 4 + 4 × 9
= 36 + 36 = 72
. What is the probability of drawing an ace from a standard 52-card deck?
A) 1/13*
B) 1/4
C) 1/26
D) 1/52
Solution: There are 4 aces in a 52-card deck.
Probability = Number of favorable outcomes / Total number of possible outcomes = 4/52 = 1/13
5. If P(A) = 0.3 and P(B) = 0.4, and A and B are mutually exclusive events, what is P(A or B)?
A) 0.12
B) 0.7*
C) 0.5
D) 0.3
Solution: For mutually exclusive events, P(A or B) = P(A) + P(B)
P(A or B) = 0.3 + 0.4 = 0.7
6. In a group of 100 students, 60 play football and 40 play basketball. If 25 students play both sports,
how many students play at least one sport?
A) 75*
B) 100
C) 85
D) 65
Solution: Use the inclusion-exclusion principle:
P(Football or Basketball) = P(Football) + P(Basketball) - P(Both)
Number of students = 60 + 40 - 25 = 75
7. What is the probability of drawing a king or a heart from a standard 52-card deck?
A) 4/13*
B) 1/4
C) 7/13
D) 16/52
Solution: There are 4 kings and 13 hearts, but the king of hearts is counted twice.
Favorable outcomes = 4 + 13 - 1 = 16
Probability = 16/52 = 4/13
8. If you roll two fair six-sided dice, what is the probability of getting a sum of 7?
A) 1/6*
B) 1/12
C) 5/36
D) 1/3
Solution: Favorable outcomes: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1)
Total possible outcomes: 6 × 6 = 36
Probability = 6/36 = 1/6
9. In a standard normal distribution, what is the probability of a value being within one standard
deviation of the mean?
A) 0.6826*
B) 0.9544
C) 0.9973
D) 0.5000
Solution: For a standard normal distribution, approximately 68.26% of the values fall within one
standard deviation of the mean.
10. If P(A) = 0.4 and P(B|A) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.3
Solution: Use the formula P(A and B) = P(A) × P(B|A)
P(A and B) = 0.4 × 0.3 = 0.12
11. A fair six-sided die is rolled twice. What is the probability of getting a sum of 8?
A) 5/36*
B) 1/6
C) 1/4
D) 1/9
Solution: Favorable outcomes: (2,6), (3,5), (4,4), (5,3), (6,2)
Total possible outcomes: 6 × 6 = 36
Probability = 5/36
12. In a group of 200 people, 120 like coffee and 80 like tea. If 40 people like both beverages, how
many people like neither?
A) 40*
B) 0
C) 20
D) 60
Solution: Use the inclusion-exclusion principle:
People liking at least one = 120 + 80 - 40 = 160
People liking neither = Total - People liking at least one = 200 - 160 = 40
13. What is the probability of drawing two aces in succession from a standard 52-card deck, without
replacement?
A) 1/221*
B) 1/169
C) 1/26
D) 1/13
Solution: P(first ace) = 4/52 = 1/13
P(second ace) = 3/51
P(two aces) = (1/13) × (3/51) = 3/663 = 1/221
14. If P(A) = 0.3, P(B) = 0.4, and P(A and B) = 0.1, what is P(A or B)?
A) 0.6*
B) 0.7
C) 0.5
D) 0.3
Solution: Use the formula P(A or B) = P(A) + P(B) - P(A and B)
P(A or B) = 0.3 + 0.4 - 0.1 = 0.6
15. In a binomial distribution with n = 10 and p = 0.2, what is the probability of exactly 3 successes?
A) 0.2013*
B) 0.1680
C) 0.2684
D) 0.3020
Solution: Use the binomial probability formula:
P(X = k) = C(n,k) × p^k × (1-p)^(n-k)
P(X = 3) = C(10,3) × 0.2^3 × 0.8^7
= 120 × 0.008 × 0.2097 ≈ 0.2013
16. What is the expected value of rolling a fair six-sided die?
A) 3.5*
B) 3
C) 4
D) 6
Solution: E(X) = Σ (x_i × p_i)
= (1 × 1/6) + (2 × 1/6) + (3 × 1/6) + (4 × 1/6) + (5 × 1/6) + (6 × 1/6)
= (1 + 2 + 3 + 4 + 5 + 6) / 6
= 21 / 6 = 3.5
17. If you flip a fair coin until you get heads, what is the expected number of flips?
A) 2*
B) 1
C) 3
D) 4
Solution: This follows a geometric distribution with p = 1/2.
Expected value for geometric distribution = 1/p = 1/(1/2) = 2
18. In a normal distribution with mean 70 and standard deviation 5, what is the z-score for a value of
80?
A) 2*
B) 1
C) 3
D) 1.5
Solution: z = (x - μ) / σ
= (80 - 70) / 5
= 10 / 5 = 2
19. What is the probability of getting at least one 6 when rolling a fair six-sided die three times?
A) 91/216*
B) 1/6
C) 1/2
D) 125/216
Solution: P(at least one 6) = 1 - P(no 6)
= 1 - (5/6)^3
= 1 - 125/216
= 91/216
20. If P(A|B) = 0.4 and P(B) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.4
Solution: Use the formula P(A and B) = P(A|B) × P(B)
P(A and B) = 0.4 × 0.3 = 0.12
21. In a Poisson distribution with λ = 2, what is the probability of exactly 3 events occurring?
A) 0.1804*
B) 0.2707
C) 0.1353
D) 0.0902
Solution: Use the Poisson probability formula:
P(X = k) = (e^-λ × λ^k) / k!
P(X = 3) = (e^-2 × 2^3) / 3!
≈ 0.1804
22. If you draw two cards from a standard 52-card deck with replacement, what is the probability of
getting two hearts?
A) 1/16*
B) 13/52
C) 1/4
D) 169/676
Solution: P(heart on first draw) = 13/52 = 1/4
P(heart on second draw) = 13/52 = 1/4
P(two hearts) = 1/4 × 1/4 = 1/16
23. In a group of 30 people, what is the probability that at least two people share the same birthday?
(Assume 365 days in a year and ignore leap years)
A) Approximately 0.71*
B) 0.5
C) 0.3
D) 0.9
Solution: It's easier to calculate the probability of no shared birthdays and subtract from 1.
P(no shared birthdays) = (365/365) × (364/365) × ... × (336/365)
≈ 0.2937
P(at least one shared birthday) = 1 - 0.2937 ≈ 0.7063
24. What is the variance of a fair six-sided die roll?
A) 35/12*
B) 3.5
C) 2.9
D) 6
Solution: Variance = E(X^2) - [E(X)]^2
E(X^2) = (1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2) / 6 = 91/6
E(X) = 3.5
Variance = 91/6 - 3.5^2 = 91/6 - 49/4 = 35/12
25. If you flip a fair coin 10 times, what is the probability of getting exactly 5 heads?
A) 0.2461*
B) 0.5
C) 0.1
D) 0.3
Solution: This follows a binomial distribution with n = 10, p = 0.5.
P(X = 5) = C(10,5) × 0.5^5 × 0.5^5
= 252 × (1/32) × (1/32)
= 252/1024 ≈ 0.2461
26. In a standard normal distribution, what is the probability of a value being greater than 1.96?
A) 0.025*
B) 0.05
C) 0.1
D) 0.975
Solution: For a standard normal distribution, P(Z > 1.96) = 0.025 (from standard normal table)
27. If P(A) = 0.4, P(B) = 0.5, and P(A and B) = 0.2, what is P(A|B)?
A) 0.4*
B) 0.5
C) 0.2
D) 0.8
Solution: Use Bayes' theorem: P(A|B) = P(A and B) / P(B)
P(A|B) = 0.2 / 0.5 = 0.4
28. What is the probability of drawing a red card or a face card from a standard 52-card deck?
A) 7/13*
B) 1/2
C) 2/3
D) 5/13
Solution: Red cards = 26, Face cards = 12, Red face cards = 6
P(Red or Face) = (26 + 12 - 6) / 52 = 32/52 = 8/13 = 7/13
29. In a geometric distribution with p = 0.2, what is the probability of success on the 4th trial?
A) 0.1024*
B) 0.2
C) 0.0512
D) 0.4096
Solution: P(X = 4) = p × (1-p)^(k-1)
= 0.2 × 0.8^3
= 0.2 × 0.512
= 0.1024
30. If X and Y are independent random variables with Var(X) = 4 and Var(Y) = 9, what is Var(3X - 2Y)?
A) 72*
B) 36
C) 25
D) 13
Solution: For independent variables:
Var(aX + bY) = a^2 × Var(X) + b^2 × Var(Y)
Var(3X - 2Y) = 3^2 × Var(X) + (-2)^2 × Var(Y)
= 9 × 4 + 4 × 9
= 36 + 36 = 72
. What is the probability of drawing an ace from a standard 52-card deck?
A) 1/13*
B) 1/4
C) 1/26
D) 1/52
Solution: There are 4 aces in a 52-card deck.
Probability = Number of favorable outcomes / Total number of possible outcomes = 4/52 = 1/13
5. If P(A) = 0.3 and P(B) = 0.4, and A and B are mutually exclusive events, what is P(A or B)?
A) 0.12
B) 0.7*
C) 0.5
D) 0.3
Solution: For mutually exclusive events, P(A or B) = P(A) + P(B)
P(A or B) = 0.3 + 0.4 = 0.7
6. In a group of 100 students, 60 play football and 40 play basketball. If 25 students play both sports,
how many students play at least one sport?
A) 75*
B) 100
C) 85
D) 65
Solution: Use the inclusion-exclusion principle:
P(Football or Basketball) = P(Football) + P(Basketball) - P(Both)
Number of students = 60 + 40 - 25 = 75
7. What is the probability of drawing a king or a heart from a standard 52-card deck?
A) 4/13*
B) 1/4
C) 7/13
D) 16/52
Solution: There are 4 kings and 13 hearts, but the king of hearts is counted twice.
Favorable outcomes = 4 + 13 - 1 = 16
Probability = 16/52 = 4/13
8. If you roll two fair six-sided dice, what is the probability of getting a sum of 7?
A) 1/6*
B) 1/12
C) 5/36
D) 1/3
Solution: Favorable outcomes: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1)
Total possible outcomes: 6 × 6 = 36
Probability = 6/36 = 1/6
9. In a standard normal distribution, what is the probability of a value being within one standard
deviation of the mean?
A) 0.6826*
B) 0.9544
C) 0.9973
D) 0.5000
Solution: For a standard normal distribution, approximately 68.26% of the values fall within one
standard deviation of the mean.
10. If P(A) = 0.4 and P(B|A) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.3
Solution: Use the formula P(A and B) = P(A) × P(B|A)
P(A and B) = 0.4 × 0.3 = 0.12
11. A fair six-sided die is rolled twice. What is the probability of getting a sum of 8?
A) 5/36*
B) 1/6
C) 1/4
D) 1/9
Solution: Favorable outcomes: (2,6), (3,5), (4,4), (5,3), (6,2)
Total possible outcomes: 6 × 6 = 36
Probability = 5/36
12. In a group of 200 people, 120 like coffee and 80 like tea. If 40 people like both beverages, how
many people like neither?
A) 40*
B) 0
C) 20
D) 60
Solution: Use the inclusion-exclusion principle:
People liking at least one = 120 + 80 - 40 = 160
People liking neither = Total - People liking at least one = 200 - 160 = 40
13. What is the probability of drawing two aces in succession from a standard 52-card deck, without
replacement?
A) 1/221*
B) 1/169
C) 1/26
D) 1/13
Solution: P(first ace) = 4/52 = 1/13
P(second ace) = 3/51
P(two aces) = (1/13) × (3/51) = 3/663 = 1/221
14. If P(A) = 0.3, P(B) = 0.4, and P(A and B) = 0.1, what is P(A or B)?
A) 0.6*
B) 0.7
C) 0.5
D) 0.3
Solution: Use the formula P(A or B) = P(A) + P(B) - P(A and B)
P(A or B) = 0.3 + 0.4 - 0.1 = 0.6
15. In a binomial distribution with n = 10 and p = 0.2, what is the probability of exactly 3 successes?
A) 0.2013*
B) 0.1680
C) 0.2684
D) 0.3020
Solution: Use the binomial probability formula:
P(X = k) = C(n,k) × p^k × (1-p)^(n-k)
P(X = 3) = C(10,3) × 0.2^3 × 0.8^7
= 120 × 0.008 × 0.2097 ≈ 0.2013
16. What is the expected value of rolling a fair six-sided die?
A) 3.5*
B) 3
C) 4
D) 6
Solution: E(X) = Σ (x_i × p_i)
= (1 × 1/6) + (2 × 1/6) + (3 × 1/6) + (4 × 1/6) + (5 × 1/6) + (6 × 1/6)
= (1 + 2 + 3 + 4 + 5 + 6) / 6
= 21 / 6 = 3.5
17. If you flip a fair coin until you get heads, what is the expected number of flips?
A) 2*
B) 1
C) 3
D) 4
Solution: This follows a geometric distribution with p = 1/2.
Expected value for geometric distribution = 1/p = 1/(1/2) = 2
18. In a normal distribution with mean 70 and standard deviation 5, what is the z-score for a value of
80?
A) 2*
B) 1
C) 3
D) 1.5
Solution: z = (x - μ) / σ
= (80 - 70) / 5
= 10 / 5 = 2
19. What is the probability of getting at least one 6 when rolling a fair six-sided die three times?
A) 91/216*
B) 1/6
C) 1/2
D) 125/216
Solution: P(at least one 6) = 1 - P(no 6)
= 1 - (5/6)^3
= 1 - 125/216
= 91/216
20. If P(A|B) = 0.4 and P(B) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.4
Solution: Use the formula P(A and B) = P(A|B) × P(B)
P(A and B) = 0.4 × 0.3 = 0.12
21. In a Poisson distribution with λ = 2, what is the probability of exactly 3 events occurring?
A) 0.1804*
B) 0.2707
C) 0.1353
D) 0.0902
Solution: Use the Poisson probability formula:
P(X = k) = (e^-λ × λ^k) / k!
P(X = 3) = (e^-2 × 2^3) / 3!
≈ 0.1804
22. If you draw two cards from a standard 52-card deck with replacement, what is the probability of
getting two hearts?
A) 1/16*
B) 13/52
C) 1/4
D) 169/676
Solution: P(heart on first draw) = 13/52 = 1/4
P(heart on second draw) = 13/52 = 1/4
P(two hearts) = 1/4 × 1/4 = 1/16
23. In a group of 30 people, what is the probability that at least two people share the same birthday?
(Assume 365 days in a year and ignore leap years)
A) Approximately 0.71*
B) 0.5
C) 0.3
D) 0.9
Solution: It's easier to calculate the probability of no shared birthdays and subtract from 1.
P(no shared birthdays) = (365/365) × (364/365) × ... × (336/365)
≈ 0.2937
P(at least one shared birthday) = 1 - 0.2937 ≈ 0.7063
24. What is the variance of a fair six-sided die roll?
A) 35/12*
B) 3.5
C) 2.9
D) 6
Solution: Variance = E(X^2) - [E(X)]^2
E(X^2) = (1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2) / 6 = 91/6
E(X) = 3.5
Variance = 91/6 - 3.5^2 = 91/6 - 49/4 = 35/12
25. If you flip a fair coin 10 times, what is the probability of getting exactly 5 heads?
A) 0.2461*
B) 0.5
C) 0.1
D) 0.3
Solution: This follows a binomial distribution with n = 10, p = 0.5.
P(X = 5) = C(10,5) × 0.5^5 × 0.5^5
= 252 × (1/32) × (1/32)
= 252/1024 ≈ 0.2461
26. In a standard normal distribution, what is the probability of a value being greater than 1.96?
A) 0.025*
B) 0.05
C) 0.1
D) 0.975
Solution: For a standard normal distribution, P(Z > 1.96) = 0.025 (from standard normal table)
27. If P(A) = 0.4, P(B) = 0.5, and P(A and B) = 0.2, what is P(A|B)?
A) 0.4*
B) 0.5
C) 0.2
D) 0.8
Solution: Use Bayes' theorem: P(A|B) = P(A and B) / P(B)
P(A|B) = 0.2 / 0.5 = 0.4
28. What is the probability of drawing a red card or a face card from a standard 52-card deck?
A) 7/13*
B) 1/2
C) 2/3
D) 5/13
Solution: Red cards = 26, Face cards = 12, Red face cards = 6
P(Red or Face) = (26 + 12 - 6) / 52 = 32/52 = 8/13 = 7/13
29. In a geometric distribution with p = 0.2, what is the probability of success on the 4th trial?
A) 0.1024*
B) 0.2
C) 0.0512
D) 0.4096
Solution: P(X = 4) = p × (1-p)^(k-1)
= 0.2 × 0.8^3
= 0.2 × 0.512
= 0.1024
30. If X and Y are independent random variables with Var(X) = 4 and Var(Y) = 9, what is Var(3X - 2Y)?
A) 72*
B) 36
C) 25
D) 13
Solution: For independent variables:
Var(aX + bY) = a^2 × Var(X) + b^2 × Var(Y)
Var(3X - 2Y) = 3^2 × Var(X) + (-2)^2 × Var(Y)
= 9 × 4 + 4 × 9
= 36 + 36 = 72
. What is the probability of drawing an ace from a standard 52-card deck?
A) 1/13*
B) 1/4
C) 1/26
D) 1/52
Solution: There are 4 aces in a 52-card deck.
Probability = Number of favorable outcomes / Total number of possible outcomes = 4/52 = 1/13
5. If P(A) = 0.3 and P(B) = 0.4, and A and B are mutually exclusive events, what is P(A or B)?
A) 0.12
B) 0.7*
C) 0.5
D) 0.3
Solution: For mutually exclusive events, P(A or B) = P(A) + P(B)
P(A or B) = 0.3 + 0.4 = 0.7
6. In a group of 100 students, 60 play football and 40 play basketball. If 25 students play both sports,
how many students play at least one sport?
A) 75*
B) 100
C) 85
D) 65
Solution: Use the inclusion-exclusion principle:
P(Football or Basketball) = P(Football) + P(Basketball) - P(Both)
Number of students = 60 + 40 - 25 = 75
7. What is the probability of drawing a king or a heart from a standard 52-card deck?
A) 4/13*
B) 1/4
C) 7/13
D) 16/52
Solution: There are 4 kings and 13 hearts, but the king of hearts is counted twice.
Favorable outcomes = 4 + 13 - 1 = 16
Probability = 16/52 = 4/13
8. If you roll two fair six-sided dice, what is the probability of getting a sum of 7?
A) 1/6*
B) 1/12
C) 5/36
D) 1/3
Solution: Favorable outcomes: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1)
Total possible outcomes: 6 × 6 = 36
Probability = 6/36 = 1/6
9. In a standard normal distribution, what is the probability of a value being within one standard
deviation of the mean?
A) 0.6826*
B) 0.9544
C) 0.9973
D) 0.5000
Solution: For a standard normal distribution, approximately 68.26% of the values fall within one
standard deviation of the mean.
10. If P(A) = 0.4 and P(B|A) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.3
Solution: Use the formula P(A and B) = P(A) × P(B|A)
P(A and B) = 0.4 × 0.3 = 0.12
11. A fair six-sided die is rolled twice. What is the probability of getting a sum of 8?
A) 5/36*
B) 1/6
C) 1/4
D) 1/9
Solution: Favorable outcomes: (2,6), (3,5), (4,4), (5,3), (6,2)
Total possible outcomes: 6 × 6 = 36
Probability = 5/36
12. In a group of 200 people, 120 like coffee and 80 like tea. If 40 people like both beverages, how
many people like neither?
A) 40*
B) 0
C) 20
D) 60
Solution: Use the inclusion-exclusion principle:
People liking at least one = 120 + 80 - 40 = 160
People liking neither = Total - People liking at least one = 200 - 160 = 40
13. What is the probability of drawing two aces in succession from a standard 52-card deck, without
replacement?
A) 1/221*
B) 1/169
C) 1/26
D) 1/13
Solution: P(first ace) = 4/52 = 1/13
P(second ace) = 3/51
P(two aces) = (1/13) × (3/51) = 3/663 = 1/221
14. If P(A) = 0.3, P(B) = 0.4, and P(A and B) = 0.1, what is P(A or B)?
A) 0.6*
B) 0.7
C) 0.5
D) 0.3
Solution: Use the formula P(A or B) = P(A) + P(B) - P(A and B)
P(A or B) = 0.3 + 0.4 - 0.1 = 0.6
15. In a binomial distribution with n = 10 and p = 0.2, what is the probability of exactly 3 successes?
A) 0.2013*
B) 0.1680
C) 0.2684
D) 0.3020
Solution: Use the binomial probability formula:
P(X = k) = C(n,k) × p^k × (1-p)^(n-k)
P(X = 3) = C(10,3) × 0.2^3 × 0.8^7
= 120 × 0.008 × 0.2097 ≈ 0.2013
16. What is the expected value of rolling a fair six-sided die?
A) 3.5*
B) 3
C) 4
D) 6
Solution: E(X) = Σ (x_i × p_i)
= (1 × 1/6) + (2 × 1/6) + (3 × 1/6) + (4 × 1/6) + (5 × 1/6) + (6 × 1/6)
= (1 + 2 + 3 + 4 + 5 + 6) / 6
= 21 / 6 = 3.5
17. If you flip a fair coin until you get heads, what is the expected number of flips?
A) 2*
B) 1
C) 3
D) 4
Solution: This follows a geometric distribution with p = 1/2.
Expected value for geometric distribution = 1/p = 1/(1/2) = 2
18. In a normal distribution with mean 70 and standard deviation 5, what is the z-score for a value of
80?
A) 2*
B) 1
C) 3
D) 1.5
Solution: z = (x - μ) / σ
= (80 - 70) / 5
= 10 / 5 = 2
19. What is the probability of getting at least one 6 when rolling a fair six-sided die three times?
A) 91/216*
B) 1/6
C) 1/2
D) 125/216
Solution: P(at least one 6) = 1 - P(no 6)
= 1 - (5/6)^3
= 1 - 125/216
= 91/216
20. If P(A|B) = 0.4 and P(B) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.4
Solution: Use the formula P(A and B) = P(A|B) × P(B)
P(A and B) = 0.4 × 0.3 = 0.12
21. In a Poisson distribution with λ = 2, what is the probability of exactly 3 events occurring?
A) 0.1804*
B) 0.2707
C) 0.1353
D) 0.0902
Solution: Use the Poisson probability formula:
P(X = k) = (e^-λ × λ^k) / k!
P(X = 3) = (e^-2 × 2^3) / 3!
≈ 0.1804
22. If you draw two cards from a standard 52-card deck with replacement, what is the probability of
getting two hearts?
A) 1/16*
B) 13/52
C) 1/4
D) 169/676
Solution: P(heart on first draw) = 13/52 = 1/4
P(heart on second draw) = 13/52 = 1/4
P(two hearts) = 1/4 × 1/4 = 1/16
23. In a group of 30 people, what is the probability that at least two people share the same birthday?
(Assume 365 days in a year and ignore leap years)
A) Approximately 0.71*
B) 0.5
C) 0.3
D) 0.9
Solution: It's easier to calculate the probability of no shared birthdays and subtract from 1.
P(no shared birthdays) = (365/365) × (364/365) × ... × (336/365)
≈ 0.2937
P(at least one shared birthday) = 1 - 0.2937 ≈ 0.7063
24. What is the variance of a fair six-sided die roll?
A) 35/12*
B) 3.5
C) 2.9
D) 6
Solution: Variance = E(X^2) - [E(X)]^2
E(X^2) = (1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2) / 6 = 91/6
E(X) = 3.5
Variance = 91/6 - 3.5^2 = 91/6 - 49/4 = 35/12
25. If you flip a fair coin 10 times, what is the probability of getting exactly 5 heads?
A) 0.2461*
B) 0.5
C) 0.1
D) 0.3
Solution: This follows a binomial distribution with n = 10, p = 0.5.
P(X = 5) = C(10,5) × 0.5^5 × 0.5^5
= 252 × (1/32) × (1/32)
= 252/1024 ≈ 0.2461
26. In a standard normal distribution, what is the probability of a value being greater than 1.96?
A) 0.025*
B) 0.05
C) 0.1
D) 0.975
Solution: For a standard normal distribution, P(Z > 1.96) = 0.025 (from standard normal table)
27. If P(A) = 0.4, P(B) = 0.5, and P(A and B) = 0.2, what is P(A|B)?
A) 0.4*
B) 0.5
C) 0.2
D) 0.8
Solution: Use Bayes' theorem: P(A|B) = P(A and B) / P(B)
P(A|B) = 0.2 / 0.5 = 0.4
28. What is the probability of drawing a red card or a face card from a standard 52-card deck?
A) 7/13*
B) 1/2
C) 2/3
D) 5/13
Solution: Red cards = 26, Face cards = 12, Red face cards = 6
P(Red or Face) = (26 + 12 - 6) / 52 = 32/52 = 8/13 = 7/13
29. In a geometric distribution with p = 0.2, what is the probability of success on the 4th trial?
A) 0.1024*
B) 0.2
C) 0.0512
D) 0.4096
Solution: P(X = 4) = p × (1-p)^(k-1)
= 0.2 × 0.8^3
= 0.2 × 0.512
= 0.1024
30. If X and Y are independent random variables with Var(X) = 4 and Var(Y) = 9, what is Var(3X - 2Y)?
A) 72*
B) 36
C) 25
D) 13
Solution: For independent variables:
Var(aX + bY) = a^2 × Var(X) + b^2 × Var(Y)
Var(3X - 2Y) = 3^2 × Var(X) + (-2)^2 × Var(Y)
= 9 × 4 + 4 × 9
= 36 + 36 = 72
. What is the probability of drawing an ace from a standard 52-card deck?
A) 1/13*
B) 1/4
C) 1/26
D) 1/52
Solution: There are 4 aces in a 52-card deck.
Probability = Number of favorable outcomes / Total number of possible outcomes = 4/52 = 1/13
5. If P(A) = 0.3 and P(B) = 0.4, and A and B are mutually exclusive events, what is P(A or B)?
A) 0.12
B) 0.7*
C) 0.5
D) 0.3
Solution: For mutually exclusive events, P(A or B) = P(A) + P(B)
P(A or B) = 0.3 + 0.4 = 0.7
6. In a group of 100 students, 60 play football and 40 play basketball. If 25 students play both sports,
how many students play at least one sport?
A) 75*
B) 100
C) 85
D) 65
Solution: Use the inclusion-exclusion principle:
P(Football or Basketball) = P(Football) + P(Basketball) - P(Both)
Number of students = 60 + 40 - 25 = 75
7. What is the probability of drawing a king or a heart from a standard 52-card deck?
A) 4/13*
B) 1/4
C) 7/13
D) 16/52
Solution: There are 4 kings and 13 hearts, but the king of hearts is counted twice.
Favorable outcomes = 4 + 13 - 1 = 16
Probability = 16/52 = 4/13
8. If you roll two fair six-sided dice, what is the probability of getting a sum of 7?
A) 1/6*
B) 1/12
C) 5/36
D) 1/3
Solution: Favorable outcomes: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1)
Total possible outcomes: 6 × 6 = 36
Probability = 6/36 = 1/6
9. In a standard normal distribution, what is the probability of a value being within one standard
deviation of the mean?
A) 0.6826*
B) 0.9544
C) 0.9973
D) 0.5000
Solution: For a standard normal distribution, approximately 68.26% of the values fall within one
standard deviation of the mean.
10. If P(A) = 0.4 and P(B|A) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.3
Solution: Use the formula P(A and B) = P(A) × P(B|A)
P(A and B) = 0.4 × 0.3 = 0.12
11. A fair six-sided die is rolled twice. What is the probability of getting a sum of 8?
A) 5/36*
B) 1/6
C) 1/4
D) 1/9
Solution: Favorable outcomes: (2,6), (3,5), (4,4), (5,3), (6,2)
Total possible outcomes: 6 × 6 = 36
Probability = 5/36
12. In a group of 200 people, 120 like coffee and 80 like tea. If 40 people like both beverages, how
many people like neither?
A) 40*
B) 0
C) 20
D) 60
Solution: Use the inclusion-exclusion principle:
People liking at least one = 120 + 80 - 40 = 160
People liking neither = Total - People liking at least one = 200 - 160 = 40
13. What is the probability of drawing two aces in succession from a standard 52-card deck, without
replacement?
A) 1/221*
B) 1/169
C) 1/26
D) 1/13
Solution: P(first ace) = 4/52 = 1/13
P(second ace) = 3/51
P(two aces) = (1/13) × (3/51) = 3/663 = 1/221
14. If P(A) = 0.3, P(B) = 0.4, and P(A and B) = 0.1, what is P(A or B)?
A) 0.6*
B) 0.7
C) 0.5
D) 0.3
Solution: Use the formula P(A or B) = P(A) + P(B) - P(A and B)
P(A or B) = 0.3 + 0.4 - 0.1 = 0.6
15. In a binomial distribution with n = 10 and p = 0.2, what is the probability of exactly 3 successes?
A) 0.2013*
B) 0.1680
C) 0.2684
D) 0.3020
Solution: Use the binomial probability formula:
P(X = k) = C(n,k) × p^k × (1-p)^(n-k)
P(X = 3) = C(10,3) × 0.2^3 × 0.8^7
= 120 × 0.008 × 0.2097 ≈ 0.2013
16. What is the expected value of rolling a fair six-sided die?
A) 3.5*
B) 3
C) 4
D) 6
Solution: E(X) = Σ (x_i × p_i)
= (1 × 1/6) + (2 × 1/6) + (3 × 1/6) + (4 × 1/6) + (5 × 1/6) + (6 × 1/6)
= (1 + 2 + 3 + 4 + 5 + 6) / 6
= 21 / 6 = 3.5
17. If you flip a fair coin until you get heads, what is the expected number of flips?
A) 2*
B) 1
C) 3
D) 4
Solution: This follows a geometric distribution with p = 1/2.
Expected value for geometric distribution = 1/p = 1/(1/2) = 2
18. In a normal distribution with mean 70 and standard deviation 5, what is the z-score for a value of
80?
A) 2*
B) 1
C) 3
D) 1.5
Solution: z = (x - μ) / σ
= (80 - 70) / 5
= 10 / 5 = 2
19. What is the probability of getting at least one 6 when rolling a fair six-sided die three times?
A) 91/216*
B) 1/6
C) 1/2
D) 125/216
Solution: P(at least one 6) = 1 - P(no 6)
= 1 - (5/6)^3
= 1 - 125/216
= 91/216
20. If P(A|B) = 0.4 and P(B) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.4
Solution: Use the formula P(A and B) = P(A|B) × P(B)
P(A and B) = 0.4 × 0.3 = 0.12
21. In a Poisson distribution with λ = 2, what is the probability of exactly 3 events occurring?
A) 0.1804*
B) 0.2707
C) 0.1353
D) 0.0902
Solution: Use the Poisson probability formula:
P(X = k) = (e^-λ × λ^k) / k!
P(X = 3) = (e^-2 × 2^3) / 3!
≈ 0.1804
22. If you draw two cards from a standard 52-card deck with replacement, what is the probability of
getting two hearts?
A) 1/16*
B) 13/52
C) 1/4
D) 169/676
Solution: P(heart on first draw) = 13/52 = 1/4
P(heart on second draw) = 13/52 = 1/4
P(two hearts) = 1/4 × 1/4 = 1/16
23. In a group of 30 people, what is the probability that at least two people share the same birthday?
(Assume 365 days in a year and ignore leap years)
A) Approximately 0.71*
B) 0.5
C) 0.3
D) 0.9
Solution: It's easier to calculate the probability of no shared birthdays and subtract from 1.
P(no shared birthdays) = (365/365) × (364/365) × ... × (336/365)
≈ 0.2937
P(at least one shared birthday) = 1 - 0.2937 ≈ 0.7063
24. What is the variance of a fair six-sided die roll?
A) 35/12*
B) 3.5
C) 2.9
D) 6
Solution: Variance = E(X^2) - [E(X)]^2
E(X^2) = (1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2) / 6 = 91/6
E(X) = 3.5
Variance = 91/6 - 3.5^2 = 91/6 - 49/4 = 35/12
25. If you flip a fair coin 10 times, what is the probability of getting exactly 5 heads?
A) 0.2461*
B) 0.5
C) 0.1
D) 0.3
Solution: This follows a binomial distribution with n = 10, p = 0.5.
P(X = 5) = C(10,5) × 0.5^5 × 0.5^5
= 252 × (1/32) × (1/32)
= 252/1024 ≈ 0.2461
26. In a standard normal distribution, what is the probability of a value being greater than 1.96?
A) 0.025*
B) 0.05
C) 0.1
D) 0.975
Solution: For a standard normal distribution, P(Z > 1.96) = 0.025 (from standard normal table)
27. If P(A) = 0.4, P(B) = 0.5, and P(A and B) = 0.2, what is P(A|B)?
A) 0.4*
B) 0.5
C) 0.2
D) 0.8
Solution: Use Bayes' theorem: P(A|B) = P(A and B) / P(B)
P(A|B) = 0.2 / 0.5 = 0.4
28. What is the probability of drawing a red card or a face card from a standard 52-card deck?
A) 7/13*
B) 1/2
C) 2/3
D) 5/13
Solution: Red cards = 26, Face cards = 12, Red face cards = 6
P(Red or Face) = (26 + 12 - 6) / 52 = 32/52 = 8/13 = 7/13
29. In a geometric distribution with p = 0.2, what is the probability of success on the 4th trial?
A) 0.1024*
B) 0.2
C) 0.0512
D) 0.4096
Solution: P(X = 4) = p × (1-p)^(k-1)
= 0.2 × 0.8^3
= 0.2 × 0.512
= 0.1024
30. If X and Y are independent random variables with Var(X) = 4 and Var(Y) = 9, what is Var(3X - 2Y)?
A) 72*
B) 36
C) 25
D) 13
Solution: For independent variables:
Var(aX + bY) = a^2 × Var(X) + b^2 × Var(Y)
Var(3X - 2Y) = 3^2 × Var(X) + (-2)^2 × Var(Y)
= 9 × 4 + 4 × 9
= 36 + 36 = 72
. What is the probability of drawing an ace from a standard 52-card deck?
A) 1/13*
B) 1/4
C) 1/26
D) 1/52
Solution: There are 4 aces in a 52-card deck.
Probability = Number of favorable outcomes / Total number of possible outcomes = 4/52 = 1/13
5. If P(A) = 0.3 and P(B) = 0.4, and A and B are mutually exclusive events, what is P(A or B)?
A) 0.12
B) 0.7*
C) 0.5
D) 0.3
Solution: For mutually exclusive events, P(A or B) = P(A) + P(B)
P(A or B) = 0.3 + 0.4 = 0.7
6. In a group of 100 students, 60 play football and 40 play basketball. If 25 students play both sports,
how many students play at least one sport?
A) 75*
B) 100
C) 85
D) 65
Solution: Use the inclusion-exclusion principle:
P(Football or Basketball) = P(Football) + P(Basketball) - P(Both)
Number of students = 60 + 40 - 25 = 75
7. What is the probability of drawing a king or a heart from a standard 52-card deck?
A) 4/13*
B) 1/4
C) 7/13
D) 16/52
Solution: There are 4 kings and 13 hearts, but the king of hearts is counted twice.
Favorable outcomes = 4 + 13 - 1 = 16
Probability = 16/52 = 4/13
8. If you roll two fair six-sided dice, what is the probability of getting a sum of 7?
A) 1/6*
B) 1/12
C) 5/36
D) 1/3
Solution: Favorable outcomes: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1)
Total possible outcomes: 6 × 6 = 36
Probability = 6/36 = 1/6
9. In a standard normal distribution, what is the probability of a value being within one standard
deviation of the mean?
A) 0.6826*
B) 0.9544
C) 0.9973
D) 0.5000
Solution: For a standard normal distribution, approximately 68.26% of the values fall within one
standard deviation of the mean.
10. If P(A) = 0.4 and P(B|A) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.3
Solution: Use the formula P(A and B) = P(A) × P(B|A)
P(A and B) = 0.4 × 0.3 = 0.12
11. A fair six-sided die is rolled twice. What is the probability of getting a sum of 8?
A) 5/36*
B) 1/6
C) 1/4
D) 1/9
Solution: Favorable outcomes: (2,6), (3,5), (4,4), (5,3), (6,2)
Total possible outcomes: 6 × 6 = 36
Probability = 5/36
12. In a group of 200 people, 120 like coffee and 80 like tea. If 40 people like both beverages, how
many people like neither?
A) 40*
B) 0
C) 20
D) 60
Solution: Use the inclusion-exclusion principle:
People liking at least one = 120 + 80 - 40 = 160
People liking neither = Total - People liking at least one = 200 - 160 = 40
13. What is the probability of drawing two aces in succession from a standard 52-card deck, without
replacement?
A) 1/221*
B) 1/169
C) 1/26
D) 1/13
Solution: P(first ace) = 4/52 = 1/13
P(second ace) = 3/51
P(two aces) = (1/13) × (3/51) = 3/663 = 1/221
14. If P(A) = 0.3, P(B) = 0.4, and P(A and B) = 0.1, what is P(A or B)?
A) 0.6*
B) 0.7
C) 0.5
D) 0.3
Solution: Use the formula P(A or B) = P(A) + P(B) - P(A and B)
P(A or B) = 0.3 + 0.4 - 0.1 = 0.6
15. In a binomial distribution with n = 10 and p = 0.2, what is the probability of exactly 3 successes?
A) 0.2013*
B) 0.1680
C) 0.2684
D) 0.3020
Solution: Use the binomial probability formula:
P(X = k) = C(n,k) × p^k × (1-p)^(n-k)
P(X = 3) = C(10,3) × 0.2^3 × 0.8^7
= 120 × 0.008 × 0.2097 ≈ 0.2013
16. What is the expected value of rolling a fair six-sided die?
A) 3.5*
B) 3
C) 4
D) 6
Solution: E(X) = Σ (x_i × p_i)
= (1 × 1/6) + (2 × 1/6) + (3 × 1/6) + (4 × 1/6) + (5 × 1/6) + (6 × 1/6)
= (1 + 2 + 3 + 4 + 5 + 6) / 6
= 21 / 6 = 3.5
17. If you flip a fair coin until you get heads, what is the expected number of flips?
A) 2*
B) 1
C) 3
D) 4
Solution: This follows a geometric distribution with p = 1/2.
Expected value for geometric distribution = 1/p = 1/(1/2) = 2
18. In a normal distribution with mean 70 and standard deviation 5, what is the z-score for a value of
80?
A) 2*
B) 1
C) 3
D) 1.5
Solution: z = (x - μ) / σ
= (80 - 70) / 5
= 10 / 5 = 2
19. What is the probability of getting at least one 6 when rolling a fair six-sided die three times?
A) 91/216*
B) 1/6
C) 1/2
D) 125/216
Solution: P(at least one 6) = 1 - P(no 6)
= 1 - (5/6)^3
= 1 - 125/216
= 91/216
20. If P(A|B) = 0.4 and P(B) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.4
Solution: Use the formula P(A and B) = P(A|B) × P(B)
P(A and B) = 0.4 × 0.3 = 0.12
21. In a Poisson distribution with λ = 2, what is the probability of exactly 3 events occurring?
A) 0.1804*
B) 0.2707
C) 0.1353
D) 0.0902
Solution: Use the Poisson probability formula:
P(X = k) = (e^-λ × λ^k) / k!
P(X = 3) = (e^-2 × 2^3) / 3!
≈ 0.1804
22. If you draw two cards from a standard 52-card deck with replacement, what is the probability of
getting two hearts?
A) 1/16*
B) 13/52
C) 1/4
D) 169/676
Solution: P(heart on first draw) = 13/52 = 1/4
P(heart on second draw) = 13/52 = 1/4
P(two hearts) = 1/4 × 1/4 = 1/16
23. In a group of 30 people, what is the probability that at least two people share the same birthday?
(Assume 365 days in a year and ignore leap years)
A) Approximately 0.71*
B) 0.5
C) 0.3
D) 0.9
Solution: It's easier to calculate the probability of no shared birthdays and subtract from 1.
P(no shared birthdays) = (365/365) × (364/365) × ... × (336/365)
≈ 0.2937
P(at least one shared birthday) = 1 - 0.2937 ≈ 0.7063
24. What is the variance of a fair six-sided die roll?
A) 35/12*
B) 3.5
C) 2.9
D) 6
Solution: Variance = E(X^2) - [E(X)]^2
E(X^2) = (1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2) / 6 = 91/6
E(X) = 3.5
Variance = 91/6 - 3.5^2 = 91/6 - 49/4 = 35/12
25. If you flip a fair coin 10 times, what is the probability of getting exactly 5 heads?
A) 0.2461*
B) 0.5
C) 0.1
D) 0.3
Solution: This follows a binomial distribution with n = 10, p = 0.5.
P(X = 5) = C(10,5) × 0.5^5 × 0.5^5
= 252 × (1/32) × (1/32)
= 252/1024 ≈ 0.2461
26. In a standard normal distribution, what is the probability of a value being greater than 1.96?
A) 0.025*
B) 0.05
C) 0.1
D) 0.975
Solution: For a standard normal distribution, P(Z > 1.96) = 0.025 (from standard normal table)
27. If P(A) = 0.4, P(B) = 0.5, and P(A and B) = 0.2, what is P(A|B)?
A) 0.4*
B) 0.5
C) 0.2
D) 0.8
Solution: Use Bayes' theorem: P(A|B) = P(A and B) / P(B)
P(A|B) = 0.2 / 0.5 = 0.4
28. What is the probability of drawing a red card or a face card from a standard 52-card deck?
A) 7/13*
B) 1/2
C) 2/3
D) 5/13
Solution: Red cards = 26, Face cards = 12, Red face cards = 6
P(Red or Face) = (26 + 12 - 6) / 52 = 32/52 = 8/13 = 7/13
29. In a geometric distribution with p = 0.2, what is the probability of success on the 4th trial?
A) 0.1024*
B) 0.2
C) 0.0512
D) 0.4096
Solution: P(X = 4) = p × (1-p)^(k-1)
= 0.2 × 0.8^3
= 0.2 × 0.512
= 0.1024
30. If X and Y are independent random variables with Var(X) = 4 and Var(Y) = 9, what is Var(3X - 2Y)?
A) 72*
B) 36
C) 25
D) 13
Solution: For independent variables:
Var(aX + bY) = a^2 × Var(X) + b^2 × Var(Y)
Var(3X - 2Y) = 3^2 × Var(X) + (-2)^2 × Var(Y)
= 9 × 4 + 4 × 9
= 36 + 36 = 72
. What is the probability of drawing an ace from a standard 52-card deck?
A) 1/13*
B) 1/4
C) 1/26
D) 1/52
Solution: There are 4 aces in a 52-card deck.
Probability = Number of favorable outcomes / Total number of possible outcomes = 4/52 = 1/13
5. If P(A) = 0.3 and P(B) = 0.4, and A and B are mutually exclusive events, what is P(A or B)?
A) 0.12
B) 0.7*
C) 0.5
D) 0.3
Solution: For mutually exclusive events, P(A or B) = P(A) + P(B)
P(A or B) = 0.3 + 0.4 = 0.7
6. In a group of 100 students, 60 play football and 40 play basketball. If 25 students play both sports,
how many students play at least one sport?
A) 75*
B) 100
C) 85
D) 65
Solution: Use the inclusion-exclusion principle:
P(Football or Basketball) = P(Football) + P(Basketball) - P(Both)
Number of students = 60 + 40 - 25 = 75
7. What is the probability of drawing a king or a heart from a standard 52-card deck?
A) 4/13*
B) 1/4
C) 7/13
D) 16/52
Solution: There are 4 kings and 13 hearts, but the king of hearts is counted twice.
Favorable outcomes = 4 + 13 - 1 = 16
Probability = 16/52 = 4/13
8. If you roll two fair six-sided dice, what is the probability of getting a sum of 7?
A) 1/6*
B) 1/12
C) 5/36
D) 1/3
Solution: Favorable outcomes: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1)
Total possible outcomes: 6 × 6 = 36
Probability = 6/36 = 1/6
9. In a standard normal distribution, what is the probability of a value being within one standard
deviation of the mean?
A) 0.6826*
B) 0.9544
C) 0.9973
D) 0.5000
Solution: For a standard normal distribution, approximately 68.26% of the values fall within one
standard deviation of the mean.
10. If P(A) = 0.4 and P(B|A) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.3
Solution: Use the formula P(A and B) = P(A) × P(B|A)
P(A and B) = 0.4 × 0.3 = 0.12
11. A fair six-sided die is rolled twice. What is the probability of getting a sum of 8?
A) 5/36*
B) 1/6
C) 1/4
D) 1/9
Solution: Favorable outcomes: (2,6), (3,5), (4,4), (5,3), (6,2)
Total possible outcomes: 6 × 6 = 36
Probability = 5/36
12. In a group of 200 people, 120 like coffee and 80 like tea. If 40 people like both beverages, how
many people like neither?
A) 40*
B) 0
C) 20
D) 60
Solution: Use the inclusion-exclusion principle:
People liking at least one = 120 + 80 - 40 = 160
People liking neither = Total - People liking at least one = 200 - 160 = 40
13. What is the probability of drawing two aces in succession from a standard 52-card deck, without
replacement?
A) 1/221*
B) 1/169
C) 1/26
D) 1/13
Solution: P(first ace) = 4/52 = 1/13
P(second ace) = 3/51
P(two aces) = (1/13) × (3/51) = 3/663 = 1/221
14. If P(A) = 0.3, P(B) = 0.4, and P(A and B) = 0.1, what is P(A or B)?
A) 0.6*
B) 0.7
C) 0.5
D) 0.3
Solution: Use the formula P(A or B) = P(A) + P(B) - P(A and B)
P(A or B) = 0.3 + 0.4 - 0.1 = 0.6
15. In a binomial distribution with n = 10 and p = 0.2, what is the probability of exactly 3 successes?
A) 0.2013*
B) 0.1680
C) 0.2684
D) 0.3020
Solution: Use the binomial probability formula:
P(X = k) = C(n,k) × p^k × (1-p)^(n-k)
P(X = 3) = C(10,3) × 0.2^3 × 0.8^7
= 120 × 0.008 × 0.2097 ≈ 0.2013
16. What is the expected value of rolling a fair six-sided die?
A) 3.5*
B) 3
C) 4
D) 6
Solution: E(X) = Σ (x_i × p_i)
= (1 × 1/6) + (2 × 1/6) + (3 × 1/6) + (4 × 1/6) + (5 × 1/6) + (6 × 1/6)
= (1 + 2 + 3 + 4 + 5 + 6) / 6
= 21 / 6 = 3.5
17. If you flip a fair coin until you get heads, what is the expected number of flips?
A) 2*
B) 1
C) 3
D) 4
Solution: This follows a geometric distribution with p = 1/2.
Expected value for geometric distribution = 1/p = 1/(1/2) = 2
18. In a normal distribution with mean 70 and standard deviation 5, what is the z-score for a value of
80?
A) 2*
B) 1
C) 3
D) 1.5
Solution: z = (x - μ) / σ
= (80 - 70) / 5
= 10 / 5 = 2
19. What is the probability of getting at least one 6 when rolling a fair six-sided die three times?
A) 91/216*
B) 1/6
C) 1/2
D) 125/216
Solution: P(at least one 6) = 1 - P(no 6)
= 1 - (5/6)^3
= 1 - 125/216
= 91/216
20. If P(A|B) = 0.4 and P(B) = 0.3, what is P(A and B)?
A) 0.12*
B) 0.7
C) 0.1
D) 0.4
Solution: Use the formula P(A and B) = P(A|B) × P(B)
P(A and B) = 0.4 × 0.3 = 0.12
21. In a Poisson distribution with λ = 2, what is the probability of exactly 3 events occurring?
A) 0.1804*
B) 0.2707
C) 0.1353
D) 0.0902
Solution: Use the Poisson probability formula:
P(X = k) = (e^-λ × λ^k) / k!
P(X = 3) = (e^-2 × 2^3) / 3!
≈ 0.1804
22. If you draw two cards from a standard 52-card deck with replacement, what is the probability of
getting two hearts?
A) 1/16*
B) 13/52
C) 1/4
D) 169/676
Solution: P(heart on first draw) = 13/52 = 1/4
P(heart on second draw) = 13/52 = 1/4
P(two hearts) = 1/4 × 1/4 = 1/16
23. In a group of 30 people, what is the probability that at least two people share the same birthday?
(Assume 365 days in a year and ignore leap years)
A) Approximately 0.71*
B) 0.5
C) 0.3
D) 0.9
Solution: It's easier to calculate the probability of no shared birthdays and subtract from 1.
P(no shared birthdays) = (365/365) × (364/365) × ... × (336/365)
≈ 0.2937
P(at least one shared birthday) = 1 - 0.2937 ≈ 0.7063
24. What is the variance of a fair six-sided die roll?
A) 35/12*
B) 3.5
C) 2.9
D) 6
Solution: Variance = E(X^2) - [E(X)]^2
E(X^2) = (1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2) / 6 = 91/6
E(X) = 3.5
Variance = 91/6 - 3.5^2 = 91/6 - 49/4 = 35/12
25. If you flip a fair coin 10 times, what is the probability of getting exactly 5 heads?
A) 0.2461*
B) 0.5
C) 0.1
D) 0.3
Solution: This follows a binomial distribution with n = 10, p = 0.5.
P(X = 5) = C(10,5) × 0.5^5 × 0.5^5
= 252 × (1/32) × (1/32)
= 252/1024 ≈ 0.2461
26. In a standard normal distribution, what is the probability of a value being greater than 1.96?
A) 0.025*
B) 0.05
C) 0.1
D) 0.975
Solution: For a standard normal distribution, P(Z > 1.96) = 0.025 (from standard normal table)
27. If P(A) = 0.4, P(B) = 0.5, and P(A and B) = 0.2, what is P(A|B)?
A) 0.4*
B) 0.5
C) 0.2
D) 0.8
Solution: Use Bayes' theorem: P(A|B) = P(A and B) / P(B)
P(A|B) = 0.2 / 0.5 = 0.4
28. What is the probability of drawing a red card or a face card from a standard 52-card deck?
A) 7/13*
B) 1/2
C) 2/3
D) 5/13
Solution: Red cards = 26, Face cards = 12, Red face cards = 6
P(Red or Face) = (26 + 12 - 6) / 52 = 32/52 = 8/13 = 7/13
29. In a geometric distribution with p = 0.2, what is the probability of success on the 4th trial?
A) 0.1024*
B) 0.2
C) 0.0512
D) 0.4096
Solution: P(X = 4) = p × (1-p)^(k-1)
= 0.2 × 0.8^3
= 0.2 × 0.512
= 0.1024
30. If X and Y are independent random variables with Var(X) = 4 and Var(Y) = 9, what is Var(3X - 2Y)?
A) 72*
B) 36
C) 25
D) 13
Solution: For independent variables:
Var(aX + bY) = a^2 × Var(X) + b^2 × Var(Y)
Var(3X - 2Y) = 3^2 × Var(X) + (-2)^2 × Var(Y)
= 9 × 4 + 4 × 9
= 36 + 36 = 72
31. In a normal distribution with mean 100 and standard deviation 15, what is the probability of a
value being less than 85?
A)