📊 Binomial Distribution Visualizer - Probability
ProbabilityWhat's happening? P(X=k) = C(n,k)p^k(1-p)^(n-k). The distribution peaks at the mean μ = np. Change p to skew the distribution left or right.
Interactive binomial distribution visualizer. Adjust n and p. See probability bars, mean, variance, and distribution shape.
JEE tests binomial, conditional probability, expected value.
P(X=k) = C(n,k) p^k (1-p)^(n-k)
n trials, k successes
E(X) = np
Expected value
Var(X) = np(1-p)
SD = sqrt(np(1-p))
P(A|B) = P(A and B)/P(B)
Given B occurred
Fixed n, independent, 2 outcomes, constant p
C(n,k) = n!/(k!(n-k)!)
Mean = np, Variance = np(1-p)
Poisson: np<10. Normal: np>5, n(1-p)>5
Fixed n, independent, 2 outcomes, constant p
Sum P(X=0) + ... + P(X=k)
Mean = np, Var = np(1-p)
n large, p small, np finite
Explore all 10 interactive visualizers in the Maths Concept Lab.