Skip to main content
Mathematics LibreTexts

11. Random Variables, PDFs, and Expected Value

  • Page ID
    24958
  • \( \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}}\)

    The following topics are included in this series of six videos.

    1. Intro to random variables
    2. RVs, PDFs, and EVs, definitions and Example 1
    3. RVs, PDFs, and EVs, Example 2
    4. RVs, PDFs, and EVs, Example 3 (with combinations)
    5. RVs, PDFs, and EVs, Example 4 (with a Venn diagram)
    6. RVs, PDFs, and EVs, Example 5 (with a Bernoulli process)

     

     

     

     

     

     

    Prework

    1. At each meeting of a club, one person is selected to draw a “lucky number.” That person gets the amount in dollars of the number drawn. The box contains 30 cards with the number 1, 14 cards with the number 4, three cards with the number 10, two cards with the number 20, and one card with the number 50. Let the random variable be the numbers on the cards. Determine the PDF of X.

    2. An experimenter randomly selects two people from a group of 5 men and 4 women. A random variable X is the number of women selected. Find the probability density function of X and the expected value of X.

    3. The probability that a person owns an Iphone is 55%. Assume that 200 randomly chosen people are polled. What is the expected number of people who own an Iphone?

    Google form

    Solutions

    1. We make the PDF below.  
      Outcome X Probability
      draw a card with a 1 1 \(\frac{30}{50}\)
      draw a card with a 4 4 \(\frac{14}{50}\)
      draw a card with a 10 10 \(\frac{3}{50}\)
      draw a card with a 20 20 \(\frac{2}{50}\)
      draw a card with a 50 50 \(\frac{1}{50}\)
    2. The PDF is given in the first three columns below, with an extra column so we can compute the expected value. 

      Outcome X Probability Product
      0 women, 2 men 0 \(\frac{C(4,0)C(5,2)}{C(9,2)}=\frac{10}{36}\) 0
      1 woman, 1 man 1 \(\frac{C(4,1)C(5,1)}{C(9,2)}=\frac{20}{36}\) \(\frac{20}{36}\)
      2 women, 0 men 2 \(\frac{C(4,2)C(5,0)}{C(9,2)}=\frac{6}{36}\) \(\frac{12}{36}\)

      We add up the entries in the final column to get that \(E[X]=\frac{32}{36}=\frac{8}{9}\).

    3. Let \(X=\) the number of people polled who do have an Iphone. Then \(X\) is the number of successes in a Bernoulli process, so \(E[X]=np=200\cdot .55=110\).


    11. Random Variables, PDFs, and Expected Value is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?