Probability, the science of possibility, resides within the realm of mathematics, navigating the unpredictable waters of random events. Ranging from zero to one, probability quantifies the likelihood of occurrences, introduced to unveil the mysteries of chance. It serves as a predictive tool, unveiling the likelihood of events unfolding. At its essence, probability reflects the degree of plausibility for an event's realization. This fundamental principle extends into probability theory, delving into probability distributions to decipher the potential outcomes of random experiments. Determining the probability of a single event requires understanding the entirety of possible outcomes.
Probability serves as a gauge for the likelihood of event occurrence, acknowledging the inherent uncertainty in many situations. It offers a means to assess the chances of events unfolding, ranging from 0 to 1. At 0, an event is deemed impossible, while a probability of 1 signifies certainty. It's understood that the collective probabilities of all events within a sample space sum up to 1.
For instance, consider the act of tossing a single coin. It yields two potential outcomes: Heads or Tails (H, T). However, when two coins are tossed simultaneously, the possibilities expand to four: {(H, H), (H, T), (T, H), (T, T)}.
The probability of an event is a measure of how likely that event is to occur. It is typically represented as a number between 0 and 1, where 0 indicates that the event is impossible and 1 indicates that the event is certain to occur. In mathematical terms, if an event is denoted by E, then its probability is denoted by P(E). This probability is calculated by dividing the number of favorable outcomes for the event by the total number of possible outcomes in the sample space.
where the outcomes are mutually exclusive and equally likely.
Conditional probability assesses the likelihood of an event occurring given that another event has already happened. It is denoted as P(A|B), where A is the event of interest and B is the condition under which event A occurs. The formula for conditional probability is:
This formula states that the probability of event A given event B is equal to the probability of both events A and B occurring divided by the probability of event B occurring. Conditional probability is widely used in various fields, including statistics, machine learning, and decision-making processes.
Empirical probability, also known as experimental probability, is derived from observations or experiments. It is calculated by conducting trials or experiments and observing the frequency of a specific event occurring. The empirical probability of an event is the ratio of the number of times the event occurs to the total number of trials conducted. As the number of trials increases, the empirical probability tends to approach the theoretical probability, providing a practical estimate of likelihood based on real-world data.
Bayes' theorem, also known as Conditional Probability, calculates the likelihood of an event given the occurrence of other events. It aids in determining the probability of an event based on certain conditions. The probability is determined considering all possible outcomes. The theorem's formula is expressed as
where P(A|B) signifies the probability of event A given event B.
where P(B|A) represents the probability of event B given event A.
P(A) and P(B) denote the likelihood of occurrence of events A and B, respectively.
In an experiment with n outcomes, the total probability of all these outcomes combined always equals 1.
P(A1) + P(A2) + P(A3) + … + P(An) = 1
Important Notes on Probability: Probability quantifies the likelihood of an event occurring, typically expressed as a fraction between 0 and 1. Events are subsets of the sample space, such as {head, tail} for coin flips and {1, 2, 3, 4, 5, 6} for dice rolls.
Independent events in probability refer to events where the occurrence of one event does not affect the probability of the other event occurring. Mathematically, two events A and B are independent if and only if:
P (A ∩ B) = P (A)⋅P (B)
This equation states that the probability of both events A and B occurring is equal to the product of their individual probabilities. In other words, knowing that one event has occurred does not provide any information about the likelihood of the other event occurring.
The Multiplication Theorem of Probability, also known as the Product Rule, is a fundamental principle in probability theory used to calculate the probability of the intersection of two or more events.
For two events A and B, the theorem states:
P (A ∩ B) = P(A). P(B|A)
where:
P (A ∩ B) is the probability that both events A and B occur,
P (A) is the probability of event A,
P (B|A) is the conditional probability of event B given that event A has occurred.
This formula allows us to find the probability of the joint occurrence of two events by multiplying the probability of the first event by the conditional probability of the second event given the first event has occurred.
The Multiplication Theorem can be extended to more than two events by repeatedly applying the product rule. It is a fundamental tool in probability calculations and is widely used in various fields such as statistics, finance, and engineering.
Example 1: Two coins (a one-rupee coin and a two-rupee coin) are tossed once. Find a sample space.
Solution:
Clearly the coins are distinguishable in the sense that we can speak of the first coin and the second coin. Since either coin can turn up Head (H) or Tail (T), the possible outcomes may be Heads on both coins = (H, H) = HH
Head on first coin and Tail on the other = (H, T) = HT
Tail on first coin and Head on the other = (T, H) = TH
Tail on both coins = (T, T) = TT
Thus, the sample space is S = {HH, HT, TH, TT}
Example 2: When a coin is tossed twice. If head appears in the second throw, then a dice is thrown. Write down the sample space of the experiment.
Solution:
When a coin is tossed two times then possible outcomes are {(TT), (HT), (TH), (HH)}
If the head appears in the second throw, then the dice is thrown.
∴ All possible outcomes of the experiment are-
S = {(TT), (HT), (TH1), (TH2), (TH3), (TH4), (TH5), (TH6), (HH1), (HH2), (HH3), (HH4), (HH5), (HH6)}
Example 3: A coin is tossed. If it shows head, we draw a ball from a bag consisting of 3 blue and 4 white balls; if it shows tail, we throw a die. Describe the sample space of this experiment.
Solution:
Let us denote blue balls by B1, B2, B3 and the white balls by W1, W2, W3, W4. Then a sample space of the experiment is
S = {HB1, HB2, HB3, HW1, HW2, HW3, HW4, T1, T2, T3, T4, T5, T6}.
Here HBi means head on the coin and ball Bi is drawn, HWi means head on the coin and ball Wi is drawn. Similarly, Ti means tail on the coin and the number i on the die.
Example 4: Two natural numbers are randomly selected from the set of first 20 natural numbers. Find the probability that-
(A) Their sum is odd
(B) sum is even
(C) The selected pair is twin prime.
Solution:
(A) S = {1, 2, 3, ......, 19, 20};
(sum odd ⇒one odd and one even)
(B) n (B) =10C2 +10C2=2. 10C2 = 90 ⇒ P(B)=
(sum even ⇒ both odd or both even)
(C) n (C) = {(3, 5), (5, 7), (11, 13), (17, 19)} ⇒ P (C) =
Example 5: Roll a fair die twice. Let A be the event that the sum of the two rolls equals six and let B be the event that the same number comes up twice. What is P (A/B)?
(A) 1/6 (B) 5/36 (C) 1/5 (D) none
Solution:
A = {(1, 5), (2, 4), (3, 3), (4, 2), (5, 1)}
B = {(1,1), (2,2), (3,3), (4,4), (5,5), (6,6)}
Example 6: In a class, 30% of the students failed in Physics, 25% failed in Mathematics and 15% failed in both Physics and Mathematics. If a student is selected at random failed in Mathematics, find the probability that he failed in Physics also.
Solution:
Let A be the event "failed in Physics" and B be the event "failed in Mathematics". We want to find
It is given that P(A)= and P(B)=
Also,
Therefore
Example 7: Let P(A) = , P(B) = , then find P (A ∪ B) if
Solution:
Let P (A)= P (B) =
then find P (A ∪ B) if
(i) A & B are mutually exclusive
∴ P (A ∩ B) = 0
P (A ∪ B) =
(ii) A & B are independent
P (A ∩ B) =
P (A ∪ B) =
(A) (B) (C) (D) None of these
(A) P (A) = P (B) (B) P (A) > P (B) (C) P (A) < P (B) (D) none of these
(Session 2025 - 26)