Calculate binomial probabilities instantly and master outcomes with ease. Boost your confidence and simplify complex stats in seconds with this free tool.
You’re just a few inputs away from powerful insights—let’s get started!
The binomial distribution calculates the probability of obtaining exactly k successes in n independent Bernoulli trials. Each trial results in either success or failure.
P(X = k) = C(n, k) * p^k * (1 - p)^(n - k)
Where:
A medication is tested on 15 patients. With a 70% success rate, what's the probability exactly 12 recover?
P(X = 12) = C(15, 12) × (0.7^12) × (0.3^3) ≈ 0.2311
A batch of 100 microchips has a known 2% defect rate. What’s the chance exactly 2 are defective?
P(X = 2) = C(100, 2) × (0.02^2) × (0.98^98) ≈ 0.2707
Out of 200 emails sent with a 25% open rate, what's the probability that exactly 50 users open it?
P(X = 50) = C(200, 50) × (0.25^50) × (0.75^150) ≈ 0.0481
In a 20-unit test, if the success rate is 95%, what's the chance 18 pass?
P(X = 18) = C(20, 18) × (0.95^18) × (0.05^2) ≈ 0.1871
Get instant clarity—try the calculator now and make every decision count!
n | k | p | P(X = k) |
---|---|---|---|
10 | 5 | 0.5 | 0.2461 |
20 | 10 | 0.4 | 0.1171 |
15 | 12 | 0.7 | 0.2311 |
100 | 2 | 0.02 | 0.2707 |
200 | 50 | 0.25 | 0.0481 |
20 | 18 | 0.95 | 0.1871 |
0 | 0 | 0.3 | 1.0 |
5 | 6 | 0.4 | 0.0 |