Comprehensive Probability Notes
Comprehensive Probability Notes
1. Meaning of Probability
Probability is a branch of mathematics that deals with the likelihood of occurrence of
events. It measures the chance that a particular event will occur, expressed as a number
between 0 and 1.
Formula:
P = Number of favorable outcomes / Total number of outcomes
Example: If a die is rolled once, the probability of getting a 4 is: P(4) = 1/6
2. Types of Probability
1. Theoretical Probability – Based on reasoning or known possible outcomes.
2. Experimental Probability – Based on actual experiments or trials.
3. Subjective Probability – Based on personal judgment or experience.
Examples:
- Theoretical: Probability of flipping a head on a fair coin is 1/2
- Experimental: If a coin is flipped 100 times and heads appears 45 times, P(H) = 45/100
3. Terms in Probability
- Experiment: An action that leads to one or more outcomes.
- Sample Space (S): Set of all possible outcomes.
- Event: A subset of the sample space.
- Favorable Outcome: Desired result from an experiment.
- Random Experiment: An experiment with uncertain outcomes.
4. Types of Events
1. Simple Event – A single outcome.
2. Compound Event – Combination of two or more simple events.
3. Independent Events – Occurrence of one does not affect the other.
4. Dependent Events – Occurrence of one affects the other.
5. Mutually Exclusive Events – Cannot happen at the same time.
6. Exhaustive Events – Cover all possible outcomes.
5. Permutation
Permutation refers to arrangements of objects in a specific order.
Formula:
nPr = n! / (n - r)!
Theorems on Permutations:
1. nPr = n! / (n - r)!
2. If objects are not distinct: n! / p!q!r!...
3. Circular permutation: (n - 1)!
4. Permutations with restrictions (e.g., specific positions)
6. Multiplication Rule
If two events A and B are independent, then:
P(A ∩ B) = P(A) × P(B)
7. Combination
Combination refers to the selection of items without considering the order.
Formula:
nCr = n! / (r!(n - r)!)
Probability Example Using Combination: Selecting 2 girls from 3 boys and 4 girls:
P = 4C2 / 7C2 = 6 / 21 = 2/7
8. Conditional Probability
Probability of event A occurring given that event B has occurred.
Formula:
P(A|B) = P(A ∩ B) / P(B)
Example: From a deck, if a card drawn is a face card, probability it's a king:
P(K|F) = (4/52) / (12/52) = 1/3
Steps:
1. Start with a node.
2. Draw branches for each outcome.
3. Add probabilities to each branch.
4. Multiply along each path.
Formula:
P(X = x) = (e^-λ * λ^x) / x!
Where:
- λ: average number of events
- x: number of occurrences
- e ≈ 2.718
Formula:
P(X = x) = p^x (1 - p)^(1 - x) for x = 0 or 1
Example: Tossing a coin:
- Success = Head (p = 0.5)
- P(1) = 0.5^1 * (1 - 0.5)^0 = 0.5
Formula:
P(X = x) = C(n, x) * p^x * (1 - p)^(n - x)
Mean: μ = np
Variance: σ² = np(1 - p)
Conclusion
Probability is essential for analyzing uncertainty. Understanding its key principles,
formulas, and examples equips you for problem-solving in mathematics and real-life
applications.