Lesson: Introduction to Probability Distributions (Applied Mathematics 1)
Hello everyone! Welcome to the lesson on "Introduction to Probability Distributions." Think of this topic as a bridge that connects "Probability" to "Statistics." It appears in the A-Level exam every single year, and once you grasp the fundamental principles, you'll see it’s not as difficult as it seems!
If you feel like mathematics is tough at first, don't worry! We will break it down piece by piece with relatable, everyday examples.
1. Getting to Know "Random Variables"
Before diving into distributions, we need to meet the protagonist of this story: the Random Variable (X).
A random variable is a function that maps the outcomes of a random experiment into "numbers."
Simple Example: If we toss two coins, the results could be (Head, Head), (Head, Tail), etc. But if we define X as the "number of heads," the possible values for X would be 0, 1, or 2.
Types of Random Variables (Very Important!)
We classify random variables into two major types based on the nature of the numbers:
- Discrete Random Variable: Possible values can be counted (usually integers), such as the number of siblings, number of defective products, or exam scores.
- Continuous Random Variable: Possible values can take any value within a range (often decimals), usually resulting from measurement, such as weight, height, or travel time.
Crucial Tip: The calculation methods for these two types are different, so before solving a problem, always identify which type it is!
2. Probability Distribution of a Discrete Random Variable
When we have multiple values of X, we want to know the probability of each occurring. We can represent this in a table or a formula, following two ironclad rules:
- The probability of each value must always be between 0 and 1: \(0 \le P(X=x) \le 1\)
- The sum of probabilities for all values must always equal 1: \(\sum P(X=x) = 1\)
Expected Value and Variance
These represent the "mean" and the "spread" of the random variable in the long run.
- Expected Value: Represented by \(\mu_X\) or \(E(X\))
Formula: \(E(X) = \sum x \cdot P(X=x)\)
(Easy trick: Multiply the "value of X" by "its probability," then add them all together!)
- Variance: Represented by \(\sigma^2_X\) or \(Var(X)\)
Formula: \(Var(X) = \sum (x - \mu_X)^2 \cdot P(X=x)\) or use the shortcut formula \(E(X^2) - [E(X)]^2\)
Did you know? The expected value isn't necessarily a value that must occur in a single trial, but it is the "average" result if you repeat the experiment many times.
3. Binomial Distribution
This is the heart of discrete random variables in the A-Level exam!
The Binomial Distribution is used when an experiment has these characteristics:
- It consists of \(n\) independent repeated trials.
- Each trial has only two outcomes: "Success" (probability = \(p\)) or "Failure" (probability = \(1-p\) or \(q\)).
Binomial Distribution Formula
\(P(X=k) = \binom{n}{k} \cdot p^k \cdot (1-p)^{n-k}\)
Where:
\(n\) = Total number of trials
\(k\) = Number of successful outcomes we are interested in
\(p\) = Probability of success in a single trial
\(\binom{n}{k}\) = The number of combinations, calculated as \(\frac{n!}{k!(n-k)!}\)
Shortcuts you must memorize! (Saves a lot of time in the exam)
- Expected Value: \(\mu_X = np\)
- Variance: \(\sigma^2_X = np(1-p)\)
Example: Guessing on a 10-question test (with 4 choices per question). The probability of getting one right is \(p = 0.25\). Therefore, the expected number of correct guesses is \(10 \times 0.25 = 2.5\) questions.
4. Normal Distribution
For continuous random variables, the probability graph takes the shape of a symmetric "bell curve."
Key Features of the Normal Curve:
- The mean (\(\mu\)), median, and mode are all at the "same point" at the center of the graph.
- The total area under the curve is always 1 (representing total probability).
- The area to the left of the mean is 0.5, and the area to the right is 0.5.
Standard Normal Distribution
Since each random variable has its own unique \(\mu\) and \(\sigma\), making comparisons is difficult. Mathematicians convert everything into a "Z-score."
Conversion Formula: \(Z = \frac{x - \mu}{\sigma}\)
Crucial Tip: Once converted to Z, the mean always becomes 0 and the standard deviation becomes 1.
How to find area (probability) from the Z-table:
- Always draw the bell curve (it helps you avoid getting lost).
- Convert the \(x\) value into a \(Z\) value using the formula above.
- Look up the value in the Z-table, taking care to note if the table provides the area from 0 to Z or the cumulative area from the far left.
Common Pitfall: For a continuous random variable, \(P(X=a) = 0\) always, because we cannot calculate the area of a single line. Therefore, \(P(X \le a)\) is equivalent to \(P(X < a)\) (this is different from the binomial distribution!).
Key Takeaways
1. Categorize: Discrete (Countable/Binomial) vs. Continuous (Measurable/Normal)
2. Binomial: Memorize the formulas \(np\) and \(npq\).
3. Normal: Sketch the graph before calculating Z-scores.
4. Stay Alert: Total probability must always be 1. If your result is higher, you might be heading in the wrong direction!
"Effort doesn't guarantee success, but it brings you closer to it every single day. Keep going, everyone!"