To Notes

IT 223 -- Feb 23, 2026

Review Exercises

  1. An American roulette wheel contains 38 pockets: 18 red pockets, 18 black pockets, and two green pockets labeled 0 and 00. European roulette wheels have only one green pocket labeled 0.
    If you bet on red or black, here are the payoff tables for an American roulette wheel, for a bet of $100:
    Bet on Red
    Outcome Payoff Probability
    Red +100 18/38 = 0.474
    Black -100 18/38 = 0.474
    Green -100 2/38 = 0.052

    Bet on Black
    Outcome Payoff Probability
    Red -100 18/38 = 0.474
    Black +100 18/38 = 0.474
    Green -100 2/38 = 0.052

    What is the expected payoff of playing on red? playing on black?
    Answer: Playing on red is
         E(x) = 100(0.474) + (-100)(0.474) + (-100)(0.052) = -5.26.
    You expect to lose about $5.26 each time you play on red with a $100 bet; same for black.
  2. The following boxes contain 6 tickets each. In which urns are letter independent from color? In other words, in which urns are the probabilities of the letters the same whether or not you specify the color?

    Independence of color and letter
    Answer: In a and b, letter is independent of number. To show that letter and number are independent, you need to show that for each letter value L, P(L)= P(L|C) for a specific color C. For example, in Problem 2a, if you are not restricted to a specific color,
    P(A) = P(B) = P(C) = 2/6 = 1/3.
    If you know the color is red, P(A|red) = P(B|red) = P(C|red) = 1/3. If you know the color is green, the probabilities are also 1/3.
    In Problem 8c, if you don't know the color, P(F) = 2/6 = 1/3. If you know that the color is green, P(F|green) = 2/3 = 2/3, so color and letter are not independent.
    To show that two events are not independent, it is enough to find one case where the probabilities are different; to show that two events are independent, you must show that the probabilities are the same for all choices of color and letter.
  3. If you know the expected value of a random variable x, what is the expected value of the sum of n outcomes of this random variable x?
    Answer: E(S) = nE(x)
  4. If you know the variance of a random variable x, what is the expected value of the sum of n independent outcomes of this random variable x?
    Answer: Var(S) = nVar(x)
  5. What is the Law of Averages? What is the officlal name of the Law of Averages?
    Answer: The Law of Averages says that if the number of observations n is large, the average of n independent outcomes of a random variable x is close to the true expected value E(x) of the random variable.

Averages of Random Variables

The Central Limit Theorem

Factorials and Counting Combinations

The Binomial Theorem

Finding a Confidence Interval for a Proportion

Project 4