If our random variable only has six equal possible outcomes, will any probability distribution resulting in mapping to real numbers consist of only six real numbers each with probability $\frac{1}{6}$ and the rest of the real numbers with probability $0$?
For example:
We roll one dice. Let $Z$ be the number showing. Let $W=Z^3 + 4$ and $V=\sqrt{Z}$.
(a.) Compute $P(W=w)$ for every real number $w$. For this one, I plugged values $1:6$ for $Z$ and got that $P(W=w) = \frac{1}{6}$ when $w=5, 12, 31, 68, 129, 220$ and $P(W=w)=0$ otherwise.
(d.) Compute $P(VW=y)$ for every real number $y$. I also plugged values $1:6$ for $Z$ and got that $P(VW=y)=\frac{1}{6}$ when $y=5$, $12*\sqrt{2},31*\sqrt{3}, 136, 129*\sqrt{5},$ and $220*\sqrt{6}$ and $P(VW=y)=0$ otherwise.
There are other parts to the problem, but I'm confused because it seems like there will always be six real numbers each with a probability of $\frac{1}{6}$ because we only roll one dice.