ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Probability and Statistics
    MS-251
    Progress0 / 36 topics
    Topics
    1. Introduction: Statistics and Data Analysis2. Statistical Inference3. Samples, Populations, and the Role of Probability4. Sampling Procedures5. Discrete and Continuous Data6. Statistical Modeling7. Types of Statistical Studies8. Probability: Sample Space, Events, Counting Sample Points9. Probability of an Event10. Additive Rules11. Conditional Probability12. Independence and the Product Rule13. Bayes’ Rule14. Random Variables and Probability Distributions15. Mathematical Expectation: Mean of a Random Variable16. Variance and Covariance of Random Variables17. Means and Variances of Linear Combinations of Random Variables18. Chebyshev’s Theorem19. Discrete Probability Distributions20. Continuous Probability Distributions21. Fundamental Sampling Distributions22. Sampling Distributions and Data Descriptions23. Random Sampling24. Sampling Distributions25. Sampling Distribution of Means and the Central Limit Theorem26. Sampling Distribution of S227. t-Distribution28. F-Quantile and Probability Plots29. Single Sample & One- and Two-Sample Estimation Problems30. Single Sample & One- and Two-Sample Tests of Hypotheses31. The Use of P-Values for Decision Making in Testing Hypotheses32. Regression: Linear Regression and Correlation33. Least Squares and the Fitted Model34. Multiple Linear Regression and Certain Nonlinear Regression Models35. Linear Regression Model Using Matrices36. Properties of the Least Squares Estimators
    MS-251›Probability of an Event
    Probability and StatisticsTopic 9 of 36

    Probability of an Event

    11 minread
    1,873words
    Intermediatelevel

    Probability of an Event

    Probability is a measure of the likelihood or chance that a specific event will occur. It quantifies uncertainty and is an essential concept in statistics and many fields such as science, economics, and engineering. The probability of an event provides a way to assess the likelihood of outcomes in uncertain situations.

    1. Basic Definition

    The probability of an event is defined as the ratio of the number of favorable outcomes to the total number of possible outcomes in a sample space, assuming all outcomes are equally likely.

    Mathematically, the probability P(A)P(A)P(A) of an event AAA is:

    P(A)=Number of favorable outcomes for event ATotal number of possible outcomes in the sample spaceP(A) = \frac{\text{Number of favorable outcomes for event } A}{\text{Total number of possible outcomes in the sample space}}P(A)=Total number of possible outcomes in the sample spaceNumber of favorable outcomes for event A​

    Where:

    • P(A)P(A)P(A) is the probability of event AAA,
    • The sample space is the set of all possible outcomes in the experiment.

    The probability value always lies between 0 and 1, inclusive:

    0≤P(A)≤10 \leq P(A) \leq 10≤P(A)≤1
    • A probability of 0 means the event is impossible (it will never happen).
    • A probability of 1 means the event is certain (it will definitely happen).
    • A probability of 0.5 means there is an equal chance for the event to occur or not occur.

    2. Sample Space

    The sample space (denoted as SSS) is the set of all possible outcomes of an experiment. For example:

    • If you roll a fair six-sided die, the sample space SSS is S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}S={1,2,3,4,5,6}.
    • If you flip a fair coin, the sample space SSS is S={Heads,Tails}S = \{\text{Heads}, \text{Tails}\}S={Heads,Tails}.

    The probability of any event depends on the sample space, as the event is evaluated within the context of all possible outcomes.


    3. Types of Events

    • Simple Event: An event that consists of a single outcome. For example, in rolling a six-sided die, the event of rolling a "3" is a simple event.

    • Compound Event: An event that consists of two or more outcomes. For example, the event of rolling an even number on a die (which includes 2, 4, and 6) is a compound event.

    • Certain Event: An event that is guaranteed to happen. For example, in any die roll, the outcome will be a number between 1 and 6, so the event of rolling a number between 1 and 6 is certain.

    • Impossible Event: An event that cannot happen. For example, rolling a 7 on a fair six-sided die is an impossible event.


    4. Classical Probability (Theoretical Probability)

    In situations where all outcomes in the sample space are equally likely, the classical probability formula is used. If there are nnn total outcomes in the sample space and mmm outcomes that favor event AAA, then the probability of event AAA is:

    P(A)=mnP(A) = \frac{m}{n}P(A)=nm​

    For example, when rolling a fair die:

    • The sample space S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}S={1,2,3,4,5,6}, so n=6n = 6n=6.
    • The event of rolling an even number is A={2,4,6}A = \{2, 4, 6\}A={2,4,6}, so m=3m = 3m=3.
    • The probability of rolling an even number is:
    P(A)=36=0.5P(A) = \frac{3}{6} = 0.5P(A)=63​=0.5

    5. Empirical (Experimental) Probability

    Empirical probability is based on observations or experiments. It is calculated by performing an experiment multiple times and recording the frequency of the event occurring.

    The formula for empirical probability is:

    P(A)=Number of times event A occursTotal number of trialsP(A) = \frac{\text{Number of times event } A \text{ occurs}}{\text{Total number of trials}}P(A)=Total number of trialsNumber of times event A occurs​

    For example, if you flip a coin 100 times and get heads 48 times, the empirical probability of getting heads is:

    P(Heads)=48100=0.48P(\text{Heads}) = \frac{48}{100} = 0.48P(Heads)=10048​=0.48

    6. Axioms of Probability

    The probability of an event is governed by certain rules, known as axioms of probability, which are as follows:

    1. Non-negativity: The probability of any event is non-negative.

      P(A)≥0for any event AP(A) \geq 0 \quad \text{for any event } AP(A)≥0for any event A
    2. Normalization: The probability of the entire sample space is 1.

      P(S)=1P(S) = 1P(S)=1

      This means the sum of the probabilities of all possible outcomes in the sample space is 1.

    3. Additivity: For any two mutually exclusive events AAA and BBB (events that cannot both occur at the same time), the probability of either event occurring is the sum of their individual probabilities:

      P(A∪B)=P(A)+P(B)if A∩B=∅P(A \cup B) = P(A) + P(B) \quad \text{if } A \cap B = \emptysetP(A∪B)=P(A)+P(B)if A∩B=∅

    7. Complementary Events

    For any event AAA, the complement of AAA (denoted AcA^cAc) is the event that AAA does not occur. The probability of the complement of AAA is:

    P(Ac)=1−P(A)P(A^c) = 1 - P(A)P(Ac)=1−P(A)

    This is because the total probability for all possible outcomes must be 1. If AAA occurs with probability P(A)P(A)P(A), then AcA^cAc (the event that AAA does not occur) must occur with probability 1−P(A)1 - P(A)1−P(A).

    For example, if the probability of it raining tomorrow is P(Rain)=0.8P(\text{Rain}) = 0.8P(Rain)=0.8, then the probability of it not raining is:

    P(No Rain)=1−P(Rain)=1−0.8=0.2P(\text{No Rain}) = 1 - P(\text{Rain}) = 1 - 0.8 = 0.2P(No Rain)=1−P(Rain)=1−0.8=0.2

    8. Conditional Probability

    Conditional probability refers to the probability of an event occurring given that another event has already occurred. The conditional probability of event AAA given event BBB is denoted as P(A∣B)P(A \mid B)P(A∣B), and it is calculated using the formula:

    P(A∣B)=P(A∩B)P(B)if P(B)>0P(A \mid B) = \frac{P(A \cap B)}{P(B)} \quad \text{if } P(B) > 0P(A∣B)=P(B)P(A∩B)​if P(B)>0

    Where:

    • P(A∣B)P(A \mid B)P(A∣B) is the probability of event AAA occurring given that event BBB has occurred,
    • P(A∩B)P(A \cap B)P(A∩B) is the probability of both events AAA and BBB occurring,
    • P(B)P(B)P(B) is the probability of event BBB occurring.

    9. Law of Total Probability

    The Law of Total Probability helps to compute the probability of an event by considering all possible conditions or partitions of the sample space. If the sample space is partitioned into events B1,B2,…,BnB_1, B_2, \dots, B_nB1​,B2​,…,Bn​, then the probability of event AAA can be written as:

    P(A)=∑i=1nP(A∣Bi)P(Bi)P(A) = \sum_{i=1}^{n} P(A \mid B_i) P(B_i)P(A)=i=1∑n​P(A∣Bi​)P(Bi​)

    This law is useful when dealing with complex situations where event AAA is conditioned on several different scenarios.


    10. The Addition Rule

    The addition rule helps to calculate the probability of the union of two events. If AAA and BBB are two events, then:

    P(A∪B)=P(A)+P(B)−P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B)P(A∪B)=P(A)+P(B)−P(A∩B)

    Where:

    • P(A∪B)P(A \cup B)P(A∪B) is the probability that at least one of the events AAA or BBB occurs,
    • P(A∩B)P(A \cap B)P(A∩B) is the probability that both events AAA and BBB occur.

    Summary

    • Probability quantifies the likelihood of an event occurring, ranging from 0 (impossible) to 1 (certain).
    • The probability of an event can be computed using classical methods (when all outcomes are equally likely), empirical methods (based on observed data), or conditional probability.
    • Key concepts in probability include complementary events, conditional probability, the addition rule, and the Law of Total Probability.
    • Probability theory is foundational to many statistical and real-world applications, helping to model uncertainty and make informed decisions.
    Previous topic 8
    Probability: Sample Space, Events, Counting Sample Points
    Next topic 10
    Additive Rules

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time11 min
      Word count1,873
      Code examples0
      DifficultyIntermediate