Point versus tail
P(X=8) answers one-count likelihood; P(X>=8) answers an exceedance question. Substituting one for the other changes the decision.
Probability
Build the complete exact binomial distribution for n independent equal-probability trials and inspect one count, lower tail, upper tail, center, spread, and mode.
EXACT DISCRETE DISTRIBUTION
The page enumerates k=0 through n with exact binomial mass, cumulative probability, inclusive upper tail, and standardized distance from the mean.
LIVE DECISION RECORD
The exact rows sum to 100%; both inclusive tails retain the selected count.
| Successes k | P(X=k) | P(X<=k) | P(X>=k) | Distance from mean (z) |
|---|
CURRENT CALCULATION PROCESS
P(X=k)=C(n,k)p^k(1-p)^(n-k); mu=np; sigma^2=np(1-p)
| Symbol | Meaning and unit | Current value |
|---|---|---|
| trials | Independent trial count - Whole Bernoulli trials in one experiment. | 20 |
| successProbabilityPct | Success probability per trial (%) - Stable probability assigned to every trial. | 35 |
| selectedSuccesses | Selected success count - Whole count k for exact and cumulative queries. | 8 |
Waiting for valid inputs.
WHO THIS MODEL SERVES
Primary audience: Analysts, students, quality teams, and planners who need an exact finite-trial count distribution.
Decision boundary: Use only when trial count is fixed, trials are independent, and one success probability applies to every trial.
HOW TO READ THE DISTRIBUTION
BINOMIAL FUNDAMENTALS
FORMULA AND DEFAULT SUBSTITUTION
At n=20, p=0.35, and k=8, the exact row is C(20,8) x 0.35^8 x 0.65^12. The mean is 20 x 0.35=7 and variance is 20 x 0.35 x 0.65=4.55; live rows remain unrounded until display.
DEEPER DISTRIBUTION ANALYSIS
P(X=8) answers one-count likelihood; P(X>=8) answers an exceedance question. Substituting one for the other changes the decision.
The mean need not be a possible integer outcome, and distributions near p=0 or p=1 become strongly asymmetric.
The selected row belongs to both displayed tails; complement checks must shift the boundary by one count.
WORKED DISTRIBUTION CASES
If "success" means a defect and p=35%, the expected count is seven. Selecting eight reveals the chance of exactly eight defects and the chance of eight or more - different escalation signals.
At p=0, the k=0 row carries 100% and every other row carries zero. This verifies that the model handles degenerate probabilities without undefined spread.
DISTRIBUTION TERMINOLOGY
EVIDENCE RETENTION
Record population, sampling frame, success rule, exclusions, probability source, dependence review, and whether trials were fixed in advance. Keep the exported table with the selected tail question.
LIMITS AND EXCLUSIONS
RELIABLE SOURCES
EXACT-DISTRIBUTION FAQ
A fixed number of independent trials, two outcomes per trial, and one stable success probability.
Both include the selected row k. The complement of P(X<=k) is P(X>=k+1).
Yes. Success is merely the counted outcome; label it explicitly in the evidence record.
All probability collapses to k=0 or k=n respectively, which is a valid degenerate distribution.
It expresses each row's distance from the mean in standard-deviation units; it is descriptive, not a normal approximation.
Up to 500, producing 501 exact rows; larger problems need a reviewed numerical workflow.
IMPORTANT MODEL NOTE
The probabilities are exact for the entered binomial assumptions. Validate trial definition, p stability, and independence before interpreting small tail values.