To find the constant c for the discrete random variable with range space {1, 2, ..., n} and the probability mass function P(X=j) = j/c, the sum of probabilities must equal 1. This leads to the equation 1/c + 2/c + ... + n/c = 1, which simplifies to c = (1 + 2 + ... + n). The sum of the first n positive integers is given by the formula n(n + 1)/2, thus c = n(n + 1)/2. Once c is determined, the expectations E(X), E(X^2), E(1/X), and variance Var(X) can be calculated using their respective definitions. Understanding the properties of pmf is crucial for solving these types of problems.