Introduction to Probability – Random Experiments, Events & Bayes’ Theorem (UG Notes)

Introduction to Probability Concepts

Probability is a fundamental branch of statistics that deals with the study of uncertainty and randomness. In real life, many events cannot be predicted with complete certainty. For example, we cannot say for sure whether it will rain tomorrow, whether a student will top an exam, or whether a tossed coin will show a head or a tail. Probability provides a mathematical framework to measure the likelihood of such uncertain events.

In statistics, probability plays a crucial role in decision-making, prediction, data analysis, and scientific research. It forms the foundation for advanced topics such as probability distributions, statistical inference, sampling theory, and hypothesis testing. Therefore, a clear understanding of basic probability concepts is essential for students of statistics.


1. Meaning and Definition of Probability

The word probability is derived from the Latin word probabilitas, meaning likelihood or chance. In simple terms, probability measures how likely an event is to occur.

Mathematically, probability is defined as a numerical value that lies between 0 and 1. A probability of 0 means the event is impossible, while a probability of 1 means the event is certain.

Classical Definition of Probability:

If an experiment has a finite number of equally likely outcomes, then the probability of an event is defined as:

Probability of Event (A) = (Number of favourable outcomes) / (Total number of possible outcomes)

This definition is mainly applicable to simple experiments such as tossing a coin, throwing a dice, or drawing a card from a deck.


2. Random Experiment

A random experiment is an experiment or process that satisfies the following two conditions:

  • The experiment can be repeated under identical conditions.
  • The outcome of the experiment cannot be predicted with certainty in advance.

Although the exact outcome is uncertain, the set of all possible outcomes is known.

Examples of Random Experiments:

  • Tossing a coin and observing Head or Tail
  • Rolling a six-sided dice
  • Drawing a card from a standard deck of 52 cards
  • Selecting a student randomly from a class

Random experiments are the starting point of probability theory. Each experiment produces an outcome that belongs to a known set of possibilities.


3. Sample Space

The sample space is the set of all possible outcomes of a random experiment. It is usually denoted by the symbol S.

Examples:

  • Tossing a coin: S = {H, T}
  • Rolling a dice: S = {1, 2, 3, 4, 5, 6}
  • Tossing two coins: S = {HH, HT, TH, TT}

Every possible result of the experiment must be included in the sample space.


4. Event

An event is any subset of the sample space. In other words, an event consists of one or more outcomes of a random experiment.

Example:

If a dice is thrown and we define the event A as "getting an even number", then:

A = {2, 4, 6}

Here, A is an event and it is a subset of the sample space S = {1,2,3,4,5,6}.


5. Types of Events

5.1 Simple Event

A simple event contains only one outcome. Example: Getting a 3 when a dice is thrown.

5.2 Compound Event

A compound event contains more than one outcome. Example: Getting an even number when a dice is thrown.

5.3 Impossible Event

An event that cannot occur. Example: Getting a 7 on a six-sided dice.

5.4 Sure (Certain) Event

An event that will always occur. Example: Getting a number between 1 and 6 when a dice is thrown.

5.5 Complementary Event

If A is an event, then the complement of A (denoted by A′) consists of all outcomes not in A.


6. Probability of an Event

Let S be the sample space of a random experiment and A be an event. The probability of A is denoted by P(A).

0 ≤ P(A) ≤ 1

If all outcomes are equally likely, then:

P(A) = n(A) / n(S)

where n(A) is the number of favourable outcomes and n(S) is the total number of outcomes.


7. Conditional Probability

Conditional probability deals with the probability of an event occurring given that another event has already occurred.

Definition:

P(A | B) = P(A ∩ B) / P(B), where P(B) ≠ 0

This formula helps us update probabilities when new information is available.

Example:

If a card is drawn from a deck and it is known to be a red card, what is the probability that it is a king?


8. Bayes’ Theorem

Bayes’ theorem is one of the most important results in probability theory. It provides a method to revise existing probabilities based on new information.

Statement of Bayes’ Theorem:

P(A | B) = [P(B | A) × P(A)] / P(B)

Bayes’ theorem is widely used in statistics, machine learning, medical diagnosis, quality control, and decision-making problems.

Practical Importance:

  • Helps in decision-making under uncertainty
  • Used in predictive modeling
  • Forms the basis of Bayesian statistics

9. Practice Questions

  1. Define probability and explain its importance in statistics.
  2. What is a random experiment? Give two examples.
  3. Define sample space with an example.
  4. Explain different types of events.
  5. State and explain Bayes’ theorem.
  6. What is conditional probability? Write its formula.

10. Conclusion

Probability is the backbone of statistical theory. Concepts such as random experiments, events, and Bayes’ theorem help us understand and analyze uncertainty in a systematic manner. A strong foundation in probability is essential for studying advanced statistical methods and for applying statistics in real-world problems.

Comments