01 - Rolling Mixed Dice

You have three dice. One has 4, one has 6, and one has 12 sides. How many 4s do you expect to see if you roll these dice together?

Solution

Call the -sided, -sided, and -sided dice, dice respectively. Let be the event that dice rolls a . Then , , and . Let be the number of ‘s that are rolled. Then . Thus, by linearity of expectation. Thus, we expect to see ‘s if we roll these dice together.

02 - Jumble of Coins

In my pocket I have a jumble of coins: 5 dimes, 4 quarters, 3 nickels, 3 pennies, and one big 50¢-piece. I draw three at random. What is the expected value of the three?

Solution

Let be the value of the first coin drawn, let be the value of the second coin drawn, and let be the value of the third coin drawn. The central trick to efficiently solve this problem is to notice that are all identically distributed. One can see this by the following argument: using an ordered triple , write down all possible permutations of drawings. Notice that the number of triples where is a dime is equal to the number of triples where is a dime is equal to the number of triples where is a dime. We can further extend this observation to all the values. Thus, the distributions of are all the same. Another, nicer, argument is to notice that we can swap and in these ordered triples without changing the overall set, and similarly for and there exists a bijection between ; ; and identical distribution. Thus, we have that . Let be the sum of the values of the three coins. Then . Now, . Thus, .

03 - Counting flip flops

A bag contains 50 marbles, 30 blue and 20 red. A sequence of zeros and ones is created by pulling the marbles out one at a time (without replacement) and writing a 1 if the marble drawn is blue and a zero if it is red. How many pairs of adjacent digits in the sequence are expected to differ from each other? Hint: Use a sum of 49 indicators.

Solution

Let be a sequence of indicators where is the event that the -th entry differs from the -th entry. By a similar argument to above, the are identically distributed for each , and are, in fact, independent. Let be the number of pairs of entries that differ from each other. Then . By the above, . Let denote the -th entry. Now, . Thus, .

04 - Normal approximation - Eating hot dogs

Frank is a competitive hot dog eater. He eats in with . What is the probability that Frank manages to consume in or less, in an upcoming competition? Use a normal approximation from the CLT to estimate this probability. State the reason that the normal approximation is applicable.

Solution

The normal approximation in this case is applicable since: (1) Frank eats a large number of hot dogs the sample size, or , is sufficiently large (2) We assume that the amount of time Frank spends on each hot dog does not depend on how many he has had previously the times to consume each hot dog are independent and identically distributed Let be the time taken to eat the -th hot dog. Let be the time taken to eat hot dogs. Then seconds with seconds. Since minutes is seconds, by the CLT we have:

06 - Normal approximation - Ventilator filters

A mechanical ventilator model uses air filters that last 100 hours on average with a standard deviation of 30 hours. How many filters should be stocked so that the supply lasts 2,000 hours with probability at least 95%? Use a normal approximation to estimate the answer. State the reason that the normal approximation is applicable.

Solution

In this case the normal approximation is applicable since we have a large sample size (need a large number of filters to last hours) and they follow follow independent but identical distributions. Let be how long the -th filter lasts. Let where we want to find such that . By normal approximation and the Central Limit Theorem, we have and thus filters are required.

08 - Indicator method, exchangeability, summation rules

A class has 40 students: 24 women and 16 men. Each period the teacher selects a random student to present an exercise on the board from among those who have not presented already. Let count the number of times a man was chosen after 15 class periods. (a) Find . (b) Find . Hint: Is independent of ? Do you know anyway?

Solution

(a) Let be the indicator that a man was chosen in the -th period. Then for each , and the are independent for each . Let be the total number of times a man was chosen. We can use a similar argument to Problems 2 or 3, or we can simply use linearity of expectation: (b) Using the standard formula for the variance of a sum of random variables, we have: Since the variables are identically distributed, their variances are equal. Thus, Now, the sum has terms, and since each is identically distributed, each term is identical. Thus, for some fixed . We then have Finally, , and thus Plugging these values in, we have .