概率gàilǜ
Core Concept
Probability is a numerical measure of the likelihood that a random event will occur, describing how likely an outcome is in a random experiment.
Mathematical Definition
For a random event , its probability is a real number between 0 and 1:
where:
- : impossible event
- : certain event
- : random event
Classical Probability
When a random experiment satisfies:
- Finite number of possible outcomes
- All outcomes are equally likely
Then the probability of event is:
Basic Properties of Probability
Property 1: Complementary Events
If events and are complementary:
Property 2: Addition Rule
For any two events and :
Special case: When and are mutually exclusive ():
Property 3: Conditional Probability
The probability of event given that event has occurred:
Property 4: Independent Events
If events and are independent:
Common Calculation Methods
Method 1: Enumeration
Use: When number of outcomes is small
Example: Rolling two dice, find probability sum equals 7?
Analysis:
- Total outcomes:
- Sum = 7: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1) → 6 cases
Method 2: Combinatorics
Use: When number of outcomes is large
Example: Drawing 5 cards from 52-card deck, probability of exactly 3 Aces?
Analysis:
- Total ways:
- Ways to get 3 Aces:
Real-World Applications
Application 1: Lottery Problem
Problem: Box has 5 red and 3 white balls. Draw 2 balls, find probability of 1 red and 1 white.
Analysis:
- Total ways:
- 1 red, 1 white:
Application 2: Quality Control
Problem: Product has 95% pass rate. Find probability of defect when randomly selecting 1 item.
Analysis: Let = pass event, then = defect event
Application 3: Weather Forecast
Problem: Tomorrow's rain probability is 70%. If rain, traffic jam probability is 80%; if no rain, 30%. Find jam probability.
Analysis: Let = rain, = traffic jam
Answer: 65% probability of traffic jam
CSCA Practice Problems
💡 Note: The following practice problems are designed based on the CSCA exam syllabus and Chinese standardized test formats to help students familiarize themselves with question types and problem-solving approaches.
Example 1: Basic (Difficulty ★★☆☆☆)
Randomly select one integer from 1 to 10. What's the probability of selecting an even number?
Options:
- A.
- B.
- C.
- D.
Solution:
Total outcomes: 10
Even numbers: 2, 4, 6, 8, 10 → 5 numbers
Answer: D
Example 2: Intermediate (Difficulty ★★★☆☆)
Bag has 5 red and 3 white balls. Draw 2 balls randomly. Find probability of at least 1 red ball.
Solution:
Method 1: Direct approach At least 1 red = exactly 1 red + exactly 2 red
Method 2: Complement (simpler!) Complement of "at least 1 red" = "0 red" (i.e., 2 white)
Answer:
Example 3: Advanced (Difficulty ★★★★☆)
Two people independently solve the same problem. Person A solves with probability 0.7, Person B with 0.8. Find:
- Probability both solve it
- Probability exactly one solves it
- Probability at least one solves it
Solution:
Let = "A solves", = "B solves"
Given: ,
(1) Both solve:
(2) Exactly one solves:
(3) At least one solves: Use complement
Answers: (1) 0.56 (2) 0.38 (3) 0.94
Common Mistakes
❌ Mistake 1: Probability > 1
Correction: Probability range is . If result exceeds this, calculation is wrong.
❌ Mistake 2: Using direct method for "at least" problems
Wrong: Enumerate all cases (easy to miss some)
Correct: Use complement method: "at least one" = 1 - "none"
❌ Mistake 3: Confusing independence with mutual exclusivity
Mutually exclusive: Can't occur together (),
Independent: One doesn't affect the other ()
Completely different!
❌ Mistake 4: Forgetting conditions in conditional probability
Correction: (unless and are independent)
Study Tips
- ✅ Master basic concepts: Sample space, elementary events, random events
- ✅ Memorize formulas: Complement, addition rule, conditional probability
- ✅ Choose right method: Enumeration for simple, combinatorics for complex
- ✅ Use complements wisely: "At least" problems are easier with complements
- ✅ Distinguish independence vs exclusivity: Different definitions and formulas
💡 Exam Tip: Probability is core CSCA statistics content, accounting for about 40% of statistics problems. Complement method and independent events are frequently tested!