Definition of Probability
Definition of Probability
As the Oxford dictionary states it, Probability means ‘The extent to which
something is probable; the likelihood of something happening or being the
case’. In mathematics too, probability indicates the same – the likelihood of the
occurrence of an event.
Examples of events can be :
Tossing a coin with the head up
Drawing a red pen from a pack of different coloured pens
Drawing a card from a deck of 52 cards etc.
Either an event will occur for sure, or not occur at all. Or there are possibilities
to different degrees the event may occur.
An event that occurs for sure is called a Certain event and its probability is 1.
An event that doesn’t occur at all is called an impossible event and its probability
is 0.
This means that all other possibilities of an event occurrence lie between 0 and
1.
This is depicted as follows:
0 <= P(A) <= 1
where A is an event and P(A) is the probability of the occurrence of the event.
This also means that a probability value can never be negative.
Every event will have a set of possible outcomes. It is called the ‘sample space’.
Consider the example of tossing a coin.
When a coin is tossed, the possible outcomes are Head and Tail. So, the sample
space is represented as {H, T}.
Similarly when two coins are tossed, the sample space is {(H,H), (H,T), (T,H), (T,T)}.
The probability of head each time you toss the coin is 1/2. So is the probability
of tail.
P (A Or B) = P(A) + P(B)
P (A ∪ B) = P(A) + P(B)
Solution:
Solution:
There are a total of 6 faces on a die, hence, the total number of outcomes will be 6
= P(4 or 5)
= P (4) + P(5)
= (1/6) + (1/6)
= 1 + 1/ 6
= 2/6
= 1/3
= (30-2/52)
=28/52
=7/13
Say, a die is rolled twice. The outcome of the first roll doesn’t affect the second
outcome. These two are independent events.
Example 1: Say, a coin is tossed twice. What is the probability of getting two
consecutive tails ?
Probability of getting a tail in one toss = 1/2
The coin is tossed twice. So 1/2 * 1/2 = 1/4 is the answer.
Here’s the verification of the above answer with the help of sample space.
When a coin is tossed twice, the sample space is {(H,H), (H,T), (T,H), (T,T)}.
Our desired event is (T,T) whose occurrence is only once out of four possible
outcomes and hence, our answer is 1/4.
Example 2: Consider another example where a pack contains 4 blue, 2 red and
3 black pens. If a pen is drawn at random from the pack, replaced and the
process repeated 2 more times, What is the probability of drawing 2 blue pens
and 1 black pen?
Solution
Here, total number of pens = 9
Probability of drawing 1 blue pen = 4/9
Probability of drawing another blue pen = 4/9
Probability of drawing 1 black pen = 3/9
Probability of drawing 2 blue pens and 1 black pen = 4/9 * 4/9 * 3/9 = 48/729
= 16/243
Dependent Events
When two events occur, if the outcome of one event affects the outcome of the
other, they are called dependent events.
Consider the example of drawing a pen from a pack, with a slight difference.
Example 1: A pack contains 4 blue, 2 red and 3 black pens. If 2 pens are drawn
at random from the pack, NOT replaced and then another pen is drawn. What
is the probability of drawing 2 blue pens and 1 black pen?
Solution:
Probability of drawing 1 blue pen = 4/9
Probability of drawing another blue pen = 3/8
Probability of drawing 1 black pen = 3/7
Probability of drawing 2 blue pens and 1 black pen = 4/9 * 3/8 * 3/7 = 1/14
Conditional probability
Conditional probability is calculating the probability of an event given that
another event has already occured .
The formula for conditional probability P(A|B), read as P(A given B) is
P(A|B) = P (A and B) / P(B)
Complement of an event
A complement of an event A can be stated as that which does NOT contain the
occurrence of A.
A complement of an event is denoted as P(Ac) or P(A’).
P(Ac) = 1 – P(A)
or it can be stated, P(A)+P(Ac) = 1
For example,
if A is the event of getting a head in coin toss, Ac is not getting a head i.e., getting
a tail.
if A is the event of getting an even number in a die roll, A c is the event of NOT
getting an even number i.e., getting an odd number.
if A is the event of randomly choosing a number in the range of -3 to 3, Ac is the
event of choosing every number that is NOT negative i.e., 0,1,2 & 3 (0 is neither
positive or negative).