Valentin K. answered 03/22/24
Expert PhD tutor in Probability, Statistics, and Calculus
Binomial probability with:
n = 5 trials (rolls of the die)
"success" = getting a 4 when the die is rolled once
probability of "success": p = 1/6
Binomial random variable:
X = total number of "successes" in 5 trials
Possible values: X = 0, 1, 2, 3, 4, 5
You need P(X ≥ 2) = ?
Any Binomial calculator will do.
If you need to calculate it manually, you have to sum up the following probabilities:
P(X ≥ 2) = P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5)
or the equivalent shorter calculation:
P(X ≥ 2) = 1 - P(X = 0) - P(X = 1)
because the sum of all outcomes gives you a total probability of 1.