Loading...
Loading...
Plain English Definition:
"A AND B" means: both conditions must be true at the same time. The outcome must satisfy condition A and also satisfy condition B.
Think of it as a filter:
Start with all outcomes, then filter to keep only those that pass both tests. Each additional "AND" condition makes the set smaller (or stays the same).
Intuition:
The more requirements you add, the harder it is to satisfy all of them. "Being tall" has many people. "Being tall AND being a doctor" has fewer. "Being tall AND being a doctor AND being left-handed" has even fewer.
Mathematical fact:
and
The intersection can never be bigger than either individual event.
What is the probability of rolling a number that is both even AND greater than 3?
Candidates: 2, 4, 6
Candidates: 4, 5, 6
Go through each number and check both conditions:
Only 4 and 6 satisfy both conditions!
Count outcomes that pass both tests
We found 2 numbers (4 and 6) that satisfy both conditions.
Divide by total outcomes
As always, probability = (favorable outcomes) / (total outcomes)
Final Answer:
There's a 1 in 3 chance of rolling a number that is both even and greater than 3.