Apply conditional probability in DI contexts: given one condition, what is the probability of another? Master Bayes' intuition.
Apply conditional probability in DI contexts: given one condition, what is the probability of another? Master Bayes' intuition.
Review the core rule: P(A|B) = P(A∩B) / P(B)
Always verify axis labels and legends before extracting values.
Check units on every axis before computing ratios or changes.
GI data requires interpolation — use approximate values and pick the closest answer.
Reduced sample space — always identify what you're dividing by.
If group sizes differ, compute weighted average, not simple mean.
One counterexample makes a universal statement False.
Conclusions are limited to the data range provided, not broader populations.
Absolute change ($) and relative change (%) answer different questions.
P(at least one) = 1 − P(none). In set logic, use complement for "not" conditions.
P(A∩B) = 0.12, P(B) = 0.4. P(A|B) = ?
Of 200 survey respondents, 80 are women and 60 of those women prefer Brand X. P(Brand X | Woman) = ?
A table shows: 40 men like product A, 60 men don't; 50 women like A, 30 don't. Total sample = 180. P(like A | female) = ?
P(A) = 0.5, P(B) = 0.4, P(A∩B) = 0.2. Are A and B independent?
A doctor's test for a disease has: sensitivity = 90% (P(positive|disease)) and the disease prevalence = 10%. P(disease AND positive test) = ?
From a class of 30 students, 18 passed Math, 15 passed English, 9 passed both. Given a student passed Math, P(also passed English) = ?
P(A|B) = P(A) implies:
In a company: 40% are senior, 60% junior. 30% of seniors and 20% of juniors are in management. P(management) = ?
A bag has 3 red, 7 blue balls. Two drawn without replacement. P(second is red | first is blue) = ?
P(A|B) can be greater than P(A) when:
Conditional probability: probability of A given B has occurred.
Condition B restricts you to the subset where B is true. Compute within that subset.
Used to update beliefs given new evidence.
Given one row's total, compute within-row fractions for conditional questions.