Statistics & Data Science · pattern A, Numeric fields
Enter the number of trials, successes and the probability per trial for the exact probability, the cumulative probability, and the mean and variance of the distribution.
P(X = k) = ⁿCₖ p^k (1 − p)^(n−k)
Requires a fixed number of independent trials, each with the same probability of success and only two outcomes. If trials are not independent, the binomial does not apply.
0.120134
Exam questions usually ask for at least k or at most k rather than exactly k, and the cumulative sum is where marks are lost — particularly the at least case, which needs one minus the sum up to k − 1, not up to k. Write out which tail you are summing before computing anything. When n is large and p is small, the Poisson distribution approximates the binomial and is much easier by hand.
If the number is not the part you are stuck on, that is what the service is for — a specialist who explains the working, not just the answer.
Statistical output here is for coursework and learning. Reported p-values and intervals assume the conditions stated on the page; nothing here checks whether those conditions hold for your data.