Chapter 2: Probability Flashcards

1
Q

Experiment

A

Any activity or process whose outcome is uncertain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Sample Space (S)

A
  • The collection of all possible outcomes of a probability experiment
  • S​ = {Tails, Heads}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Event

A
  • Any collection of outcomes from S
    • S itself is an event, the largest one that can be formed
    • Simple Event - consists of a single outcome (tossing a single die)
    • Compound Event - consists of more than 1 outcome (tossing 2 dice)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

AUB

A
  • (A union B) read as “A or B”
  • is the event consisting of all outcomes that are either in A or in B or in both events
    • i.e. all outcomes in at least one of the events
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A intersection B

A
  • read as “A and B”
    • is the event consisting of all outcomes are in both A and B
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A Complement

A
  • A or Ac read as “A prime” or “A complement”
  • set of all outcomes in sample space S that are not contained in A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Null Event

A
  • ø read as “phi” denotes the null event (event consisting of no outcomes)
    • if A intersection B = ø, then A and B are said to be mutually exclusive or disjoint events
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Mutually Exclusive

A
  • Two events that are mutually exclusive (also called disjoint) if they do not have any elements in common OR it is impossible for them to occur together
  • Formally, A and B are mutually exclusive events if and only if (A intersection B)= ø, where ø represents the null event.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Complementary Events

A
  • If the union of two mutually exclusive events is the sample space S, they are called complementary events
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Independent Events

A
  • Two events are independent if the occurrence of one of the events gives us no information about whether or not the other event will occur
    • i.e. the events have no influence on each other
  • If two events are independent then they cannot be mutually exclusive (disjoint), and vice versa
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Axioms

A
  1. For any event A, P(A) >= 0
  2. P(S) = 1
  3. If A1, A2, A3, …, is an infinite collection of disjoint events , then P(A1 U A2 U A3 U …) = Σ​P(Ai)
  • P(ø) = 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Objective Interpretation of Probability

A
  • The objective interpretation of probability identifies this limiting relative frequency with P(A)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Limiting (long-run) Relative Frequency

A
  • As n gets arbitrarily large, n(A)/n approaches a limiting value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Relative Frequency

A
  • The ratio n(A)/n is called the relative frequency of occurrence that event A in the sequence of n replications
  • As the number of replications increases, the relative frequency of the event begins to stabilize
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Subjective Interpretation of Probability

A
  • Interpretations of probability in such situations, where an event is unrepeatable, are thus referred to as subjective interpretations of probability
  • e.g. “The chances are good for a peace agreement”
  • e.g. “It is likely that our company will be awarded the contract”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

More Probability Properties

A
  • For any event A, P(A) <= 1
  • When events A and B are mutually exclusive events,
    • P(A U B) = P(A) + P(B)
  • When events A and B are not mutually exclusive events,
    • P(A U B) = P(A) + P(B) - P(A ∩ B)
  • For any three events A, B, and C
    • P(A U B)=P(A) + P(B) + P(C) - P(A ∩ B) - P(A ∩ C) - P(B ∩ C) + P(A ∩ B ∩ C)
17
Q

Equally Likely Outcomes

A
18
Q

The Product Rule for Ordered Pairs

A
  • By an ordered pair, we mean that, if O1 and O2 are objects, then the pair (O1 and O2) is different from the pair (O2, O1)
  • e.g. (American, United) and (United, American)
  • If the first element or object of an ordered pair can be selected in n1 ways, and for each of these n1 ways, the second element of the pair can be selected in n2 ways, then the number of pairs is n1n2.
19
Q

Product Rule for k-Tuples

A
  • •We will call an ordered collection of k objects a k-tuple
    (so a pair is a 2-tuple and a triple is a 3-tuple).
  • Total number of 3-Tuples is N=n1n2n3 = (5)(12)(9) = 540 ways to choose first an appliance dealer, then a plumbing contractor, and finally an electrical contractor
20
Q

Permutation

A
  • An ordered subset of size k, from a total of n objects
    • the number of permutations of size k that can be formed from the n individuals or objects in a group will be denoted P k,n
  • P3,7 = (7)(6)(5) = 210
  • Total permutations of size 3 out of 7 items = 3! x total number of combinations
21
Q

Combination

A
  • An unordered subset of size k, from a total of n objects
  • Denoted by Ck,n
  1. C0,n = 1
  2. C1,n = n
  3. Cn,n = 1
22
Q

Relationship between Permutations and Combinations

A
23
Q

Conditional Probability

A
  • P(A|B) = conditional probability of A given that the event B has occurred
  • P(A) is the original, or unconditional probability, of event A
  • For any two events A and B with P(B) > 0, the conditional probability of A given that B has occurred is defined by
24
Q

The Multiplication Rule for P(A ∩ B)

A
  • This rule is important because it is often the case that
    P(A ∩ B) is desired, whereas both P(B) and P(A|B) can be specified from the problem description.
25
Q

Bayes’ Theorem

A
26
Q

The Law of Total Probability

A
  • Let A1, …, Ak be mutually exclusive and exhaustive events
27
Q

Independence

A
  • Two events A and B are independent if P(A|B) = P(A) and are dependent otherwise
  • Multiplication Rule for P(A∩B)
    • A and B are independent if and only if:
      • P(A∩B) = P(A|B) • P(B) = P(A) • P(B)