
Probability for Class 12 formula conditional probability Bayes theorem and solved examples
The concept of Probability for Class 12 is essential in mathematics and helps in solving real-world and exam-level problems efficiently. Mastering this topic is crucial for Class 12 board exams and various competitive tests, as probability questions are commonly asked and often score-friendly.
Understanding Probability for Class 12
Probability for Class 12 refers to the study of predicting how likely events are to happen. It plays a vital role in statistics, real-life decision making, and data analysis. Key applications include problems involving permutations and combinations, probability distributions, conditional events, and solving board-level questions. This concept is the foundation for understanding risk, chance, and randomness in numerous fields.
Formula Used in Probability for Class 12
The standard formula is: \( P(E) = \frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Possible Outcomes}} \)
Here’s a helpful table to understand key probability formulas more clearly:
Probability for Class 12 – Important Formulas
| Formula | Description |
|---|---|
| \( P(E) \) | Probability of event E occurring |
| \( P(A \cup B) = P(A) + P(B) - P(A \cap B) \) | Probability of A or B occurring |
| \( P(A|B) = \frac{P(A \cap B)}{P(B)} \) | Conditional probability of A given B |
| \( P(A \cap B) = P(A) \times P(B) \) | If A and B are independent |
| \( P(E_1|A) = \frac{P(E_1) P(A|E_1)}{\sum_{i} P(E_i)P(A|E_i)} \) | Bayes’ Theorem |
| \( P(X = x) = ^nC_x q^{n-x} p^x \) | Binomial probability distribution |
These formulas help you solve most questions from the probability chapter in Class 12 Maths.
Key Concepts in Class 12 Probability
The chapter covers several important ideas, including:
2. Multiplication Rule: For independent events, multiply the probabilities.
3. Total Probability Theorem: Used when a problem is split into exclusive and exhaustive events.
4. Bayes’ Theorem: Allows you to update predictions based on new information.
5. Random Variables: Variables assigning numerical values to outcomes.
6. Bernoulli Trials & Binomial Distribution: Trials having two results (success/failure) and related distributions.
Worked Example – Solving a Probability Problem
Let's solve a typical board exam question step by step:
2. Each toss has 2 outcomes – head or tail. Probability of head (\( p \)) = 0.5
3. Use the binomial formula:
\(\displaystyle P(X = x) = ^nC_x p^x q^{n-x} \), where \( q = 1-p \).
4. Substitute the values:
\(\displaystyle P(X=2) = ^4C_2 \times (0.5)^2 \times (0.5)^{4-2} \)
5. Calculate \( ^4C_2 = 6 \).
6. Now, \( P(X=2) = 6 \times 0.25 \times 0.25 = 6 \times 0.0625 = 0.375 \).
7. Final Answer: The probability is 0.375.
Practice Problems
- If two dice are thrown, what is the probability of getting a total of 7?
- In a bag of 8 red and 6 blue balls, what’s the probability that a randomly drawn ball is red?
- If a card is drawn from a deck, what’s the probability it is a king or queen?
- What is the probability of getting at least one head in 3 tosses of a coin?
Common Mistakes to Avoid
- Using the wrong sample space or missing possible outcomes.
- Forgetting the difference between independent and mutually exclusive events.
- Not applying conditional formulas correctly.
- Misinterpreting “at least” and “at most” in probability word problems.
Real-World Applications
The concept of Probability for Class 12 appears in fields such as genetics, weather forecasting, risk assessment, insurance, finance, and computer science. By practicing with Vedantu, students learn to translate textbook knowledge to practical real-life decisions. Understanding probability also prepares students for engineering, medical, and business entrance exams.
Quick Revision and Tips
2. Practice all types of questions: direct formula, conditional, and distribution-based.
3. Review solved miscellaneous and board-exam questions regularly.
4. Understand when to use each theorem or property, not just memorize formulas.
5. Check your answers – errors usually happen from incorrect calculation or misidentifying cases.
Related Links for Deeper Practice
- Probability (Core Concept)
- Probability Distribution
- Conditional Probability
- Multiplication Theorem of Probability
- Total Probability Theorem
- Probability Worksheets
- Permutations and Combinations
- Binomial Theorem for Positive Integral Indices
- Experimental Probability
We explored the idea of Probability for Class 12, how to apply various formulas, solve different types of problems, and link these skills to future learning. With ample practice and clarity on concepts, students can confidently solve probability questions in exams. For more learning help, practice with Vedantu’s resources and sample papers.
FAQs on Probability for Class 12 Complete Guide with Theorems
1. What is probability in Class 12 Maths?
Probability is a measure of the chance of occurrence of an event and lies between 0 and 1. In Class 12 Maths, probability is defined mathematically as P(E) = (Number of favourable outcomes) / (Total number of possible outcomes) when outcomes are equally likely. For example, when tossing a fair coin, the probability of getting a head is 1/2 because there is 1 favourable outcome (Head) out of 2 possible outcomes (Head, Tail). Probability 0 means an impossible event, and probability 1 means a certain event.
2. What is conditional probability in Class 12?
Conditional probability is the probability of an event occurring given that another event has already occurred and is given by P(A|B) = P(A ∩ B) / P(B), where P(B) ≠ 0. It tells us how the probability changes when additional information is known. For example, if a card drawn is known to be a red card, the probability that it is a king becomes 2/26 = 1/13, not 4/52.
3. What is the formula of Bayes' Theorem?
Bayes' Theorem states that P(Ai|B) = [P(Ai) P(B|Ai)] / Σ P(Aj) P(B|Aj). It is used to find the probability of a cause given an observed event. Here, A₁, A₂, ..., Aₙ are mutually exclusive and exhaustive events. Bayes' Theorem is widely used in medical testing, decision-making, and statistical inference.
4. What is the multiplication rule of probability?
The multiplication rule states that P(A ∩ B) = P(A) × P(B|A). If events A and B are independent, then it becomes P(A ∩ B) = P(A) × P(B). For example, the probability of getting two heads when tossing two fair coins is (1/2) × (1/2) = 1/4 because the tosses are independent events.
5. What is the addition rule of probability?
The addition rule of probability is P(A ∪ B) = P(A) + P(B) − P(A ∩ B). It is used to find the probability of occurrence of at least one of the two events. If A and B are mutually exclusive events, then P(A ∪ B) = P(A) + P(B) because P(A ∩ B) = 0.
6. What is the difference between independent and mutually exclusive events?
Independent events do not affect each other’s probability, while mutually exclusive events cannot occur together.
- Independent events: P(A ∩ B) = P(A) × P(B)
- Mutually exclusive events: P(A ∩ B) = 0
7. How do you solve a conditional probability problem step by step?
To solve a conditional probability problem, use the formula P(A|B) = P(A ∩ B) / P(B) and follow these steps:
- Identify events A and B clearly.
- Find P(A ∩ B).
- Find P(B).
- Substitute into the formula.
8. What are random variables in Class 12 probability?
A random variable is a numerical value assigned to each outcome of a random experiment. In Class 12, we mainly study discrete random variables. A random variable X has a probability distribution where ΣP(X = xi) = 1. For example, when tossing two coins, X can represent the number of heads with possible values 0, 1, 2.
9. What is the mean or expectation of a random variable?
The mean (expected value) of a discrete random variable is E(X) = Σ xi P(X = xi). It represents the long-term average value of the random variable. For example, if X is the number obtained on a fair die, then E(X) = (1+2+3+4+5+6)/6 = 3.5.
10. What are some important properties of probability?
The important properties of probability are based on standard probability axioms.
- 0 ≤ P(E) ≤ 1
- P(S) = 1 where S is the sample space
- P(∅) = 0
- P(A') = 1 − P(A)





















