holmes.susan27
holmes.susan27 12h ago โ€ข 0 views

Solved Problems: Constructing Discrete Probability Distributions

Hey everyone! ๐Ÿ‘‹ I'm trying to wrap my head around discrete probability distributions. It's kinda confusing knowing where to start. ๐Ÿค” Anyone have a simple explanation or some solved examples? Thanks!
๐Ÿงฎ Mathematics
๐Ÿช„

๐Ÿš€ Can't Find Your Exact Topic?

Let our AI Worksheet Generator create custom study notes, online quizzes, and printable PDFs in seconds. 100% Free!

โœจ Generate Custom Content

1 Answers

โœ… Best Answer
User Avatar
smith.mary40 Jan 7, 2026

๐Ÿ“š Understanding Discrete Probability Distributions

A discrete probability distribution describes the probability of occurrence of each value of a discrete random variable. A discrete random variable is a variable whose value can only take on a finite number of values or a countably infinite number of values. Let's break it down!

๐Ÿ“œ History and Background

The formal study of probability distributions emerged in the context of games of chance during the 17th century. Pioneers like Blaise Pascal and Pierre de Fermat laid the groundwork. Over time, mathematicians and statisticians generalized these concepts, leading to the development of various probability distributions, including the discrete distributions we use today.

๐Ÿ”‘ Key Principles

  • ๐Ÿ”ข Random Variable: A variable whose value is a numerical outcome of a random phenomenon. For example, the number of heads when flipping a coin four times.
  • ๐Ÿ“Š Probability Mass Function (PMF): A function that gives the probability that a discrete random variable is exactly equal to some value. Mathematically, $P(X = x)$.
  • โž• Sum of Probabilities: The sum of the probabilities for all possible values of the random variable must equal 1. That is, $\sum P(X = x) = 1$.
  • ๐Ÿ“ˆ Cumulative Distribution Function (CDF): Gives the probability that the random variable $X$ takes on a value less than or equal to $x$. Mathematically, $F(x) = P(X \leq x)$.

๐Ÿ’ก Solved Problems and Examples

Example 1: Coin Toss

Suppose you flip a fair coin twice. Let $X$ be the number of heads. Construct the probability distribution of $X$.

Solution:

The possible outcomes are HH, HT, TH, TT. Therefore, the possible values of $X$ are 0, 1, and 2.

  • ๐Ÿช™ $P(X = 0) = P(TT) = \frac{1}{4}$
  • ๐Ÿช™ $P(X = 1) = P(HT) + P(TH) = \frac{1}{4} + \frac{1}{4} = \frac{2}{4} = \frac{1}{2}$
  • ๐Ÿช™ $P(X = 2) = P(HH) = \frac{1}{4}$

The probability distribution is:

$x$ $P(X = x)$
0 $\frac{1}{4}$
1 $\frac{1}{2}$
2 $\frac{1}{4}$

Example 2: Rolling a Die

Roll a fair six-sided die. Let $Y$ be the number rolled. Construct the probability distribution of $Y$.

Solution:

The possible values of $Y$ are 1, 2, 3, 4, 5, 6. Since the die is fair, each outcome has a probability of $\frac{1}{6}$.

  • ๐ŸŽฒ $P(Y = 1) = \frac{1}{6}$
  • ๐ŸŽฒ $P(Y = 2) = \frac{1}{6}$
  • ๐ŸŽฒ $P(Y = 3) = \frac{1}{6}$
  • ๐ŸŽฒ $P(Y = 4) = \frac{1}{6}$
  • ๐ŸŽฒ $P(Y = 5) = \frac{1}{6}$
  • ๐ŸŽฒ $P(Y = 6) = \frac{1}{6}$

The probability distribution is:

$y$ $P(Y = y)$
1 $\frac{1}{6}$
2 $\frac{1}{6}$
3 $\frac{1}{6}$
4 $\frac{1}{6}$
5 $\frac{1}{6}$
6 $\frac{1}{6}$

Example 3: Drawing Balls from an Urn

An urn contains 3 red balls and 2 blue balls. Two balls are drawn without replacement. Let $Z$ be the number of red balls drawn. Construct the probability distribution of $Z$.

Solution:

The possible values of $Z$ are 0, 1, and 2.

  • ๐Ÿ”ด $P(Z = 0) = P(BB) = \frac{2}{5} \times \frac{1}{4} = \frac{2}{20} = \frac{1}{10}$
  • ๐Ÿ”ต $P(Z = 1) = P(RB) + P(BR) = (\frac{3}{5} \times \frac{2}{4}) + (\frac{2}{5} \times \frac{3}{4}) = \frac{6}{20} + \frac{6}{20} = \frac{12}{20} = \frac{3}{5}$
  • ๐Ÿ”ด $P(Z = 2) = P(RR) = \frac{3}{5} \times \frac{2}{4} = \frac{6}{20} = \frac{3}{10}$

The probability distribution is:

$z$ $P(Z = z)$
0 $\frac{1}{10}$
1 $\frac{3}{5}$
2 $\frac{3}{10}$

๐Ÿ“ Conclusion

Discrete probability distributions are fundamental in probability theory and statistics. Understanding how to construct them is crucial for analyzing and predicting outcomes in various scenarios. By mastering the principles and working through examples, you can gain a solid foundation in this essential concept.

Join the discussion

Please log in to post your answer.

Log In

Earn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! ๐Ÿš€