Recitation-4 (Probability Recall) Flashcards

(20 cards)

1
Q

What is a sample space in probability, and how do you recognize it in a problem?

A

The sample space is the complete set of all possible outcomes of a random experiment. Notation: S. E.g., for rolling one die: S = {1,2,3,4,5,6}

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

How is an event different from the sample space?

A

An event is any subset of the sample space. It represents outcomes we’re interested in. Example: Event ‘sum is 7’ when rolling 2 dice: E = {(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)}

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

What do the operations ∪, ∩, and complement mean for events?

A

Union: A ∪ B → either A or B happens. Intersection: A ∩ B → both A and B happen. Complement: Aᶜ → event A does not happen.

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

What are the three basic properties (axioms) of a probability function?

A

Non-negativity: P(E) ≥ 0. Normalization: P(S) = 1. Additivity: If E₁ ∩ E₂ = ∅ → P(E₁ ∪ E₂) = P(E₁) + P(E₂)

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

What is a random variable, and how is it used in problems?

A

A random variable X maps outcomes (in S) to real values. It summarizes outcomes numerically. E.g., X = sum of two dice rolls → X(1,3) = 4

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

How do you calculate the probability of a random variable taking a specific value?

A

Add up the probabilities of all outcomes that map to that value. E.g., P(X = 4) = P((1,3)) + P((2,2)) + P((3,1))

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

What is the expected value of a discrete random variable?

A

E(X) = ∑ x · P(x). It gives the average value you’d expect over many trials.

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

What is the expected value in the continuous case?

A

E(X) = ∫ x · f(x) dx, where f(x) is the probability density function (pdf).

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

What are the formulas for variance and standard deviation?

A

Variance: σ² = E[(X - μ)²]. Standard deviation: σ = √Var(X)

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

What’s the formula for P(A ∪ B)?

A

P(A ∪ B) = P(A) + P(B) - P(A ∩ B)

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

What is the expanded formula for three events?

A

P(A ∪ B ∪ C) = P(A) + P(B) + P(C) - P(A∩B) - P(A∩C) - P(B∩C) + P(A∩B∩C)

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

What is conditional probability and its formula?

A

P(A|B) = P(A ∩ B) / P(B). It’s the chance of A happening given B already happened.

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

If 90% of students pass, and 90% of those studied, what’s P(Pass ∩ Learn)?

A

P(Pass ∩ Learn) = P(Pass) × P(Learn | Pass) = 0.9 × 0.9 = 0.81

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

How can you compute the total probability of an event from joint probabilities?

A

Use: P(Learn) = P(Pass ∩ Learn) + P(Fail ∩ Learn)

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

How do you compute conditional probability in reverse?

A

Use Bayes-like logic: P(Pass | Learn) = P(Pass ∩ Learn) / P(Learn)

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

When are two events A and B independent?

A

If: P(A ∩ B) = P(A) × P(B). Also implies: P(A | B) = P(A)

17
Q

What’s the key difference between independence and mutual exclusivity?

A

Independent: knowing one doesn’t affect the other. Mutually exclusive: both can’t happen at the same time.

18
Q

What is the shortcut to calculate conditional probability from tables or examples?

A

Look for: P(A ∩ B) / P(B) → focus on joint over condition base

19
Q

What’s a good memory hook for conditional probability?

A

Think: ‘Of the times B happens, how often does A also happen?’ That’s P(A|B)!

20
Q

What is a common mistake when using conditional probability?

A

Reversing the condition: P(A|B) ≠ P(B|A). Always check which is known, and which is being asked.