Theoretical Probability calculations combine

Probability by Axioms and Rules

Three Axioms

Let S be a sample space for a random experiment and A and B be events (sets of outcomes).

  • The events A and B are mutually exclusive (ME) if A and B have no outcomes in common; i.e., A and B cannot occur simultaneously.
  • The event “A or B” is the event consisting of all outcomes that are either in A or in B (possibly both).
  • The event “A and B” is the event that consists of all outcomes that are in both A and B.
  • The event “not A” consists of all outcomes not in the event A.
  1. \(0 \le P(A) \le 1\).

  2. \(P(S) = 1\).

  3. (Sum Rule) If A and B are mutually exclusive then \(P(A \operatorname{or}B) = P(A) + P(B)\).

    In fact, this works for multple events: \(P(A_1 \operatorname{or}A_2 \operatorname{or}A_3 \cdots A_k) = P(A_1) + P(A_2) + P(A_3) + \cdots P(A_k)\) as long as all the events are mutuall exclusive (at most one can happen on any given trial).

Derived Rules

  1. (Complement Rule) \(P(\operatorname{not}A) = 1 - P(A)\).

  2. (General Sum Rule) \(P(A \operatorname{or}B) = P(A) + P(B) - P(A \operatorname{and}B)\).

  3. (Equally Likely Rule) If the sample space consists of n equally likely outcomes, then \[P(A) = \frac{|A|}{|S|} =\frac{\mbox{number of outcomes in $A$}}{\mbox{number of outcomes in $S$}}\]

Examples

1. Carol has applied for admission to Harvard and to Princeton. The probability that Harvard accepts her is .3, the probability that Princeton accepts her is .4, and the probability that both accept her is .2. What is the probability that neither accept her?

2. Toss a fair die.

3.. Toss a fair coin 3 times.

4. Toss a pair of dice. Let \(X\) = the sum of the two numbers rolled, then