HW 01 A
HW 01 A
Dr. A. B. Dieker
Homework 1
due on Friday January 31, 2025, 11:59pm EST
Include all intermediate steps of the computations in your answers. If the answer is readily
available on the web (e.g., on wikipedia), then credit is only given for the intermediate steps.
1. In the Ivy League conference of the NCAA soccer championship, Columbia University plays
seven games per season. In this problem, we model Columbia’s season as seven experiments and
choose S = {W, N }7 for the underlying sample space, where W stands for win and N stands
for a non-win (loss or tie). For i = 1, . . . , 7, we define Xi as a random variable on S signifying
whether or not the i-th match results in a win.
(a) Write down three events on S; you are completely free to choose the events you write down.
Do not use words to describe your events.
(b) Write down three outcomes in S; you are completely free to choose the outcomes you write
down.
(c) Give the value X1 assigns to each of your three outcomes in part (b).
2. Suppose you own a four-sided (tetrahedral) die. Such a die has four faces, each of which is
equally likely to appear. (Most commonly such dice have three numbers between 1 and 4 on
each face. The number rolled is the number that appears upright on each of the three visible
faces. You do not need to use this information for this problem.) You roll this die and you
choose S = {1, 2, 3, 4} for your sample space.
(a) Specify all outcomes in S.
(b) Specify the random variable X representing the square of the number rolled.
(c) Specify all events in S.
(d) Specify the probability function P .
3. Three events A, B, and C satisfy P (A) = 4/9, P (B) = 5/9, P (A|B) = 3/5, and P (Ac ∩B c ∩C c ) =
0. Calculate P (Ac ∩ B c ∩ C).
4. Santa Claus delivers gifts with the help of eight reindeer. Answer each of the following with one
word only: What would be a reasonable distribution for:
(a) The number of reindeer with sore feet after their Christmas Eve ride.
(b) Whether or not he has a gift for you.
5. The k-th central moment of a random variable X is defined by µk = E[(X − E(X))k ]. For
instance, the second central moment equals the variance.
Compute all central moments of a standard uniform random variable. (A standard uniform
random variable is uniform on [0, 1].)
6. Consider the function g defined by
(
−(x − 3)(x − 4) for 3 ≤ x ≤ 4
g(x) =
0 otherwise.
(a) Can g be a probability density function? Explain why or why not.
(b) Can g be a cumulative distribution function? Explain why or why not.
8. The joint probability density function f of two random variables X and Y is given by
(
1/4 for − 1 ≤ x ≤ 1, x4 ≤ y 2 ≤ (1 + x2 )2
f (x, y) =
0 otherwise.
A picture of the support of (X, Y ) is given below. (The support is the set of all points where f
is positive, more specifically the closure of this set.)
y
y = 1 + x2
2
y = x2
−1 0 1 x
−1
y = −x2
−2
2
x = −1 x = 1 y = −1 − x
2
9. The function f given by
(
2x, 0 ≤ x ≤ 1 and 0 ≤ y ≤ 1
f (x, y) =
0, otherwise