🎯 SAT Conditional Probability: The Hidden “Given That” Trick
Conditional probability looks complicated on the SAT because the question often hides the mathematics inside a table, survey, experiment, or real-life situation.
But the core idea is surprisingly simple:
When the question says “given that,” your universe becomes smaller.
That one idea can turn a difficult-looking SAT probability question into a short calculation.
🔑 1. The Basic Conditional Probability Formula
If the question asks for the probability of A given B, write:
P(A | B) = P(A and B) ÷ P(B)
The vertical bar | means:
“given that”
So:
P(A | B)
means:
“the probability of A, given that B has already happened.”
The most important part is the denominator:
⭐ The denominator is the condition.
If you see:
P(A | B)
start by asking:
“How many outcomes satisfy B?”
That becomes your new total.
🧠 2. The SAT Shortcut
Suppose a survey contains 200 students.
• 120 study mathematics
• 80 study physics
• 50 study both mathematics and physics
What is the probability that a randomly selected student studies mathematics given that the student studies physics?
The phrase “given that the student studies physics” changes the problem.
You are no longer choosing from all 200 students.
You are choosing only from the 80 students who study physics.
Among those 80 students, 50 also study mathematics.
Therefore:
P(Math | Physics) = 50 ÷ 80
= 5 ÷ 8
= 0.625
= 62.5%
🚨 SAT trap:
A common mistake is:
50 ÷ 200
That would answer a different question:
What percentage of ALL students study both subjects?
The SAT is testing whether you notice the words:
“given that”
📊 3. Two-Way Tables Make Conditional Probability Easier
Many SAT questions present information in a table.
Consider this example:
| Uses Calculator | Does Not Use Calculator | Total | |
|---|---|---|---|
| Group A | 36 | 24 | 60 |
| Group B | 28 | 12 | 40 |
| Total | 64 | 36 | 100 |
Suppose a student is selected from those who use a calculator.
What is the probability that the student belongs to Group A?
The condition is:
Uses Calculator
So the denominator is:
64
The favorable outcomes are Group A students who use a calculator:
36
Therefore:
P(Group A | Uses Calculator)
= 36 ÷ 64
= 9 ÷ 16
= 0.5625
So the answer is:
56.25%
⚠️ 4. The Denominator Test
Whenever you see a conditional probability problem, perform this three-second test:
Step ① Find the words after “given that.”
Step ② Find the total number belonging to that condition.
Step ③ Divide the desired intersection by that total.
For example:
P(A | B)
means:
Desired = A and B
Total = B
Therefore:
P(A | B) = (A and B) ÷ B
This is one of the most useful patterns to recognize on the SAT.
🔥 5. “And” vs “Given”
These two expressions look similar but mean very different things.
P(A and B)
asks for the probability that both events happen.
P(A | B)
asks for the probability that A happens among the cases where B is already known to happen.
For example, suppose 100 students are surveyed.
• 40 play basketball
• 30 play soccer
• 15 play both
Then:
P(Basketball and Soccer)
= 15 ÷ 100
= 15%
But:
P(Basketball | Soccer)
= 15 ÷ 30
= 50%
Same intersection.
Different denominator.
That is the entire trick.
🎯 6. A SAT-Style Example
A school surveys 300 students about whether they participate in music or sports.
The results are:
• 180 participate in sports
• 120 participate in music
• 75 participate in both
A student who participates in music is selected at random.
What is the probability that the student also participates in sports?
The phrase:
“A student who participates in music is selected”
creates the condition.
Therefore, the total possible students are:
120
The students satisfying both conditions are:
75
So:
P(Sports | Music)
= 75 ÷ 120
= 5 ÷ 8
= 0.625
Answer:
62.5%
🧩 7. Watch for “Among”
The SAT may avoid the words “given that” and use another phrase.
Watch for:
among
of those who
for students who
from the group that
if the selected student is known to
All of these can signal a restricted sample.
For example:
Among students who own a bicycle, 18 out of 30 ride to school.
The probability that a randomly selected bicycle owner rides to school is:
18 ÷ 30 = 60%
The denominator is 30, not the total number of students in the school.
📐 8. Conditional Probability From a Formula
Sometimes the SAT gives probabilities instead of counts.
Suppose:
P(A) = 0.40
P(B) = 0.50
and
P(A and B) = 0.20
Find:
P(A | B)
Use:
P(A | B) = P(A and B) ÷ P(B)
Therefore:
P(A | B) = 0.20 ÷ 0.50
= 0.40
Answer:
40%
Notice that you don't need to create a table.
The same idea works with probabilities, percentages, fractions, or counts.
💡 9. The Reverse Conditional Probability Trap
This is an especially important SAT idea.
In general:
P(A | B) ≠ P(B | A)
For example:
Suppose:
• 60 students play soccer
• 40 students play basketball
• 20 play both
Then:
P(Soccer | Basketball)
= 20 ÷ 40
= 50%
But:
P(Basketball | Soccer)
= 20 ÷ 60
= 33⅓%
The numerator is the same.
The denominator changes.
⭐ Remember:
The condition controls the denominator.
🧮 10. Turning Percentages Into Counts
SAT questions sometimes give percentages rather than actual numbers.
Suppose 40% of students own a tablet.
Among students who own a tablet, 75% also own a laptop.
What percentage of ALL students own both?
Imagine there are 100 students.
Tablet owners:
40
Of those 40, 75% own a laptop:
0.75 × 40 = 30
Therefore:
30%
of all students own both.
This gives a useful relationship:
P(A and B) = P(B) × P(A | B)
So:
P(A and B) = 0.40 × 0.75
= 0.30
= 30%
🚨 11. A Classic SAT Mistake
Suppose:
P(A) = 60%
and
P(B | A) = 25%
A student might incorrectly say:
P(A and B) = 60% + 25%
That is wrong.
The 25% applies only to the group A.
Use:
P(A and B) = P(A) × P(B | A)
Therefore:
= 0.60 × 0.25
= 0.15
So:
15%
of the entire population belongs to both groups.
📈 12. Conditional Probability and Tables
A table can often be converted directly into a probability.
Suppose:
| Passed | Did Not Pass | Total | |
|---|---|---|---|
| Studied | 72 | 18 | 90 |
| Did Not Study | 24 | 36 | 60 |
| Total | 96 | 54 | 150 |
Question:
What is the probability that a student studied, given that the student passed?
The condition is:
Passed
So use the Passed column.
Total who passed:
96
Passed and studied:
72
Therefore:
P(Studied | Passed)
= 72 ÷ 96
= 3 ÷ 4
= 75%
🧠 13. The “Shrink the Universe” Method
Here is a powerful way to think about every conditional probability problem.
Imagine that the entire group is a large circle.
When the question says:
“given that B”
you throw away everything outside B.
Now your entire universe is:
B
Then ask:
How much of B is also A?
That gives:
A ∩ B ÷ B
or:
P(A | B) = P(A ∩ B) ÷ P(B)
This mental picture is often easier than memorizing a formula.
🎯 14. SAT Challenge Question
A survey of 400 students found:
• 240 students use a particular study app.
• 160 students use a particular online course.
• 100 students use both.
If a student who uses the online course is selected at random, what is the probability that the student also uses the study app?
Step 1: Identify the condition.
The student uses the online course.
So the denominator is:
160
Step 2: Find the intersection.
Both:
100
Step 3: Divide.
100 ÷ 160
= 5 ÷ 8
= 0.625
Answer:
62.5%
🔍 15. The Fastest Way to Solve These Questions
When you see a conditional probability question, don't immediately calculate.
First write:
Condition = ______
Then:
Total in condition = ______
Then:
Favorable within condition = ______
Finally:
Probability = favorable ÷ condition
For:
P(A | B)
write:
Condition → B
Total → B
Favorable → A ∩ B
Answer → (A ∩ B) ÷ B
This prevents one of the most common denominator errors.
🏆 16. What to Remember on Test Day
You do not need a complicated strategy.
Remember these five rules:
① “Given that” means the sample space changes.
② The condition becomes the denominator.
③ “And” usually points toward the intersection.
④ P(A | B) and P(B | A) are usually different.
⑤ For a two-way table, locate the condition's row or column first.
⚡ The 10-Second SAT Method
When the clock is running:
GIVEN → DENOMINATOR
AND → INTERSECTION
CONDITIONAL → SHRINK THE GROUP
PROBABILITY → FAVORABLE ÷ TOTAL
So if you see:
P(A | B)
think immediately:
“Within B, how many are also A?”
That single question can solve many conditional probability problems quickly.
📌 Final Takeaway
Conditional probability is not really about complicated probability.
It is about choosing the correct universe.
The SAT may disguise the condition inside:
• a survey
• a two-way table
• percentages
• a real-world situation
• a probability statement
• or a sentence containing “among”
But the underlying structure remains:
P(A | B) = P(A and B) ÷ P(B)
And the most important memory trick is:
⭐ GIVEN = DENOMINATOR ⭐
Once that becomes automatic, many SAT probability questions become much shorter.
explore more pages
SAT MATH FORMULA SHEET FOR QUICK REFERENCE
ALGEBRA
SO;VING LINEAR EQUATIONS [PART 1]
SOLVING LINEAR EQUATIONS [PART II]
SYSTEM OF EQUATIONS [ PART I ]
SAT Systems of Equations: Part 2 — Hard Questions, Word Problems, Graphs, Parameters & SAT Tricks
PARAMETER QUESTIONS IN SYSTEMS OF LINEAR EQUATIONS
QUADRATIC EQUATIONS [PART I]
QUADRATIC EQUATIONS [PART II]
PERCENTAGES
PERCENTAGES [introduction]
PERCENTAGE INCREASE AND DECREASE
SUCCESSIVE PERCENTAGES DISCOUNT PROFIT LOSS
No comments:
Post a Comment
please leave your comments