**unconditional**___
\
SAMPLE SPACE
* list of individual outcomes of random phenomenon
  * btwn 0→1 
  * sum = 1
* ==Probability== ==of event== is sum of prob of indiv. outcomes from sample space making up event
  * P(A) = # of outcomes of A / # of outcome in sample space
* For event ==A compliment== (does NOT occur)
  * P (A^c) = 1 - P(A)
* ==UNION== is 2 events (A or B or both)
  * P (A or B) = P(A) + P(B) - P(A&B)
* ==INDEPENDENT== /intersection of 2 events 
  * one doesn’t affect the other
    * P(A&B) = P(A) \* P(B)
* ==DISJOINT/MUTUALLY EXLUSIVE==
  * when A and B have no common elements
  * one event affects the other
    * P(A&B) = 0