Binomial Probability Calculator
P(X = k) = C(n,k) p^k (1−p)^(n−k). Probability of exactly k successes in n trials.
Result
P(X = k)
0.266828
C(10,3) × 0.3^3 × 0.7000^7.
- n10
- k3
- p0.3
- C(n, k)120
- P(X = k)0.26682793
- P(X ≤ k)0.64961072
- P(X > k)0.35038928
- E[X] = np3.0000
- Var[X] = np(1-p)2.1000
Step-by-step
- C(10, 3) = 120.
- p^k = 0.3^3 = 0.027000.
- (1−p)^(n−k) = 0.7000^7 = 0.082354.
- P = 120 × 0.027000 × 0.082354 = 0.266828.
How to use this calculator
- Enter n trials, k successes, p success probability.
- Read P(X = k), cumulative, and moments.
About this calculator
Binomial distribution models the count of successes in n independent trials, each with probability p. Mean = np; variance = np(1−p). For large n, approximated by normal N(np, np(1−p)). Examples: number of heads in 10 coin flips (n=10, p=0.5), number of defective items, number of yes-responses in a survey. Foundational for hypothesis testing of proportions.
Frequently asked
Fixed n trials, each with the same p, independent of each other. Two outcomes per trial.
Related calculators
Combinations Calculator C(n, r)
C(n, r) = n! / (r!(n−r)!). Number of ways to choose r items from n where order doesn't matter.
Permutations Calculator P(n, r)
P(n, r) = n! / (n−r)!. Number of ways to arrange r items from n where order matters.
P-Value Calculator (z to p)
Convert a z-score to one-tail or two-tail p-value via the standard normal CDF.
Confidence Interval Calculator
CI = mean ± z × (σ/√n). 90 / 95 / 99 % standard intervals.
Normal Distribution Calculator (PDF + CDF)
Compute probability density and cumulative probability at x for given μ, σ.
Pearson Correlation Coefficient
r = Σ(xᵢ−x̄)(yᵢ−ȳ) / √(Σ(xᵢ−x̄)² Σ(yᵢ−ȳ)²). Linear correlation [−1, 1].