There are $3$ dice you roll one at a time, $X$ is the number of distinct numbers, as in,
$X=1$, you have $(1, 1, 1)$ since there is $1$ distinct # $X=2$, $(1, 2, 1)$ or $(2, 1 ,1)$ etc... $X=3$ all different as in $(1, 2, 3)$
Find the probability mass function of $X$.
I tried doing $(X=2) = 1- (X=1) - (X=3)$, but I cannot figure out $X=1$, there are $6^3$ different variations total I think, but how do I figure out the numerators?