Exact Probability
P(X = k):
0.1172
(11.72%)
Cumulative Probabilities
Select cumulative options to see results here
Step-by-Step Calculation
Calculation steps will appear here...
Probability Distribution Table
| k (Successes) | P(X = k) | P(X ≤ k) | P(X ≥ k) |
|---|
Probability Distribution Chart
Binomial Probability Formula
P(X = k) = C(n, k) × pk × (1-p)n-k
Where:
- P(X = k): Probability of exactly k successes
- n: Number of trials
- k: Number of successes
- p: Probability of success on each trial
- C(n, k): Combination (n choose k) = n! / (k! × (n-k)!)
Cumulative Probability Formulas
- P(X ≤ k) = Σ P(X = i) for i from 0 to k
- P(X < k) = Σ P(X = i) for i from 0 to k-1
- P(X ≥ k) = 1 - P(X ≤ k-1) = Σ P(X = i) for i from k to n
- P(X > k) = 1 - P(X ≤ k) = Σ P(X = i) for i from k+1 to n
About Binomial Distribution
The binomial distribution describes the number of successes in a fixed number of independent trials, each with the same probability of success.
It's widely used in:
- Quality control and reliability testing
- Business decision making
- Biostatistics and medical testing
- Risk analysis and insurance
- Machine learning algorithms
Example Scenarios
Coin Tossing
What's the probability of getting exactly 3 heads in 10 coin tosses?
- n = 10 trials
- p = 0.5 (fair coin)
- k = 3 successes
Quality Control
If 5% of items are defective, what's the probability of finding 2 or fewer defectives in a sample of 20?
- n = 20 items
- p = 0.05 defect rate
- Calculate P(X ≤ 2)
Medical Testing
If a drug works 70% of the time, what's the probability it works in at least 8 of 10 patients?
- n = 10 patients
- p = 0.7 success rate
- Calculate P(X ≥ 8)
Calculator Tips
- Number of trials (n) must be a positive integer
- Probability (p) must be between 0 and 1
- Number of successes (k) must be between 0 and n
- Use cumulative options to calculate ranges of probabilities
- The distribution table shows all possible outcomes from 0 to n
- The chart provides a visual representation of the distribution