Skip to main content
Statistics LibreTexts

Probability Distributions

  • Page ID
    218
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Variables

    A variable whose value depends upon a chance experiment is called a random variable. Suppose that a person is asked who that person is closest to: their mother or their father. The random variable of this experiment is the boolean variable whose possibilities are {Mother, Father}. A continuous random variable is a variable whose possible outcomes are part of a continuous data set.

    The random variable that represents the height of the next person who walks in the room is a continuous random variable while the random variable that represents the number rolled on a six sided die is not a continuous random variable. A random variable that is not continuous is called a discreet random variable.

    Probability Distributions

    Example \(\PageIndex{1}\)

    Suppose we toss two dice. We will make a table of the probabilities for the sum of the dice. The possibilities are:

    2,3,4,5,6,7,8,9,10,11,12.

    Probability Distribution Table
    \(x\) 2 3 4 5 6 7 8 9 10 11 12
    \(P(x)\) 1/36 2/36 3/36 4/36 5/36 6/36 5/36 4/36 3/36 2/36 1/36
    Exercise \(\PageIndex{1}\)

    Suppose that you buy a raffle ticket for $5. If 1,000 tickets are sold and there are 10 third place winners of $25, three second place winners of $100 and 1 grand prize winner of $2,000, construct a probability distribution table. Do not forget that if you have the $25 ticket, you will have won $20.

    Value (Mean)

    Example \(\PageIndex{2}\): Insurance

    We when we buy insurance in black jack we lose the insurance bet if the dealer does not have black jack and win twice the bet if the dealer does have black jack. Suppose you have $20 wagered and that you have a king and a 9 and the dealer has an ace. Should you buy insurance for $10?

    Solution

    We construct a probability distribution table

    \(x\) \(P(x)\)
    -10 34/49
    20 15/49

    (There are 49 cards that haven't been seen and 15 are 10JKQ (jacks, kings and queens) and the other 34 are non tens.)

    We define the

    expected value = \(S \times P(x)\)

    We calculate:

    \[-10(34/49) + 20(15/49) = -40/49 \nonumber \]

    Hence the expected value is negative so that we should not buy insurance. What if I am playing with my wife. My cards are 2 and a 6 and my wife's are 7 and 4. Should I buy insurance? We have:

    \(x\) \(P(x)\
    -10 31/47
    20 16/47

    We calculate:

    \[-10(31/47) + 20(16/47) = 10/47 = 0.21 \nonumber \]

    Hence my expected value is positive so that I should buy insurance.

    Standard Deviation

    We compute the standard deviation for a probability distribution function the same way that we compute the standard deviation for a sample, except that after squaring \(x - m\), we multiply by \(P(x)\). Also we do not need to divide by \(n - 1\).

    Consider the second insurance example:

    \(x\) \(P(x)\) \(x - \overline{x}\) \( (x - \overline{x}\)^2\)
    -10 31/47 -10.21 104
    20 16/47 19.79 392

    Hence the variance is

    \[104(31/47) + 392(16/47) = 202 \nonumber \]

    and the standard deviation is the square root of the variance, which is14.2.

    Combining Distributions

    If we have two distributions with independent random variables \(x\) and \(y\) and if \(a\) and \(b\) are constants then if

    \( L = a + bx \) and \( W = ax + by\)

    then

    1. \(m_L = a + bm\)
    2. \(\sigma_L^2 = b^2s^2\)
    3. \(\sigma_L = |b|\, s\)
    4. \(m_W = a\,m_x + b\,m_y \)
    5. \(\sigma_W^2 = a^2s_1^2 + b^2s_2^2 \)
    6. \( \sigma_W = \sqrt{a^2\, \sigma_x^2 + b^2\, \sigma_y^2}\)
    Example \(\PageIndex{3}\)

    Gamblers who played both black jack and craps were studied and it was found that the average amount of black playing per weekend was 7 hours with a standard deviation of 3 hours. The average amount of craps play was 4 hour with a standard deviation of 2 hours. What is the mean and standard deviation for the total amount of gaming?

    Solution

    Here \(a\) and \(b\) are 1 and 1. The mean is just

    \[7 + 4 = 11 \nonumber \]

    and the standard deviation is just

    \[ \sqrt{3^2 + 2^2} = \sqrt{13} \nonumber \]

    Example \(\PageIndex{4}\)

    If each player spends about $100 per hour on black jack and $200 per hour on craps, what will be the mean and standard deviation for the amount of money that the casino wins per person?

    Solution

    Here a and b are 100 and 200. The mean is

    \[100(7) + 200(4) = 1,500 \nonumber \]

    and the standard deviation is

    \[ \sqrt{(100^2)(3^2)+(200^2)(2^2)}=100\sqrt{17} \nonumber \]

    Example \(\PageIndex{5}\)

    If the players spend $150 on the hotel, find the mean and standard deviation of the total amount of money that the players spend.

    Here

    \[ L = 150 + x \nonumber \]

    where \(x\) is the result from part B. Hence the mean is

    \[ 150 + 1500 = 1,650 \nonumber \]

    and the standard deviation is the same as part B since the coefficient is 1.

    The Binomial Distribution

    There is a type of distribution that occurs so frequently that it has a special name. We call a distribution a binomial distribution if all of the following are true

    1. There are a fixed number of trials, \(n\), which are all independent.
    2. The outcomes are Boolean, such as True or False, yes or no, success or failure.
    3. The probability of success is the same for each trial.

    For a binomial distribution with \(n\) trials with the probability of success \(p\) and failure \(q\), we have

    \[ P(r \text { successes}) = C_{n,r}\, p^r \,q^{n-r} \nonumber \]

    Example \(\PageIndex{6}\)

    Suppose that each time you take a free throw shot, you have a 25% chance of making it. If you take 15 shots, what is the probability of making exactly 5 of them.

    Solution

    We have \( n = 15 \), \( r = 5\), \(p = 0.25 \), and \(q = 0.75\)

    Compute

    \[ C_{15,5}\, 0.25^5 \,0.75^{10} = 0.165 \nonumber \]

    There is a 16.5 % chance of making exactly 5 shots.

    Example \(\PageIndex{7}\)

    What is the probability of making fewer than 3 shots?

    Solution

    The possible outcomes that will make this happen are 2 shots, 1 shot, and 0 shots. Since these are mutually exclusive, we can add these probabilities.

    \[ C_{15,2} \, 0.25^2\, 0.75^{13} + C_{15,1}\, 0.25^1\, 0.75^{14} + C_{15,0}\, 0.25^0 \,0.75^{15} \nonumber \]

    \[ = 0.156 + 0.067 + 0.013 = 0.236 \nonumber \]

    There is a 24 % chance of sinking fewer than 3 shots.

    Contributors


    Probability Distributions is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?