10. Topic 10(COLON) Multivariable and Statistical Mathematics

Lesson 10.3: Probability And Discrete Distributions

#### Lesson focus #### Learning outcomes Students should be able to:.

Lesson 10.3: Probability and Discrete Distributions

Introduction

Welcome to Lesson 10.3! In this lesson, we will dive into the fascinating world of probability and discrete distributions. By the end of this lesson, you will understand key concepts such as the addition and multiplication laws of probability, conditional probability, independence, and how to utilize the binomial and Poisson distributions. 🌟

Learning Objectives

  • Understand the addition and multiplication laws of probability
  • Explore conditional probability and independence
  • Learn the binomial distribution and its applications
  • Understand the Poisson distribution
  • Calculate expectation and variance of discrete random variables
  • Apply probability laws in real-world scenarios

Let's get started! 🚀

1. Understanding Probability

Probability is the measure of the likelihood of an event happening. It ranges from 0 (impossible event) to 1 (certain event). For example, when flipping a fair coin, the probability of getting heads is $P(H) = \frac{1}{2}$.

1.1 Addition Law of Probability

The addition law states that if you have two events, $A$ and $B$, the probability of either event occurring can be expressed as:

$$ P(A \cup B) = P(A) + P(B) - P(A \cap B) $$

Here, $P(A \cup B)$ is the probability of event $A$ or $B$ occurring, $P(A \cap B)$ is the probability of both events happening simultaneously.

Example

Let's say you want to find the probability of rolling a 2 or a 3 on a fair six-sided die. The probabilities are:

  • $P(2) = \frac{1}{6}$
  • $P(3) = \frac{1}{6}$

Since these two events cannot happen at the same time ($P(2 \cap 3) = 0$), we can apply the addition law:

$$ P(2 \cup 3) = P(2) + P(3) = \frac{1}{6} + \frac{1}{6} = \frac{2}{6} = \frac{1}{3} $$

1.2 Multiplication Law of Probability

The multiplication law is used to find the probability of both events occurring. If $A$ and $B$ are independent events, the multiplication law is given by:

$$ P(A \cap B) = P(A) \times P(B) $$

Example

If the coin flip is independent, then if you flip a coin twice, the probability of getting heads both times is:

$$ P(H \cap H) = P(H) \times P(H) = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4} $$

2. Conditional Probability

Conditional probability is the measure of the probability of an event occurring given that another event has already occurred. It is denoted as $P(A | B)$, which is the probability of $A$ given $B$. The formula is:

$$ P(A | B) = \frac{P(A \cap B)}{P(B)} $$

Example

Let's say you have a deck of cards, and you want to find the probability of drawing an Ace given that you have drawn a Spade. There are 13 Spades and 1 Spade that is also an Ace. Thus, the probability is:

$$ P(Ace | Spade) = \frac{P(Ace \cap Spade)}{P(Spade)} = \frac{\frac{1}{52}}{\frac{13}{52}} = \frac{1}{13} $$

3. Independence

Events $A$ and $B$ are said to be independent if the occurrence or non-occurrence of one does not affect the other. If they are independent, then:

$$ P(A | B) = P(A) $$

Example

If you roll a die and flip a coin, the outcome of the die has no effect on the coin flip. Hence:

$$ P(H | 3) = P(H) = \frac{1}{2} $$

4. Discrete Distributions

Now, let's explore two important discrete distributions - the binomial and Poisson distributions.

4.1 Binomial Distribution

The binomial distribution is used to model the number of successes in a fixed number of independent Bernoulli trials (yes/no experiments). The probability of exactly $k$ successes in $n$ trials is given by:

$$ P(X = k) = \binom{n}{k} p^k (1-p)^{n-k} $$

where:

  • $n$ is the number of trials
  • $k$ is the number of successes
  • $p$ is the probability of success in a single trial

Example

Suppose you flip a coin 3 times (where getting heads is a success). The probability of getting 2 heads can be calculated as:

$$ P(X = 2) = \binom{3}{2} \left(\frac{1}{2}

$ight)^2 \left(\frac{1}{2}$

ight)^{3-2} = $3 \times$ $\frac{1}{4}$ $\times$ $\frac{1}{2}$ = $\frac{3}{8}$ $$

4.2 Poisson Distribution

The Poisson distribution models the number of times an event occurs in a fixed interval of time or space. The probability of observing $k$ events is:

$$ P(X = k) = \frac{\lambda^k e^{-\lambda}}{k!} $$

where:

  • $\lambda$ is the average number of events in the interval
  • $e$ is Euler's number (approximately 2.71828)

Example

If on average, 4 customers arrive at a store every hour, the probability that exactly 3 customers arrive in the next hour is:

$$ P(X = 3) = \frac{4^3 e^{-4}}{3!} = \frac{64 e^{-4}}{6}$$

Conclusion

In this lesson, we covered the laws of probability, conditional probability, independence, and two important discrete distributions: binomial and Poisson. These concepts are essential for understanding and working with probabilistic data! 🎉

Study Notes

  • Probability ranges from 0 to 1
  • Addition law: $P(A \cup B) = P(A) + P(B) - P(A \cap B)$
  • Multiplication law for independent events: $P(A \cap B) = P(A) \times P(B)$
  • Conditional probability: $P(A | B) = \frac{P(A \cap B)}{P(B)}$
  • Binomial distribution: $P(X = k) = \binom{n}{k} p^k (1-p)^{n-k}$
  • Poisson distribution: $P(X = k) = \frac{\lambda^k e^{-\lambda}}{k!}$

Practice Quiz

5 questions to test your understanding

Lesson 10.3: Probability And Discrete Distributions — Further Mathematics | A-Warded