MATH 201: Statistics & Probability › Lesson 3 of 10

Probability Fundamentals

Lesson 3 · OKSTEM College · AS Computer Science

Probability Fundamentals

Study Probability Fundamentals — complete the practice problems in your notebook.

Interactive Lab

Knowledge Check

P(A) = 0.4, P(B) = 0.3, and A and B are mutually exclusive. P(A or B) = ?

0.12 = 0.4×0.3 — that is P(A∩B) for independent events, not P(A∪B).
Correct — mutually exclusive means P(A∩B)=0, so P(A∪B)=0.4+0.3=0.7… wait, re-check.
Correct — mutually exclusive events: P(A∪B) = P(A)+P(B) = 0.4+0.3.
0.1 = P(B)−P(A) which has no standard meaning.
📖 Quick Recap

For mutually exclusive events P(A∪B) = P(A)+P(B). Multiplication applies to independent events' intersection.

📖 Quick Recap

Actually: 0.4+0.3=0.7, not 0.58. For mutually exclusive: P(A∪B) = P(A)+P(B) = 0.7.

📖 Quick Recap

Subtraction of probabilities isn't a standard operation. Use the addition rule: P(A∪B)=P(A)+P(B)−P(A∩B).

Two events are independent if:

That is the addition rule for mutually exclusive events, not independence.
Correct — knowing A occurred gives no information about B.
P(A|B)=P(A) is independence (not P(B)).
Mutually exclusive means P(A∩B)=0, which is usually not independence.
📖 Quick Recap

Independence: P(A∩B) = P(A)·P(B). The additive formula P(A)+P(B) applies to mutually exclusive unions.

📖 Quick Recap

Independence means P(A|B) = P(A): the conditional probability equals the marginal. P(A|B)=P(B) mixes up A and B.

📖 Quick Recap

Mutually exclusive: if A occurs, B cannot → very dependent! Independence is a different concept.

Bayes' theorem is primarily used to:

Bayes' theorem is about conditional probabilities, not descriptive statistics.
Correct — Bayes' theorem reverses conditional probabilities.
Standard deviation is a descriptive statistic; Bayes is inferential.
Correlation uses Pearson's r or Spearman's ρ, not Bayes' theorem.
📖 Quick Recap

Bayes: P(A|B) = P(B|A)·P(A)/P(B). It updates prior probabilities given new evidence.

📖 Quick Recap

Standard deviation measures spread. Bayes computes updated belief: posterior = likelihood × prior / marginal.

📖 Quick Recap

Correlation measures linear association. Bayes updates conditional probabilities.

A bag has 3 red and 2 blue marbles. You draw one (not replaced), then draw again. P(both red) = ?

9/25 assumes replacement (3/5 × 3/5). Here there is no replacement.
Correct — P(R₁)=3/5, P(R₂|R₁)=2/4=1/2. Product = 3/10.
6/25 = 3/5 × 2/5, which uses P(R₂)=2/5 as if drawing from 5 again — that's with replacement minus one red.
1/2 doesn't account for the first draw probability.
📖 Quick Recap

With replacement: P = (3/5)² = 9/25. Without replacement: P = (3/5)×(2/4) = 6/20 = 3/10.

📖 Quick Recap

After removing one red marble there are 4 left (2 red, 2 blue). P(R₂|R₁) = 2/4, not 2/5.

📖 Quick Recap

P(both red) = P(R₁) × P(R₂|R₁) = 3/5 × 2/4 = 3/10, not 1/2.

Complement rule: P(A') = ?

This gives a negative number when P(A)<1, which is invalid.
Correct — event A or its complement must occur: P(A)+P(A')=1.
That's not the complement rule — it's P(A)·P(A') which equals P(A)(1−P(A)).
That's the addition rule for mutually exclusive events, not a complement.
📖 Quick Recap

Probabilities are ≥ 0. The complement: P(A') = 1 − P(A), not P(A)−1.

📖 Quick Recap

Complement rule: P(A')=1−P(A). You don't multiply probabilities to find a complement.

📖 Quick Recap

P(A')=1−P(A) by definition. There's no B in this relationship.

← PreviousNext →