Concept Notes
1. Introduction to Probability
- Probability is a measure of the likelihood of an event happening. It is expressed as a number between 0 and 1, where:
- 0 indicates an impossible event.
- 1 indicates a certain event.
- The probability of any event
E
is denoted asP(E)
.
2. Random Experiment
- A random experiment is an experiment or a process for which the outcome cannot be predicted with certainty.
- Example: Tossing a coin, rolling a die, drawing a card from a deck.
3. Sample Space
- The set of all possible outcomes of a random experiment is called the sample space, denoted by
S
. - Example:
- Tossing a coin:
S = {Head, Tail}
- Rolling a die:
S = {1, 2, 3, 4, 5, 6}
- Tossing a coin:
4. Event
- An event is a subset of the sample space. It represents one or more outcomes.
- Example: In rolling a die, the event of getting an even number is
E = {2, 4, 6}
.
5. Types of Events
- Sure Event: An event that is certain to occur.
P(S) = 1
. - Impossible Event: An event that cannot occur.
P(∅) = 0
. - Complementary Events: If
E
is an event, then the complement ofE
(denoted byE'
) is the event thatE
does not happen.P(E) + P(E') = 1
. - Mutually Exclusive Events: Two events are mutually exclusive if they cannot occur at the same time.
P(A ∩ B) = 0
. - Exhaustive Events: Events are exhaustive if they cover the entire sample space.
6. Classical Definition of Probability
- If a random experiment results in
n
equally likely outcomes, andm
of them are favorable to eventE
, then the probability of eventE
is given by:
7. Empirical Probability
- Empirical probability (or experimental probability) is based on observations or actual experiments. It is calculated as:
8. Theoretical Probability
- Theoretical probability is based on reasoning or calculation rather than actual trials. It is often used when the outcomes are equally likely.
9. Important Properties of Probability
- The probability of any event lies between 0 and 1, inclusive: .
- The sum of probabilities of all mutually exclusive and exhaustive events is 1.
Formula Sheet
Probability of an Event:
Complementary Event:
where is the probability of the event not occurring.
Empirical Probability:
Mutually Exclusive Events:
if and are mutually exclusive events.
Addition Theorem of Probability:
This is used when events are not mutually exclusive.
Total Probability:
where is the sample space.
Examples for Practice
- What is the probability of getting a head when tossing a coin?
- A die is rolled. Find the probability of getting a number greater than 4.
- A box contains 5 red, 7 blue, and 3 green balls. If a ball is drawn at random, what is the probability that it is blue?
Comments
Post a Comment