Probability & Statistics Ch.2 Section 1 Question 2

· Mohammad-Ali Bandzar

Solutions for “Probability and Statistics: The Science of Uncertainty” (Second Edition). These are solutions I have come up with; I offer no guarantee of accuracy.

Question

Let S={high,middle,low}S=\{high, middle, low\}. Define random variables X, Y, and Z by:

  • X(high) = -12, X(middle) = -2, X(low) = 3
  • Y(high) = 0, Y(middle) = 0, Y(low) = 1
  • Z(high) = 6, Z(middle) = 0, Z(low) = 4

Determine whether each of the following relations is true or false:

  • a) X<YX < Y
  • b) XYX \leq Y
  • c) Y<ZY < Z
  • d) YZY \leq Z
  • e) XY<ZXY < Z
  • f) XYZXY \leq Z

Solution

Example 2.1.7 from the textbook tells us: we write X<YX < Y to mean that X(s)<Y(s)X(s) < Y(s) for all sSs\in S.

(a) X<YX < Y

Since our sample space is small, we can manually try every item:

  • X(high)<Y(high)12<0X(high) < Y(high) \rightarrow -12 < 0 ✓ True
  • X(middle)<Y(middle)2<0X(middle) < Y(middle) \rightarrow -2 < 0 ✓ True
  • X(low)<Y(low)3<1X(low) < Y(low) \rightarrow 3 < 1 ✗ FALSE

Since we have shown that the relation does not hold for at least one element of our sample space, we can conclude that the relation is False.

(b) XYX \leq Y

  • X(high)Y(high)120X(high) \leq Y(high) \rightarrow -12 \leq 0 ✓ True
  • X(middle)Y(middle)20X(middle) \leq Y(middle) \rightarrow -2 \leq 0 ✓ True
  • X(low)Y(low)31X(low) \leq Y(low) \rightarrow 3 \leq 1 ✗ FALSE

The relation is False.

(c) Y<ZY < Z

  • Y(high)<Z(high)0<6Y(high) < Z(high) \rightarrow 0 < 6 ✓ True
  • Y(middle)<Z(middle)0<0Y(middle) < Z(middle) \rightarrow 0 < 0 ✗ FALSE

The relation is False.

(d) YZY \leq Z

  • Y(high)Z(high)06Y(high) \leq Z(high) \rightarrow 0 \leq 6 ✓ True
  • Y(middle)Z(middle)00Y(middle) \leq Z(middle) \rightarrow 0 \leq 0 ✓ True
  • Y(low)Z(low)14Y(low) \leq Z(low) \rightarrow 1 \leq 4 ✓ True

Since our relation holds true for all elements of our sample space, the relation is True.

(e) XY<ZXY < Z

  • X(high)×Y(high)<Z(high)(12×0)<6=0<6X(high) \times Y(high) < Z(high) \rightarrow (-12 \times 0) < 6 = 0 < 6 ✓ True
  • X(middle)×Y(middle)<Z(middle)(2×0)<0=0<0X(middle) \times Y(middle) < Z(middle) \rightarrow (-2 \times 0) < 0 = 0 < 0 ✗ FALSE

The relation is False.

(f) XYZXY \leq Z

  • X(high)×Y(high)Z(high)(12×0)6=06X(high) \times Y(high) \leq Z(high) \rightarrow (-12 \times 0) \leq 6 = 0 \leq 6 ✓ True
  • X(middle)×Y(middle)Z(middle)(2×0)0=00X(middle) \times Y(middle) \leq Z(middle) \rightarrow (-2 \times 0) \leq 0 = 0 \leq 0 ✓ True
  • X(low)×Y(low)Z(low)(3×1)4=34X(low) \times Y(low) \leq Z(low) \rightarrow (3 \times 1) \leq 4 = 3 \leq 4 ✓ True

Since our relation holds true for all elements of our sample space, the relation is True.