9  Background: Lotteries

Suppose that X is a finite set. A lottery on X is a function that assigns a probability to each element of X. The elements of X are called outcomes or prizes.

Definition 9.1 (Lottery) Suppose that X is a finite set. A lottery, or probability, on X is a function p:X[0,1] such that xXp(x)=1.

Note

This course simplifies some of the mathematical details about probability by assuming that the set X is finite. This allows us to focus on the key concepts without going into the more complex aspects of probability theory.

To simplify notation, we represent a lottery p:X[0,1] on a set X={x1,,xn} as a linear combination:

p(x1)x1+p(x2)x2++p(xn)xn

For instance, if X={a,b,c}, then the following are examples of three lotteries on X:

  1. 0a+1b+0a: There is a 100% chance of getting b.
  2. 0.25a+0.35b+0.4c: There is a 25% chance of getting a, 35% chance of getting b, and a 40% chance of getting c.
  3. 0.25a+0.75b+0c: There is a 25% chance of getting a and a 75% chance of getting b.

We will use the following notation for lotteries throughout these notes:

We can represent a lottery p1x1++pnxn as a tree, where each edge from the root node leads to an outcome, labeled by its corresponding probability pi. For example, the lottery 0.5a+0.3b+0.2c can be visualized as follows:

In this course, we will often encounter situations where multiple lotteries are combined, leading to what is known as a compound lottery. In a compound lottery, the outcome of one lottery determines which subsequent lottery is played.

For example, suppose L1=0.5a+0.5b and L2=0.25b+0.75c are two lotteries on X=a,b,c. Now, imagine a scenario where a fair coin is flipped: if it lands heads, the lottery L1 is played; if tails, the lottery L2 is played. This compound lottery is represented as 0.5L1+0.5L2.

A key point in evaluating such lotteries is that only the final probabilities assigned to each outcome matter. Thus, the compound lottery 0.5L1+0.5L2 can be simplified as follows:

0.5L1+0.5L2=0.5(0.5a+0.5b)+0.5(0.25b+0.75c)=0.5×0.5a+(0.5×0.5+0.5×0.25)b+0.5×0.75c=0.25a+0.375b+0.375c

9.1 Exercises

  1. Consider the lottery in which a fair coin is flipped. If it lands heads, then you win $100 and if it lands tails, you lose $100. Write this lottery down using the notation described above.

  2. Consider the lottery in which a biased coin is flipped. If it lands heads, then you win $100 and if it lands tails, you lose $100. Suppose that bias of the coin is that the chance for heads is 3-times the chance for tails. Write this lottery down using the notation described above.

  3. Consider the lottery in which a fair coin is flipped. If it lands heads, then the you lose $5 and if it lands tails, then you roll a fair die (with 6-sides) and you win the amount in dollars shown on the die. Write this lottery down using the notation described above.

  4. Let L1=0.3$10:0.3+0.7$5 and consider the lottery 0.5$10+0.5L1. What is the probability that you will $10? What is the probability that you win $5?

  1. Consider the lottery in which a fair coin is flipped. If it lands heads, then you win $100 and if it lands tails, you lose $100. Write this lottery down using the notation described above.

    0.5$100+0.5$100:0.5

  2. Consider the lottery in which a biased coin is flipped. If it lands heads, then you win $100 and if it lands tails, you lose $100. Suppose that bias of the coin is that the chance for heads is 3-times the chance for tails. Write this lottery down using the notation described above.

    0.75$100+0.25$100:0.25

  3. Consider the lottery in which a fair coin is flipped. If it lands heads, then the you lose $5 and if it lands tails, then you roll a fair die (with 6-sides) and you win the amount in dollars shown on the die. Write this lottery down using the notation described above.

    12($5)+112$1+112$2+112$3+112$4+112$5+112$6

  4. Let L1=0.3$10:0.3+0.7$5 and consider the lottery 0.5$10+0.5L1. What is the probability that you will $10? What is the probability that you win $5?

    • What is the probability that you will $10? 0.5+0.50.3=0.65
    • What is the probability that you win $5? 0.50.7=0.35