Key Points

Probability

12 Sections
  • Conditional Probability

    The probability of an event E occurring, given that event F has already occurred, is denoted by P(EF)P(E|F). It is calculated using the formula P(EF)=P(EF)P(F)P(E|F) = \frac{P(E \cap F)}{P(F)}, provided that P(F)0P(F) \neq 0.

  • Properties of Conditional Probability

    For events E and F in a sample space S: 1. 0P(EF)10 \leq P(E|F) \leq 1. 2. P(SF)=P(FF)=1P(S|F) = P(F|F) = 1. 3. P(EF)=1P(EF)P(E'|F) = 1 - P(E|F), where E' is the complement of E.

  • Addition Rule for Conditional Probability

    If A and B are any two events of a sample space S and F is an event such that P(F)0P(F) \neq 0, then P((AB)F)=P(AF)+P(BF)P((AB)F)P((A \cup B)|F) = P(A|F) + P(B|F) - P((A \cap B)|F). If A and B are disjoint, the last term is zero.

  • Multiplication Theorem on Probability

    The probability of the simultaneous occurrence of two events E and F is given by P(EF)=P(E)×P(FE)P(E \cap F) = P(E) \times P(F|E) where P(E)0P(E) \neq 0. This can also be written as P(EF)=P(F)×P(EF)P(E \cap F) = P(F) \times P(E|F) where P(F)0P(F) \neq 0.

  • Independent Events

    Two events E and F are independent if the occurrence of one does not affect the probability of the other. The mathematical condition for independence is P(EF)=P(E)×P(F)P(E \cap F) = P(E) \times P(F).

  • Independent vs Mutually Exclusive Events

    Independent events are defined by probability (P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B)), while mutually exclusive events mean they cannot occur together (AB=ϕA \cap B = \phi). Two mutually exclusive events with non-zero probabilities cannot be independent.

  • Independence of Complements

    If two events A and B are independent, then the following pairs are also independent: (A' and B), (A and B'), and (A' and B'). For example, P(AB)=P(A)×P(B)P(A' \cap B) = P(A') \times P(B).

  • Probability of At Least One Event

    If A and B are two independent events, the probability of the occurrence of at least one of them is given by P(AB)=1P(A)P(B)P(A \cup B) = 1 - P(A')P(B').

  • Partition of a Sample Space

    A set of events E1,E2,,EnE_1, E_2, \dots, E_n forms a partition of a sample space S if they are pairwise disjoint (EiEj=ϕE_i \cap E_j = \phi for iji \neq j), exhaustive (E1E2En=SE_1 \cup E_2 \cup \dots \cup E_n = S), and each event has a non-zero probability (P(Ei)>0P(E_i) > 0).

  • Theorem of Total Probability

    If {E_1, E_2, \dots, E_n} is a partition of the sample space S, then for any event A, its total probability is the sum P(A)=j=1nP(Ej)P(AEj)P(A) = \sum_{j=1}^{n} P(E_j)P(A|E_j).

  • Bayes' Theorem

    For a partition {E_1, E_2, \dots, E_n} and an event A, Bayes' theorem calculates a reverse conditional probability: P(EiA)=P(Ei)P(AEi)j=1nP(Ej)P(AEj)P(E_i|A) = \frac{P(E_i)P(A|E_i)}{\sum_{j=1}^{n} P(E_j)P(A|E_j)}. It is used to update the probability of a cause given an observed effect.

  • Random Variable

    A random variable is a real-valued function whose domain is the sample space of a random experiment. For example, in a toss of two coins, if X is the number of heads, its values can be X(HH)=2X(HH)=2, X(HT)=1X(HT)=1, X(TH)=1X(TH)=1, and X(TT)=0X(TT)=0.

Quick Revision Tips

  • • Review these points before exams
  • • Make flashcards for better retention
  • • Connect points to real-world examples
  • • Practice explaining each point in your own words