Binomial Probability Formula:
From: | To: |
The binomial distribution describes the probability of having exactly k successes in n independent Bernoulli trials with the same probability p of success. It's used when there are exactly two mutually exclusive outcomes of a trial (success/failure).
The calculator uses the binomial probability formula:
Where:
Explanation: The formula calculates the probability of getting exactly k successes in n independent trials, where each trial has success probability p.
Details: Used in quality control, medical testing, risk assessment, and any scenario with fixed number of independent trials with binary outcomes.
Tips: Enter number of trials (n ≥ 1), number of successes (0 ≤ k ≤ n), and probability (0 ≤ p ≤ 1). All values must be valid.
Q1: What's the difference between binomial and normal distribution?
A: Binomial is discrete (counts successes in fixed trials), while normal is continuous. For large n, binomial approximates normal.
Q2: What if k > n?
A: The probability is 0 (can't have more successes than trials).
Q3: What's the expected value of a binomial distribution?
A: E(X) = n × p (mean number of successes).
Q4: What's the variance of binomial distribution?
A: Var(X) = n × p × (1 - p).
Q5: When is binomial distribution not appropriate?
A: When trials aren't independent or probability changes between trials.