Determine whether events are independent based on conditional probabilities (SAT).
Check independence by comparing
核心知识
Two events are independent when knowing one occurred doesn't change the probability of the other. Check whether
深入理解
Independence is a specific relationship: event A is independent of event B when
In words: learning that B happened gives you no new information about A.
If
On the SAT, you'll usually be given a two-way table and asked whether two categories are independent. The test:
- Compute
using the grand total.𝑃 ( 𝐴 ) - Compute
using the B subtotal.𝑃 ( 𝐴 ∣ 𝐵 ) - Compare. Same? Independent. Different? Dependent.
Equivalently, you can check
A common trap: students assume that two events being "unrelated in real life" means they're independent. On the SAT, independence is a mathematical property you verify with numbers, not intuition.
分步讲解
- Compute
from the overall totals.𝑃 ( 𝐴 ) - Compute
from the B subgroup.𝑃 ( 𝐴 ∣ 𝐵 ) - If
, the events are independent. If they differ, the events are dependent.𝑃 ( 𝐴 ∣ 𝐵 ) = 𝑃 ( 𝐴 ) - Alternatively, check whether
.𝑃 ( 𝐴 a n d 𝐵 ) = 𝑃 ( 𝐴 ) × 𝑃 ( 𝐵 )
常见误解
- Assuming events are independent because they seem unrelated in everyday reasoning.
- Confusing independent with mutually exclusive — mutually exclusive events (can't both happen) are actually dependent unless one has probability 0.
- Rounding both probabilities and then claiming they're equal when exact fractions differ.
示例解析
A school surveyed 300 students about pet ownership and instrument playing. 120 students own a pet, 90 play an instrument, and 36 both own a pet and play an instrument. Based on this data, are the events "owns a pet" and "plays an instrument" independent?
选择一个答案查看解析