
Probability distribution formula types and solved examples
The concept of probability distribution plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. It describes how likely different outcomes are during a random experiment, like tossing coins, rolling dice, or measuring heights. Understanding probability distributions helps students solve problems confidently in Class 12 Maths, competitive exams, and many logical reasoning situations.
What Is Probability Distribution?
A probability distribution is a mathematical function or table that assigns the probability to every possible outcome of a random experiment. In simple words, it shows how likely it is for each result to happen. You’ll find this concept applied in statistics, data analysis, weather prediction, and even in daily games of chance. Common uses include finding the probability in board exams, conducting surveys, or doing research.
Types of Probability Distributions
Probability distributions come in two main types – discrete and continuous:
| Type | What It Means | Example |
|---|---|---|
| Discrete Probability Distribution | Probabilities are assigned to specific, countable outcomes (whole numbers). | Number of heads in 5 coin tosses |
| Continuous Probability Distribution | Probabilities are spread over a range of possible values (can include fractions or decimals). | Heights of students in a class |
Key Formula for Probability Distribution
Here are the important formulas you should know:
| Distribution Type | Formula | Meaning |
|---|---|---|
| Discrete (Binomial) | \( P(X = r) = nCr \cdot p^{r} \cdot (1-p)^{n-r} \) | Chance of exactly r successes in n trials |
| Continuous (Normal) | \( P(x) = \frac{1}{\sqrt{2\pi \sigma^2}} e^{-\frac{(x-\mu)^2}{2\sigma^2}} \) | Probability curve for a variable, like height |
Where \( n \) = total trials, \( r \) = number of successes, \( p \) = probability of single success, \( \mu \) = mean, \( \sigma \) = standard deviation.
How to Make a Probability Distribution Table
You can use a table to organize all possible values a variable can take and their probabilities:
| Outcome (X) | Probability P(X) |
|---|---|
| 0 | 0.1 |
| 1 | 0.4 |
| 2 | 0.3 |
| 3 | 0.2 |
The total of all probabilities must always add up to 1.
Step-by-Step Illustration
Example: What is the probability of getting 2 heads if a coin is tossed 3 times? (Use binomial distribution)
1. Number of trials: n = 32. Number of successes (heads): r = 2
3. Probability of getting head in one toss: p = 0.5
4. Use formula: \( P(X=2) = 3C2 \cdot (0.5)^2 \cdot (1-0.5)^{3-2} \)
5. Calculate: \( 3C2 = 3 \), \( (0.5)^2 = 0.25 \), \( (0.5)^1 = 0.5 \)
6. Multiply: \( 3 \times 0.25 \times 0.5 = 0.375 \)
7. So, probability = 0.375
Speed Trick or Vedic Shortcut
When working with a probability distribution, check if probabilities in your table add up to 1. If not, there’s a mistake! For binomial, if n is small, use Pascal’s Triangle to find coefficients quickly instead of calculating nCr every time.
Exam Tip: For Normal Distribution, 68% of data falls within 1 standard deviation (σ) of the mean (μ); this can help with MCQ elimination.
Frequent Errors and Misunderstandings
- Forgetting that the sum of all probabilities in a distribution must be exactly 1.
- Confusing discrete (countable) and continuous (any value in an interval).
- Using wrong formula or incorrect values for n, r, or p in binomial problems.
Relation to Other Concepts
Knowing probability distribution is essential for mastering probability basics, Probability Mass Function (PMF), random variables, and Normal distribution. Mastery helps in tackling advanced questions in data handling, statistics, and science experiments.
Try These Yourself
- Create a probability distribution table for rolling a dice and getting 1, 2, 3, or 4.
- Identify whether ‘number of rainy days in a week’ is discrete or continuous.
- Solve: Find the probability of getting exactly 5 heads in 10 coin tosses.
- Explain why the probability of any event can never be negative.
Classroom Tip
To quickly spot the type, ask: “Can I list all outcomes (discrete), or could the answer be a decimal (continuous)?” Save examples in your phone as tables or diagrams for a quick pre-test revision. Vedantu’s teachers often build such visual study notes in live sessions.
We explored probability distribution—from definition, formulas, types, and hands-on examples, to common mistakes and connections to other maths topics. Continue practicing with Vedantu to boost your score in probability questions and become confident in using this concept for Class 12, JEE, and practical life!
Explore further: Probability | Probability Density Function | Probability Questions
FAQs on Probability Distribution in Statistics and Random Variables
1. What is a probability distribution in statistics?
A probability distribution is a mathematical function that describes how probabilities are assigned to the possible values of a random variable. It shows how likely each outcome is to occur.
- For a discrete random variable, it lists each value and its probability.
- For a continuous random variable, it is described using a probability density function (PDF).
- The total probability over all possible outcomes is always 1.
2. What is the formula for a discrete probability distribution?
A discrete probability distribution is defined by the function P(X = x), where the sum of all probabilities equals 1.
- 0 ≤ P(X = x) ≤ 1 for every value of x.
- ∑P(X = x) = 1 over all possible values of X.
3. What is the difference between discrete and continuous probability distribution?
The main difference is that a discrete probability distribution applies to countable values, while a continuous probability distribution applies to values within an interval.
- Discrete: Uses probability mass function (PMF), e.g., Binomial distribution.
- Continuous: Uses probability density function (PDF), e.g., Normal distribution.
- In continuous distributions, P(X = x) = 0 for any single value.
4. What is the mean of a probability distribution?
The mean of a probability distribution is the expected value, calculated as the weighted average of all possible values. For a discrete distribution:
- μ = E(X) = ∑ xP(X = x)
- μ = 1(0.2) + 2(0.5) + 3(0.3)
- μ = 0.2 + 1.0 + 0.9 = 2.1
5. How do you find the variance of a probability distribution?
The variance of a probability distribution measures spread and is calculated using Var(X) = ∑ (x − μ)²P(X = x) for discrete variables.
- First compute the mean μ.
- Subtract μ from each value x.
- Square the result and multiply by its probability.
- Add all values.
6. What are the conditions for a valid probability distribution?
A valid probability distribution must satisfy two main conditions:
- Each probability must lie between 0 and 1, inclusive.
- The total of all probabilities must equal 1.
7. What is a normal probability distribution?
A normal probability distribution is a continuous distribution that is symmetric and bell-shaped around its mean. It is defined by two parameters:
- μ (mean)
- σ (standard deviation)
- f(x) = (1 / (σ√(2π))) e^{-(x−μ)²/(2σ²)}
8. What is a binomial probability distribution?
A binomial probability distribution models the number of successes in a fixed number of independent trials with two outcomes. Its formula is:
- P(X = k) = C(n, k) p^k (1 − p)^{n − k}
- n = number of trials
- k = number of successes
- p = probability of success
9. Can you give an example of a probability distribution?
An example of a probability distribution is the outcome of tossing a fair coin twice. The random variable X = number of heads has:
- P(X = 0) = 1/4
- P(X = 1) = 1/2
- P(X = 2) = 1/4
10. Why is probability distribution important in statistics?
A probability distribution is important because it describes how data and random variables behave, allowing us to calculate probabilities, mean, and variance. It helps in:
- Making predictions and decisions under uncertainty.
- Performing statistical inference and hypothesis testing.
- Modeling real-life phenomena such as exam scores or measurement errors.





















