Binomial Distribution Calculator
e.g., 10
e.g., 5
e.g., 0.5 for 50%
About Binomial Distribution
The binomial distribution gives the probability of having exactly r successes in n independent trials, with probability p of success on each trial.
Formula: P(X = r) = C(n,r) × pr × (1-p)n-r
Where C(n,r) is the combination of n items taken r at a time.