1.1.2 Probability Theory Flashcards

1
Q

What is probability?

A

A measure of how likely an event is to occur, represented by a number between 0 and 1.

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

How do we denote the probability of an event A?

A

P(A), where A is the event.

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

What are the three basic properties of probability?

A
  1. 0 ≤ P(A) ≤ 1 for any event A.
  2. P(∅) = 0 (the probability of an impossible event is 0).
  3. P(S) = 1 (the probability of the entire sample space is 1).
  4. The union of all events is equal to their sum
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the Additive Law of Probability?

A

For any two events A and B:
P(A ∪ B) = P(A) + P(B) - P(A ∩ B)
If A and B are mutually exclusive, then:
P(A ∪ B) = P(A) + P(B)

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

What is the formula for the union of three events?

A

P(A ∪ B ∪ C) = P(A) + P(B) + P(C) - P(A ∩ B) - P(B ∩ C) - P(A ∩ C) + P(A ∩ B ∩ C)
This corrects for overcounting intersections.

Think venn diagrams

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

What is the Law of Total Probability?

A

If B1, B2, …, Bn form a partition of the sample space, then for any event A:
P(A) = P(A ∩ B1) + P(A ∩ B2) + … + P(A ∩ Bn)
or rewritten using conditional probability:
P(A) = P(A | B1) P(B1) + P(A | B2) P(B2) + … + P(A | Bn) P(Bn)

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

What are De Morgan’s Laws?

A
  1. (A ∪ B)c = Ac ∩ Bc (the complement of a union is the intersection of complements).
  2. (A ∩ B)c = Ac ∪ Bc (the complement of an intersection is the union of complements).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

true or false? if A is a subset of B then P(A) is equal to or less than P(B).

A

true

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

what is the special case of law of total prob/total prob thrm where there are only two partitions?

A

P(B) = P(B intersect A) + P(B intersect A^c)

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