The binomial distribution formula calculates the probability of obtaining exactly $ x $ successes in $ n $ independent trials of a binomial experiment, where each trial has two possible outcomes (success or failure) and the probability of success $ p $ remains constant.

The formula is:

Where:

  • $ \binom{n}{x} = \frac{n!}{x!(n - x)!} $ is the binomial coefficient, representing the number of ways to choose $ x $ successes from $ n $ trials.

  • $ p $ is the probability of success on a single trial.

  • $ 1 - p $ (often denoted as $ q $) is the probability of failure.

  • $ x $ is the number of successes (can be 0, 1, 2, ..., $ n $).

  • $ n $ is the total number of trials.

This formula is used for discrete probability distributions and applies when:

  • There are a fixed number of trials ($ n $).

  • Each trial has only two outcomes: success or failure.

  • Trials are independent.

  • The probability of success ($ p $) is constant across trials.

Key Properties:

  • Mean (Expected Value): $ \mu = np $

  • Variance: $ \sigma^2 = np(1 - p) $

  • Standard Deviation: $ \sigma = \sqrt{np(1 - p)} $

Example:

If a fair coin is tossed 10 times ($ n = 10 $), the probability of getting exactly 6 heads ($ x = 6 $, $ p = 0.5 $) is:

This formula is implemented in software like Excel using BINOM.DIST(x, n, p, FALSE) for exact probabilities and BINOM.DIST(x, n, p, TRUE) for cumulative probabilities.

probability distribution
{\displaystyle f(4,6,0.3)={\binom {6}{4}}0.3^{4}(1-0.3)^{6-4}=0.059535.}
{\displaystyle \Pr[Y=m]=\sum _{k=m}^{n}{\binom {n}{m}}{\binom {n-m}{k-m}}p^{k}q^{m}(1-p)^{n-k}(1-q)^{k-m}}
{\displaystyle f(k,n,p)=\Pr(X=k)={\binom {n}{k}}p^{k}(1-p)^{n-k}}
In probability theory and statistics, the binomial distribution with parameters n and p is the discrete probability distribution of the number of successes in a sequence of n independent experiments, each asking … Wikipedia
Factsheet
Notation
Parameters
Support
Factsheet
Notation
Parameters
Support
🌐
Wikipedia
en.wikipedia.org › wiki › Binomial_distribution
Binomial distribution - Wikipedia
1 week ago - {\displaystyle F(k;n,p)\leq \exp \left(-nD{\left({\frac {k}{n}}\parallel p\right)}\right)} where D(a ∥ p) is the relative entropy (or Kullback-Leibler divergence) between an a-coin and a p-coin (that is, between the Bernoulli(a) and Bernoulli(p) distribution): ... Asymptotically, this bound is reasonably tight; see for details. One can also obtain lower bounds on the tail F(k; n, p), known as anti-concentration bounds. By approximating the binomial coefficient with Stirling's formula it can be shown that
🌐
BYJUS
byjus.com › binomial-distribution-formula
Binomial Distribution Formula in Probability
December 17, 2021 - Using binomial distribution formula, we get P(X) = nCx ·
Discussions

How can I calculate d (binomial probability distribution) using excel?
https://i.redd.it/i2du0gir48ub1.jpg More on reddit.com
🌐 r/learnmath
8
2
October 14, 2023
[Basic Probability/Statistics] Explain binomial distribution vs. probability
Off-topic Comments Section All top-level comments have to be an answer or follow-up question to the post. All sidetracks should be directed to this comment thread as per Rule 9. OP and Valued/Notable Contributors can close this post by using /lock command I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/HomeworkHelp
8
6
December 2, 2022
Why Does Binomial distribution SD formula bring different results from a standard SD formula for a binomial dataset?
The first isn't the same standard deviation. Specifically it is not a binomial, but rather the s.d. of the Bernoulli trials. They'll differ by a factor of sqrt(n). More on reddit.com
🌐 r/AskStatistics
12
5
April 8, 2024
How can the binomial theorem possibly be related to probability?
Picture you throw a coin twice. The possible outcomes are: HH HT TH TT If we are interested in the total number of heads and tails, the two outcomes in the middle are somewhat the same, leaving us with: 1 * HH 2 * HT 1 * TT If we take (x + y)2 .. = 1 x2 + 2 xy + y2 . The coefficients are the same. So in a way, the total probabillity can be written as: ( H + T )2 = 1 HH + 2 HT + 1 TT. It is moreso that some probabillity distributions are derived from processes that in turn can be described by the binomial theorem. More on reddit.com
🌐 r/askmath
46
243
April 7, 2024
🌐
Statistics LibreTexts
stats.libretexts.org › campus bookshelves › las positas college › math 40: statistics and probability › 5: discrete probability distributions › 5.3: binomial distribution
5.4.1: Binomial Distribution Formula - Statistics LibreTexts
August 11, 2020 - We are asked to determine the expected number (the mean) and the standard deviation, both of which can be directly computed from the formulas in Equation \ref{3.41}: ... Because very roughly 95% of observations fall within 2 standard deviations of the mean (see Section 1.6.4), we would probably observe at least 8 but less than 20 individuals in our sample who would refuse to administer the shock. ... The probability that a random smoker will develop a severe lung condition in his or her lifetime is about 0:3. If you have 4 friends who smoke, are the conditions for the binomial model satisfied?
🌐
Microsoft Support
support.microsoft.com › en-us › office › binom-dist-function-c5ae37b6-f39c-4be2-94c2-509a1480770c
BINOM.DIST function - Microsoft Support
If cumulative is TRUE, then BINOM.DIST returns the cumulative distribution function, which is the probability that there are at most number_s successes; if FALSE, it returns the probability mass function, which is the probability that there are number_s successes.
🌐
Save My Exams
savemyexams.com › dp › maths › ib › aa › 21 › sl › revision-notes › statistics-and-probability › binomial-distribution › the-binomial-distribution
The Binomial Distribution | DP IB Analysis & Approaches (AA) Revision Notes 2019
November 26, 2025 - indicates the binomial distribution · n is the number of trials · p is the probability of success · The probability of failure is 1 - p which is sometimes denoted as q · The formula for the probability of r successful trials is given by: for · where · You will be expected to use the distribution function on your GDC to calculate probabilities with the binomial distribution ·
🌐
Cuemath
cuemath.com › binomial-distribution-formula
Binomial Distribution Formula - What Is Binomial Distribution Formula? Examples
The formula for binomial distribution is: P(x: n,p) = nC\(_x\) px (q)n-x Where p is the probability of success, q is the probability of failure, n = number of trials.
Find elsewhere
🌐
PCC
spot.pcc.edu › ~evega › section-14.html
The Binomial Formula
(iv) The probability of a success is the same for each trials since the individuals are like a random sample (\(p=0.3\) if we say a “success” is someone getting a lung condition, a morbid choice). Compute parts (a) and (b) from the binomial formula in Equation (3.3.2): \(P(0) = {4 \choose 0} (0.3)^0 (0.7)^4 = 1\times1\times0.7^4 = 0.2401\text{,}\) \(P(1) = {4 \choose 1} (0.3)^1(0.7)^{3} = 0.4116\text{.}\) Note: \(0!=1\text{,}\) .
🌐
Online Stat Book
onlinestatbook.com › 2 › probability › binomial.html
Binomial Distribution
Binomial Distribution · When you flip a coin, there are two possible outcomes: heads and tails. Each outcome has a fixed probability, the same from trial to trial. In the case of coins, heads and tails each have the same probability of 1/2. More generally, there are situations in which the ...
🌐
Stat Trek
stattrek.com › online-calculator › binomial
Binomial Distribution Probability Calculator
Binomial Formula. Suppose a binomial experiment consists of n trials and the probability of success on an individual trial is p.
🌐
Standard Deviation Calculator
standarddeviationcalculator.io › binomial-distribution-calculator
Binomial Distribution Calculator
Binomial distribution calculator finds the individual & cumulative binomial probabilities of a fixed number of events (n) for a certain number of successes (r) and constant success probability (p). This binomial calculator computes the probability of any event or number of successes “x“ such as: exactly, less than, at most, more than, at least” by using the binomial distribution formula.
🌐
NIST
itl.nist.gov › div898 › handbook › eda › section3 › eda366i.htm
1.3.6.6.18. Binomial Distribution
The formula for the binomial probability mass function is · The following is the plot of the binomial probability density function for four values of p and n = 100
🌐
Stats4stem
stats4stem.org › binomial-distribution
Binomial Distribution
Remember that "expected" refers to the mean. Using the formula given above, we know that the mean of a binomial distribution is equal to (n)×(p)
🌐
Statlect
statlect.com › probability-distributions › binomial-distribution
Binomial distribution | Properties, proofs, exercises
The distribution has two parameters: the number of repetitions of the experiment and the probability of success of an individual experiment. A binomial distribution can be seen as a sum of mutually independent Bernoulli random variables that take value 1 in case of success of the experiment and value 0 otherwise.
🌐
GeeksforGeeks
geeksforgeeks.org › mathematics › binomial-distribution
Binomial Distribution in Probability | Formula, Definition & Examples - GeeksforGeeks
Varianceof Binomial Distribution tells about the dispersion or spread of the distribution. It is given by the product of the number of trials, probability of success, and probability of failure. The formula for Variance is given as follows:
Published   December 17, 2025
🌐
Probabilistic World
probabilisticworld.com › home › binomial distribution mean and variance formulas (proof)
Binomial Distribution Mean and Variance Formulas (Proof) - Probabilistic World
August 24, 2021 - First is the mean. Here’s the general formula again: Let’s plug in the binomial distribution PMF into this formula. To be consistent with the binomial distribution notation, I’m going to use k for the argument (instead of x) and the index for the sum will naturally range from 0 to n.
🌐
MathWorks
mathworks.com › statistics and machine learning toolbox › probability distributions and hypothesis tests › discrete distributions › binomial distribution
Binomial Distribution - MATLAB & Simulink
The Poisson distribution is the limiting case of a binomial distribution where N approaches infinity and p goes to zero while Np = λ. See Compare Binomial and Poisson Distribution pdfs. [1] Abramowitz, Milton, and Irene A. Stegun, eds. Handbook of Mathematical Functions: With Formulas, Graphs, ...
🌐
OpenStax
openstax.org › books › introductory-statistics-2e › pages › 4-3-binomial-distribution
4.3 Binomial Distribution - Introductory Statistics 2e | OpenStax
December 13, 2023 - Read this as "X is a random variable with a binomial distribution." The parameters are n and p; n = number of trials, p = probability of a success on each trial.
🌐
Outlier
articles.outlier.org › binomial-probability-meaning
Binomial Distribution: Meaning & Formula | Outlier
October 26, 2022 - The probability mass function (PMF) of a binomial distribution (sometimes referred to as the binomial probability formula) takes the following form.