1. Basic Probability
- Formula:
Also:
0≤P(E)≤1- Example: A die is rolled once. Find the probability of getting an even number. Solution: Possible outcomes:
Favorable outcomes:
2,4,6Therefore:
P(E)=63=212. Complementary Events
- Formula:
Hence:
P(A)=1−P(not A)- Example: A die is rolled. Find the probability of not getting a 6. Solution:
Therefore:
P(not 6)=1−61=653. Independent Events
- Formula: For independent events:
The occurrence of one event does not affect the probability of the other.
- Example: A coin is tossed and a die is rolled. Find the probability of getting a head and a 6. Solution:
Since the events are independent:
P(H∩6)=21×61=1214. Mutually Exclusive Events
- Formula: If A and B cannot occur together:
Therefore:
P(A∪B)=P(A)+P(B)- Example: A die is rolled. Find the probability of getting either 2 or 5. Solution: The events are mutually exclusive.
Therefore:
P(2 or 5)=61+61=315. Union of Two Events
- Formula:
The intersection must be subtracted because it is counted twice.
- Example: A card is drawn from a standard deck. Find the probability of getting a king or a heart. Solution:
The king of hearts belongs to both:
P(K∩H)=521Therefore:
P(K∪H)=524+5213−521 =1346. Conditional Probability
- Formula:
For equally likely outcomes:
P(A∣B)=n(B)n(A∩B)- Example: A card is drawn from a deck. Given that the card is a face card, find the probability that it is a king. Solution: There are 12 face cards:
There are 4 kings.
Therefore:
P(K∣face card)=124=317. Cards Drawn Without Replacement
- Formula: When objects are drawn without replacement, the total number of objects changes after each draw:
- Example: A bag contains 5 red and 3 blue balls. Two balls are drawn without replacement. Find the probability that both are red. Solution: First red:
After one red is removed:
P(second red∣first red)=74Therefore:
P(both red)=85×74=1458. Cards Drawn With Replacement
- Formula: When the object is replaced after each draw, the probabilities remain unchanged:
- Example: A card is drawn from a deck and replaced. Another card is drawn. Find the probability that both cards are aces. Solution: Probability of an ace on each draw:
Since the card is replaced:
P(both aces)=131×131=16919. Probability of At Least One Occurrence
- Formula:
For (n) independent trials with success probability (p):
P(at least one success)=1−(1−p)n- Example: A coin is tossed 3 times. Find the probability of getting at least one head. Solution: Probability of no heads = all tails:
Therefore:
P(at least one H)=1−81=8710. Exactly (r) Successes in (n) Trials
- Formula: For independent trials:
- Example: A coin is tossed 4 times. Find the probability of getting exactly 2 heads. Solution:
Therefore:
P(X=2)=4C2(21)2(21)2 =6×161=8311. Bayes’ Theorem
- Formula:
For two cases:
P(A∣B)=P(A)P(B∣A)+P(A′)P(B∣A′)P(A)P(B∣A)- Example: Urn I has 3 red and 2 blue balls. Urn II has 4 red and 1 blue ball. A die is rolled: even means Urn I, odd means Urn II. A red ball is drawn. Find the probability it came from Urn I. Solution:
Therefore:
P(I∣R)=21⋅53+21⋅5421⋅53 =7/103/10=7312. Two-Stage Urn / Bag Probability
- Formula: For alternative sources:
This is the law of total probability.
- Example: Bag A contains 3 red and 2 blue balls. Bag B contains 2 red and 3 blue balls. A bag is selected randomly and one ball is drawn. Find the probability of getting a red ball. Solution:
Thus:
P(R)=21⋅53+21⋅52 =103+102=2113. Geometric Probability — Length
- Formula:
- Example: A point is chosen randomly on a stick of length 1 m. Find the probability that it lies within 20 cm of the midpoint. Solution: Total length:
Favorable region:
20+20=40 cmTherefore:
P=10040=5214. Geometric Probability — Area
- Formula:
- Example: A point is selected randomly inside a square of side 10 cm. A circle of radius 5 cm is inscribed in the square. Find the probability that the point lies inside the circle. Solution: Square area:
Circle area:
π(5)2=25πTherefore:
P=10025π=4π15. Probability Using Counting
- Formula:
Use combinations when order does not matter.
- Example: Two people are selected from 5 men and 3 women. Find the probability that both selected are women. Solution: Total ways:
Favorable ways:
3C2=3Therefore:
P=283=28316. Probability of Complementary Conditions
- Formula:
This is especially useful for conditions such as “at least”, “not all”, and “none”.
- Example: Three dice are rolled. Find the probability that not all three show 6. Solution: Probability that all three show 6:
Therefore:
P(not all 6)=1−2161=216215Advanced Variants
17. Conditional Probability with Multiple Draws
- Formula:
For sequential draws, calculate each conditional probability after updating the contents.
- Example: A bag contains 4 red and 6 blue balls. Two balls are drawn without replacement. Given that the first ball is red, find the probability that both balls are red. Solution: Given the first ball is red, 3 red balls and 6 blue balls remain.
Total remaining:
9Therefore:
P(second red∣first red)=31Since the first red is already known, the required conditional probability is (\boxed{\frac13}).
18. At Least One Success in Repeated Trials
- Formula:
- Example: A machine produces a defective item with probability (0.02). Find the probability that at least one defective item occurs among 5 independently produced items. Solution: Probability of a non-defective item:
Probability that all 5 are non-defective:
(0.98)5Therefore:
P(at least one defective)=1−(0.98)5 ≈0.096119. Exactly One Success
- Formula: For (n) independent trials with success probability (p):
- Example: A coin is tossed 5 times. Find the probability of getting exactly one head. Solution:
20. Probability of At Most / At Least (r) Successes
- Formula:
- Example: A coin is tossed 4 times. Find the probability of getting at least 3 heads. Solution:
21. Probability of Drawing Cards of a Particular Type
- Formula: Without replacement:
Or use combinations when only the final selection matters:
P=totalCrfavorableCr- Example: Two cards are drawn from a standard deck without replacement. Find the probability that both are aces. Solution: There are 4 aces among 52 cards:
22. Exactly One of Two Events
- Formula:
If A and B are independent:
=P(A)(1−P(B))+P(B)(1−P(A))- Example: Two dice are rolled. Let A be the event that the first die shows an even number and B that the second die shows an even number. Find the probability that exactly one die is even. Solution:
Since the dice are independent:
P(exactly one)=21⋅21+21⋅21 =2123. Odds in Favor and Odds Against
- Formula: If
then:
Odds in favor=a:(b−a) Odds against=(b−a):a- Example: The probability of winning a game is (\frac35). Find the odds in favor of winning. Solution: Probability of winning:
Probability of losing:
1−53=52Therefore:
Odds in favor=3:2Answer = (\boxed{3:2}).
24. Probability from Odds
- Formula: If odds in favor of an event are (a:b):
If odds against are (a:b):
P(E)=a+bb- Example: The odds against a candidate winning an election are (3:2). Find the probability that the candidate wins. Solution: Odds against:
Therefore favorable part:
2Total:
3+2=5Hence:
P(win)=5225. Bayes’ Theorem with Defective Products
- Formula:
- Example: Factory A produces 60% of items with a 2% defect rate. Factory B produces 40% with a 5% defect rate. An item is found defective. Find the probability it came from B. Solution:
Total defective probability:
P(D)=0.6(0.02)+0.4(0.05) =0.012+0.020=0.032Therefore:
P(B∣D)=0.0320.4(0.05) =0.0320.020=8526. Geometric Probability — Distance from a Point
- Formula: For a uniformly selected point on a line segment, probability is the ratio of favorable length to total length.
- Example: A point is chosen randomly on a 10 cm line segment. Find the probability that its distance from the left endpoint is less than 3 cm. Solution: Favorable length:
Total length:
10 cmTherefore:
P=103=103Premium Content
Unlock Probability Concepts and all premium lessons with a subscription.
From ₹199.99/year — See plans