Introduction
- Probability is the section of mathematics, that deals with the results of random events.
- The word probability means chance or possibility of an outcome.
- It explains the possibility of a particular event occurring.
- We often use sentences like - ‘It will probably rain today, ‘he will probably pass the test’, ‘there is very less probability of getting a storm tonight’, and ‘most probably the price of onion will go high again.
- In all these sentences, we replace words like chance, doubt, maybe, likely, etc., with the word probability.

Theory
- Probability defines the likelihood of occurrence of an event. There are many real-life situations in which we may have to predict the outcome of an event. We may be sure or not sure of the results of an event. In such cases, we say that there is a probability of this event to occur or not occur. Probability generally has great applications in games, in business to make probability-based predictions, and also probability has extensive applications in this new area of artificial intelligence.
- The probability of an event can be calculated by probability formula by simply dividing the favorable number of outcomes by the total number of possible outcomes. The value of the probability of an event to happen can lie between 0 and 1 because the favorable number of outcomes can never cross the total number of outcomes. Also, the favorable number of outcomes cannot be negative.
- The probability formula defines the likelihood of the happening of an event. It is the ratio of favorable outcomes to the total favorable outcomes. The probability formula can be expressed as,
P(E) = Number of favorable outcomes/Number of total outcomes
Or,
P(E) = n(A)/n(S)
where,
- P(B) is the probability of an event 'B'.
- n(B) is the number of favorable outcomes of an event 'B'.
- n(S) is the total number of events occurring in a sample space.
Tips to Solve Probability Questions
Based on the information provided, here are some key tips to solve probability problems effectively:
1. Understand the Problem
Identify the total number of possible outcomes (Sample Space, n(S)).
Determine the favorable outcomes (n(A)) for the event.
2. Use the Probability Formula
P(E) = Number of favorable outcomesTotal number of possible outcomes
Probability always lies between 0 (impossible event) and 1 (certain event).
If P(E)=1, the event is sure to happen.
If P(E)=0, the event will never happen.
3. For Coin Toss Problems
4. For Dice Problems
A standard die has 6 faces (1, 2, 3, 4, 5, 6).
Probability of getting a specific number (e.g., 4): P(4) = 16
Probability of getting an even number (2, 4, 6): P(Even) = 36
5. Complementary Probability
Solved Examples
Question for Tips & Tricks: Probability
Try yourself:
The probability of two persons of passing the interview are 1/3 and 3/5. Then calculate the probability that only one of them pass the interview ?
Explanation
(P = pass, F = fail)
ApassBfail + AfailBpass
PF + FP
1/3*2/5 + 2/3*3/5 = 8/15
Report a problem
Question for Tips & Tricks: Probability
Try yourself:
Among a group of 5 boys and 6 girls, 4 members is to be selected for an event. Find the probability that at least one boy is selected ?
Explanation
we can solve this by calculating the probability of the opposite event (no boys selected) and subtracting it from 1 (since probabilities of all events must sum to 1).
Here's how:
Step 1: Probability of no boys selected (unfavorable event)
- We can choose 4 girls out of 6 girls in ⁶C₄ ways (combinations, order doesn't matter).
- The total number of ways to choose 4 members from 11 (5 boys + 6 girls) is ¹¹C₄ ways.
Probability (no boys) = Favorable cases (girls only) / Total cases = ⁶C₄ / ¹¹C₄
Step 2: Probability of at least one boy (favorable event)
Probability (at least one boy) = 1 - Probability (no boys)
Calculation:
⁶C₄ = (6 * 5 * 4 * 3) / (4 * 3 * 2 * 1) = 15 ¹¹C₄ = (11 * 10 * 9 * 8) / (4 * 3 * 2 * 1) = 330
Probability (no boys) = 15 / 330 = 1/22
Probability (at least one boy) = 1 - (1/22) = 21/22
Therefore, the probability that at least one boy is selected is 21/22.
Report a problem
Question for Tips & Tricks: Probability
Try yourself:
The probability that the problem will be solved by three persons are 1/2, 1/3 and 1/6. Find the probability that the problem is solved ?
Explanation
Report a problem
Question for Tips & Tricks: Probability
Try yourself:
A urn contains 4 red balls, 5 green balls and 6 white balls, If one ball is drawn at random, find the probability that it is neither red nor white ?
Explanation
Total Number of balls = 4 +5 +6 =15 balls
neither red nor white
means it is Green
so P = no of green ball / Total Number of Balls
P = 5/15 = 1/3
Report a problem