Several Random Variables on One Space
Different random variables may be defined on the same experiment.
Example:
▶ X = first die ∈ { 1, 2, 3, 4, 5, 6 };
▶ Y = second die ∈ { 1, 2, 3, 4, 5, 6 };
▶ X + Y = total ∈ { 1, 2, . . . , 11, 12 };
▶ max(X, Y ) = maximum ∈ { 1, 2, 3, 4, 5, 6 };
▶ |X − Y | = difference ∈ { 0, 1, 2, 3, 4, 5 };
Each gives a different numerical summary of the same experiment.
Arman Jahangiri
Summer 2026 44