Imagine predicting the chances of rain tomorrow, drawing a winning card from a deck, or deciding who bats first after a coin toss in a cricket match. All these situations involve uncertainty, and probability provides a mathematical way to measure and analyse such chances. In Class 12 Mathematics, Probability is defined as the branch of mathematics that deals with the numerical measurement of the likelihood of occurrence of an event. It helps quantify uncertainty by assigning values between 0 and 1 to events, where 0 represents an impossible event and 1 represents a certain event. Building on the basics learned in Class 11, Class 12 Probability focuses on deeper concepts such as conditional probability, independent events, and Bayes’ theorem. A common real-life application of probability can be seen in weather forecasting, insurance, games of chance, risk assessment, and decision-making.
This Story also Contains
In the Probability Class 12 chapter, students learn important topics such as conditional probability formulas, multiplication theorem, Bayes’ theorem, and real-life problem-solving using probability rules. This chapter is closely linked with permutations and combinations, making logical thinking and systematic counting essential for success. In this article, we cover Probability Class 12 concepts, definitions, important formulas, solved examples, and practice questions to help students develop strong conceptual clarity and perform confidently in board examinations as well as competitive exams like JEE and NEET.
Probability is a measure of how likely an event is to happen. With the help of probability, we can predict the chance of an event occurring. The value of probability ranges between $0$ and $1$, where $0$ represents the impossible event and $1$ represents the probability of events that are certain to happen. Now, let us look into the basic concepts of probability.
Sample Space: The set of all possible outcomes in a random experiment is called a sample space. For example, the sample space for a coin toss is {Heads, Tails}.
Probability of an Impossible Event
The probability of an impossible event is always $0$, as it can not happen under any situation. If you roll a standard six-sided die, it is impossible to get a $7$, as there is no $7$ on the die. So in this case, the probability of rolling a $7$ is $0$.
Probability of a sure event
The probability of a sure event is always 1 because it is certain to occur. When we flip a coin, we are certain to get a head or a tail, so getting a head or a tail in this case is a sure event. Hence, the probability of getting either heads or tails is 1 when we toss a coin.
Random Variable
A random variable is a real-valued function whose domain is the sample space of a random experiment.
Probability Distribution of a Random Variable
The probability distribution for a random variable describes how the probabilities are distributed over the values of the random variable.
The probability distribution of a random variable $X$ is the system of numbers
$
\begin{array}{rlllllll}
X & : & x_1 & x_2 & x_3 & \ldots & \ldots & x_n \\
P(X) & : & p_1 & p_2 & p_3 & \ldots & \ldots & p_n \\
& p_i \neq 0, & \sum_{i=1}^n p_i=1, & i=1,2,3, \ldots n
\end{array}
$
The real numbers $\underline{\underline{x_1},}, x_2, \ldots, x_n$ are the possible values of the random variable $X$ and $p_i(i=1,2, \ldots, n)$ is the probability of the random variable $X$ taking the value $x i$ i.e., $P\left(X=x_i\right)=p_i$
Types Of Probability Distribution:
1. Binomial distribution
2. Normal Distribution
3. Cumulative distribution frequency
The probability of an event $A$ is written as $P(A)$, and it can easily calculated using the formula: $P(A) =\frac{\text{Number of favourable outcomes}}{\text{Total number of possible outcomes}}$
For example, while rolling a dice probability of getting a $6$ is $\frac{1}{6}$.
Steps to Calculate Probability
Example: What is the probability of getting a number greater than $4$ when rolling a dice?
The experiment is rolling a single die.
The sample space $S$ consists of all possible outcomes: $S={1,2,3,4,5,6}$
The favourable outcomes are ${5,6}$
The required probability $= \frac{2}{6} = \frac{1}{3}$.
Probability of either of the two events occurring (Addition Rule)
The probability when either of two events occurs, or the addition rule, states that the probability of either of the two events occurring is the sum of their individual probabilities minus the probability of both events happening. The formula is:
$P(A \cup B) = P(A) + P(B) - P (A \cap B)$
Where $P(A \cup B)$ is the probability of either event $A$ or event $B$ occurring.
$P(A∩B)$ is the probability of both events $A$ and $B$ occurring.
$P(A)$ is the probability of event $A$ occurring.
$P(B)$ is the probability of event $B$ occurring.
Probability of a Complementary Event
Complementary events in probability are two such events which are mutually exclusive events which means they can not happen together. In other words, if one event occurs, then the other event can not occur. The sum of the probabilities of two complementary events is $1$. The formula:
$P(A′) = 1 - P(A)$
where $P(A)$ is the probability of the event $A$, and $P(A′)$ is the probability of the event $A′ $ (the complement of $A$).
Conditional Probability (Probability of $B$ if $A$ has already occurred)
Conditional probability is the probability of an event $B$ occurring given that another event $A$ has already happened. It is denoted by $P(B∣A)$. Conditional probability formula is:
$P(B∣A) = \frac{P(A \cap B)}{P(A)}$
Where $P(B∣A)$ is the probability of event $B$ given that $A$ has occurred.
$P(A∩B)$ is the probability of both events $A$ and $B$ occurring.
$P(A)$ is the probability of event $A$ occurring.
Probability when two events occur simultaneously
The probability of two events occurring simultaneously has two cases: one is when the events are independent, and the other is when the events are dependent.
Theorems on probability include Bayes' Theorem, Law of total probability, and some other theorems on probability.
Theorem 1: The sum of the probability of happening of an event and not happening of an event is equal to $1$. $P(A) + P(A') = 1$.
Theorem 2: The probability of an impossible event or the probability of an event not happening is always equal to $0$. $P(ϕ) = 0$.
Theorem 3: The probability of a sure event is always equal to $1$. $P(A) = 1$
Theorem 4: The probability of happening of any event always lies between $0$ and $1$, i.e. $0 \leq P(A) \leq 1$.
Theorem 1: If there are two events $A$ and $B$, we can apply the formula of the union of two sets, and we can derive the formula for the probability of happening of event $A$ or event $B$ as follows.
$P(A∪B) = P(A) + P(B) - P(A∩B)$
Also for two mutually exclusive events $A$ and $B$, we have $P( A U B) = P(A) + P(B)$
Bayes’ Theorem for Conditional Probability
Bayes’ Theorem provides a way to update the probability of an event based on new evidence. It is expressed as $P(A∣B) = \frac{P(B∣A). P(A)}{P(B)}$
where $P(A∣B)$ is the probability of event $A$ given that event $B$ has occurred, $P(B∣A)$ is the probability of observing $B$ given $A$, $P(A)$ is the prior probability of $A$, and $P(B)$ is the total probability of $B$
Law of Total Probability
The Law of Total Probability states that the probability of an event can be found by considering all possible ways that the event can occur through a partition of the sample space. It is expressed as $P(B) = \sum_{i} P(B|A_i). P(A_i)$, where $A_i$ are mutually exclusive and exhaustive events that partition the sample space. This law allows us to compute $P(B)$ by summing the probabilities of B occurring with each $A_i$ weighted by the probability of $A_i$.
Important Points
A probability tree is a diagram that represents all possible outcomes of an event and their probabilities. It is useful for calculating the probabilities of combined events.
Probability has a wide variety of applications in real life. Some of the common applications that we see in our everyday lives while checking the results of the following events:
A standard deck has $52$ cards with $4$ suits in two colours [hearts, diamonds, clubs, spades] each containing $13$ ranks $(2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, King, Ace)$.
Each coin toss has $2$ possible outcomes. Tossing two coins can result in $HH, HT, TH,$ or $TT$.
Rolling a dice
A standard die has $6$ faces numbered $1$ to $6$. Each face has an equal probability of $\frac{1}{6}$.
We have provided below the important formulae, along with the key note that specifies why it is used. With these important formulae, you will get to know how to use them while solving different problems.
| Concept / Rule | Formula | Key Note |
|---|---|---|
| Probability (equally likely finite outcomes) | $P(E)=\dfrac{n(E)}{n(S)}$ | $n(E)$ = favourable outcomes, $n(S)$ = total outcomes (use when outcomes are equally likely). |
| Basic properties | $0 \le P(E) \le 1,\quad P(S)=1,\quad P(\varnothing)=0$ | Range and certainty/extremes. |
| Complement | $P(E^c)=1-P(E)$ | Probability that event $E$ does not occur. |
| Addition rule (two events, general) | $P(A\cup B)=P(A)+P(B)-P(A\cap B)$ | Removes double counting of the intersection. |
| Addition rule (n events) — inclusion–exclusion | $P\Big(\bigcup_{i=1}^n A_i\Big)=\sum_i P(A_i)-\sum_{i<j}P(A_i\cap A_j)+\sum_{i<j<k}P(A_i\cap A_j\cap A_k)-\cdots$ | General formula for unions of many events. |
| Mutually exclusive events | $A_i\cap A_j=\varnothing\ (i\ne j)\Rightarrow P\Big(\bigcup_{i=1}^n A_i\Big)=\sum_{i=1}^n P(A_i)$ | Use when events cannot happen together. |
| Conditional probability | $P(A\mid B)=\dfrac{P(A\cap B)}{P(B)},\quad P(B)>0$ | Probability of $A$ given $B$ has occurred. |
| Multiplication rule (general) | $P(A\cap B)=P(A),P(B\mid A)=P(B),P(A\mid B)$ | Useful for sequential events and dependent events. |
| Independence (two events) | $A\perp B \iff P(A\cap B)=P(A)P(B)\iff P(A\mid B)=P(A)$ | If independent, knowledge of one does not change the other. |
| Total probability theorem (partition) | $P(B)=\sum_{i} P(A_i),P(B\mid A_i)$ | ${A_i}$ is a partition of the sample space. |
| Bayes’ theorem | $P(A_k\mid B)=\dfrac{P(A_k),P(B\mid A_k)}{\sum_i P(A_i),P(B\mid A_i)}$ | Converts $P(B\mid A)$ into $P(A\mid B)$ using a partition. |
| “At least one” (complement trick) | $P(\text{at least one success})=1-P(\text{no successes})$ | Often used in repeated trials to avoid summing many cases. |
| Binomial distribution (PMF) | $P(X=k)={n\choose k},p^{k},(1-p)^{,n-k},\quad k=0,\dots,n$ | $n$ independent trials, success probability $p$. |
| Hypergeometric distribution | $P(X=k)=\dfrac{\binom{K}{k}\binom{N-K}{n-k}}{\binom{N}{n}}$ | Sampling without replacement: population size $N$, $K$ successes, sample $n$. |
| Geometric distribution (first success on $k$) | $P(X=k)=(1-p)^{,k-1}p,\quad k=1,2,\dots$ | Trials until first success (memoryless property). |
| Poisson distribution | $P(X=k)=\dfrac{e^{-\lambda}\lambda^{k}}{k!},\quad k=0,1,\dots$ | Models rare events; $\lambda$ = average rate. |
| Expectation (mean) — discrete & continuous | $E[X]=\sum_x x,P(X=x)\quad\text{or}\quad E[X]=\int_{-\infty}^{\infty} x,f(x),dx$ | Weighted average of outcomes. |
| Variance | $\operatorname{Var}(X)=E[X^2]-\big(E[X]\big)^2$ | Measure of spread. |
| Binomial mean & variance | $E[X]=np,\quad \operatorname{Var}(X)=np(1-p)$ | For $X\sim\mathrm{Binomial}(n,p)$. |
| Poisson mean & variance | $E[X]=\lambda,\quad \operatorname{Var}(X)=\lambda$ | For $X\sim\mathrm{Poisson}(\lambda)$. |
| CDF (cumulative) | $F_X(x)=P(X\le x)$ | For discrete or continuous random variables. |
| Permutations & combinations | $^nP_r=\dfrac{n!}{(n-r)!},\quad {n\choose r}=\dfrac{n!}{r!(n-r)!}$ | Counting tools used to compute $n(E)$ and $n(S)$ for probabilities. |
Question 1:
A bag contains 19 unbiased coins and one coin with head on both sides. One coin drawn at random is tossed and head turns up. If the probability that the drawn coin was unbiased, is $\frac{\mathrm{m}}{\mathrm{n}}, \operatorname{gcd}(\mathrm{m}, \mathrm{n})=1$, then $\mathrm{n}^2-\mathrm{m}^2$ is equal to :
Answer:
Let $U$ : let unbiased coin is drawn, $H$ : head turns up
$\begin{aligned}
& \Rightarrow P(U / H)=\frac{P(U) \cdot P(H / U)}{P(U) P(H / U)+P(\bar{U}) \cdot P(H / U)} \\
& =\frac{\frac{19}{20} \cdot \frac{1}{2}}{\frac{19}{20} \cdot \frac{1}{2}+\frac{1}{20} \cdot\left(\frac{2}{2}\right)}=\left(\frac{19}{21}\right)=\frac{m}{n} \\
& n^2-m^2=21^2-19^2=(21+19)(21-19)=80
\end{aligned}$
Hence, the correct answer is 80.
Question 2:
A card from a pack of 52 cards is lost. From the remaining 51 cards, $n$ cards are drawn and are found to be spades. If the probability of the lost card to be a spade is $\frac{11}{50}$, the n is equal to:
Answer:
Let the event $L$ be: "Lost card is a spade"
Let the event $D$ be: "All $n$ drawn cards are spades"
We are given:
$
P(L \mid D) = \frac{11}{50}
$
We will use Bayes' Theorem:
$
P(L \mid D) = \frac{P(D \mid L) \cdot P(L)}{P(D)}
$
First, compute the prior probabilities:
Number of spades in a full deck = 13
Probability that the lost card is a spade:
$
P(L) = \frac{13}{52} = \frac{1}{4}
$
Probability that the lost card is not a spade:
$
P(L') = \frac{39}{52} = \frac{3}{4}
$
Now calculate: If the lost card is a spade, then the number of spades left = $13 - 1 = 12$, and the total cards left = 51.
So, $
P(D \mid L) = \frac{{^{12}C_n}}{{^{51}C_n}}
$
If the lost card is not a spade, then all 13 spades are still there.
So, $
P(D \mid L') = \frac{{^{13}C_n}}{{^{51}C_n}}
$
Now apply Bayes' Theorem:
$
\frac{11}{50} = \frac{\frac{{^{12}C_n}}{{^{51}C_n}} \cdot \frac{1}{4}}{\frac{{^{12}C_n}}{{^{51}C_n}} \cdot \frac{1}{4} + \frac{{^{13}C_n}}{{^{51}C_n}} \cdot \frac{3}{4}}
$
Cancel common factor ${^{51}C_n}$ in numerator and denominator:
$
\frac{11}{50} = \frac{{^{12}C_n} \cdot \frac{1}{4}}{{^{12}C_n} \cdot \frac{1}{4} + {^{13}C_n} \cdot \frac{3}{4}}
$
Multiply numerator and denominator by 4:
$
\frac{11}{50} = \frac{{^{12}C_n}}{{^{12}C_n} + 3 \cdot {^{13}C_n}}
$
Now, cross-multiply:
$
11 \left( {^{12}C_n} + 3 \cdot {^{13}C_n} \right) = 50 \cdot {^{12}C_n}
$
$
11 \cdot {^{12}C_n} + 33 \cdot {^{13}C_n} = 50 \cdot {^{12}C_n}
$
$
33 \cdot {^{13}C_n} = 39 \cdot {^{12}C_n}
$
Divide both sides by 3: $
11 \cdot {^{13}C_n} = 13 \cdot {^{12}C_n}
$
Use identity: $
{^{13}C_n} = \frac{13}{13 - n} \cdot {^{12}C_n}
$
So: $
11 \cdot \frac{13}{13 - n} \cdot {^{12}C_n} = 13 \cdot {^{12}C_n}
$
Cancel ${^{12}C_n}$: $
\frac{143}{13 - n} = 13
$
Now solve: $
143 = 13 \cdot (13 - n)
$
$
143 = 169 - 13n
$
$
13n = 169 - 143 = 26
$
$n = 2$
Hence, the correct answer is 2.
Question 3:
The probability of forming a 12-person committee from 4 engineers, 2 doctors, and 10 professors containing at least 3 engineers and at least 1 doctor is:
Answer:
3 engineering +1 doctor +8 Professors $\rightarrow{ }^4 \mathrm{C}_3 \cdot{ }^2 \mathrm{C}_1 \cdot{ }^{10} \mathrm{C}_8$ $=360$
3 engineering +2 doctors +7 Professors $\rightarrow{ }^4 \mathrm{C}_3$. ${ }^2 \mathrm{C}_2 \cdot{ }^{10} \mathrm{C}_7$ $=480$
4 engineering +1 doctor +7 Professors $\rightarrow{ }^4 \mathrm{C}_4 \cdot{ }^2 \mathrm{C}_1 \cdot{ }^{10} \mathrm{C}_7$ $=240$
4 engineering +2 doctors +6 Professors $\rightarrow{ }^4 \mathrm{C}_4$. ${ }^2 \mathrm{C}_2 \cdot{ }^{10} \mathrm{C}_6$ $=210$
Total $=1290$
Required probability $=\frac{1290}{{ }^{16} \mathrm{C}_{12}}$
$=\frac{1290}{1820}$
$=\frac{129}{182}$
Hence, the correct answer is $\frac{129}{182}$.
Question 4:
A board has 16 squares as shown in the figure :

Out of these 16 squares, two squares are chosen at random. The probability that they have no side in common is:
Answer:
Total ways for selecting any two squares $={ }^{16} \mathrm{C}_2$
$
=120
$
Total ways for selecting common side squares
$=\underbrace{3 \times 4}_{\text {Horizontal side }}+\underbrace{3 \times 4}_{\text {vertical side }}$
$
=24
$
So required probability
$
\begin{aligned}
& =1-\frac{24}{120} \\
& =\frac{4}{5}
\end{aligned}
$
Hence, the correct answer is $\frac{4}{5}$.
Question 5:
One die has two faces marked 1, two faces marked 2, one face marked 3, and one face marked 4. Another die has one face marked 1, two faces marked 2, two faces marked 3, and one face marked 4. The probability of getting the sum of numbers to be 4 or 5, when both dice are thrown together, is:
Answer:
Dice 1 : 1, 1, 2, 2, 3, 4
Dice 2 : 1, 2, 2, 3, 3, 4
For Sum $=4$
$
\begin{aligned}
& (1,3) \Rightarrow 2 \times 2=4 \\
& (3,1) \Rightarrow 1 \times 1=1 \\
& (2,2) \Rightarrow 2 \times 2=4
\end{aligned}
$
Total ways $=9$
$
\text { Sum = } 5
$
$
\begin{aligned}
& (1,4) \Rightarrow 2 \times 1=2 \\
& (4,1) \Rightarrow 1 \times 1=1 \\
& (2,3) \Rightarrow 2 \times 2=4 \\
& (3,2) \Rightarrow 1 \times 2=2
\end{aligned}
$
Total ways $=9$
$
\text { Probability }=\frac{18}{36}=\frac{1}{2}
$
Hence, the correct answer is $\frac{1}{2}$.
This section covers all the important topics in probability that are part of the Class 11 and Class 12 NCERT syllabus and are frequently asked in JEE Main exams.
The chapter Probability deals with measuring the likelihood of the occurrence of events and helps students understand uncertainty in a mathematical way. It is an important part of Class 11 and Class 12 Mathematics and is frequently tested in board as well as competitive examinations. Questions from this chapter assess a student’s ability to apply probability rules, analyse events logically, and solve real-life situation–based problems. Regular practice of NCERT questions and a clear understanding of concepts help in scoring well in this chapter.
| Exam Name | Focus Area | Common Topics Asked | Preparation Tips |
|---|---|---|---|
| CBSE Board | Conceptual clarity & definitions | Classical probability, basic events, simple problems | Learn definitions clearly and practise NCERT examples |
| JEE Main | Accuracy & logical reasoning | Conditional probability, independent events | Practise MCQs and numerical-based questions regularly |
| JEE Advanced | Analytical and problem-solving | Bayes’ theorem, complex probability distributions | Solve advanced-level and previous years’ questions |
| NEET | Basics & speed | Direct probability calculations, simple event-based questions | Focus on the quick application of formulas |
| State Board Exams (ICSE, UP Board, RBSE, etc) | Theory-oriented | Definitions, solved textbook problems | Revise theory and practice solved examples |
| Mathematics Olympiads | Conceptual depth | Challenging probability and reasoning-based problems | Strengthen fundamentals and practise higher-level questions |
Here you will find the best reference books and study materials that explain probability formulas, concepts, and problem-solving methods in detail.
| Book Title | Author / Publisher | Description |
|---|---|---|
| NCERT Mathematics Class 12 | NCERT | Official textbook with detailed theory and exercises on probability. |
| Mathematics for Class 12 | R.D. Sharma | Comprehensive explanations and solved problems on probability concepts. |
| Objective Mathematics | R.S. Aggarwal | Topic-wise MCQs with practice questions for probability. |
| Arihant All-In-One Mathematics | Arihant | Exhaustive coverage, including probability with sample papers. |
| Fundamentals of Probability | S. Ross | Strong theoretical base and problem sets for advanced learners. |
This section highlights key NCERT textbooks and chapters that build a strong foundation in probability for board exams and competitive exams.
Here, we explore subject-wise NCERT resources such as notes, solutions, and exemplar solutions to help you prepare effectively.
| Subject | NCERT Notes Link | NCERT Solutions Link | NCERT Exemplar Link |
|---|---|---|---|
| Mathematics | NCERT Notes Class 12 Maths | NCERT Solutions for Class 12 Mathematics | NCERT Exemplar Class 12 Maths |
| Physics | NCERT Notes Class 12 Physics | NCERT Solutions for Class 12 Physics | NCERT Exemplar Class 12 Physics |
| Chemistry | NCERT Notes Class 12 Chemistry | NCERT Solutions for Class 12 Chemistry | NCERT Exemplar Class 12 Chemistry |
This part includes a set of practice questions designed to strengthen your understanding of probability concepts and improve problem-solving speed.
The chapter Probability helps students understand and quantify uncertainty in a logical and systematic way. By learning the rules, formulas, and theorems of probability, students develop strong analytical and reasoning skills that are essential for solving real-life and exam-based problems. This chapter is an important scoring area in Class 12 Mathematics and forms a foundation for advanced studies in statistics, data science, economics, and research. With regular practice of NCERT problems and a clear understanding of concepts like conditional probability and Bayes’ theorem, students can confidently master Probability for board and competitive examinations.
Frequently Asked Questions (FAQs)
Conditional probability formula is
Where
The probability of an impossible event is
The probability of an event
A probability distribution shows how probabilities are assigned to different possible outcomes of a random variable. For example, in tossing a die, each outcome (1 to 6) has equal probability
Probability is the measure of how likely an event is to happen. It is calculated as the ratio of favourable outcomes to total possible outcomes.
The main types are:
Theoretical probability (based on reasoning)
Experimental probability (based on observations/experiments)
Conditional probability (depends on another event)
Joint probability (two events happening together)
On Question asked by student community
When two coins are tossed simultaneously, the possible outcomes are
HH, HT, TH, TT
Total number of outcomes = 4
1)Probability of getting exactly one head
Favourable outcomes = HT, TH (2 outcomes)
Probability = 2/4 = 1/2
2)Probability of getting two heads
Favourable outcome = HH (1 outcome)
Probability
Hi,
The word father contains 6 letters and 2 vowels: a,e.
The probability of selecting the first vowel is 2/6
The probability of selecting the second vowel is 1/5
So, if we combine both the probabilities 2/6 x 1/5 = 2/30
= 1/15
Therefore, the answer is option (D) 1/15
Hello, You are correct to be cautious, as the AIQ Round 3 rule is strict: if you are allotted a seat, you must join it. If you don't, you forfeit your security deposit and are eliminated from all further AIQ and State counselling. Given your 68,834 rank, your strongest chance
There is a small chance that the cutoff might reduce in round 3 in Punjab for the SC category under the defense quota. The change depends on how many seats are left after round 2 and how many students with similar marks are still in the race.
If some seats
Hi dear candidate,
With the rank of 11272 in AP EAMCET you can get decent colleges under convenor seat in agriculture. The top colleges like Acharya N.G Ranga Agricultural University (ANGRAU) requires rank to be under 5,000 so, this might not be under your rank.
Colleges like JNTUK or VRSEC