Final answer:
The PMFs for the random variables max(0, X) and min(0, X) can be calculated using the properties of uniform distributions.
Step-by-step explanation:
The first random variable, max(0, X), takes on the maximum value between 0 and X. Since X is uniformly distributed over the set of integers in the range [a, b], where a < 0 < b, the maximum value will always be either 0 or b. The probability mass function (PMF) of this random variable can be represented as:
P(max(0, X) = 0) = P(X < 0) = (0 - a)/(b - a)
P(max(0, X) = b) = P(X >= 0) = (b - 0)/(b - a)
The second random variable, min(0, X), takes on the minimum value between 0 and X. Again, since X is uniformly distributed, the minimum value will always be either a or 0. The PMF of this random variable can be represented as:
P(min(0, X) = a) = P(X < 0) = (0 - a)/(b - a)
P(min(0, X) = 0) = P(X >= 0) = (b - 0)/(b - a)