A discrete random variable, $X$, is uniformly distributed between $1$ and $10$ inclusive, and another discrete random variable, $Y$, is uniformly distributed between $5$ and $15$ inclusive. If one number from each set is selected at random, then determine $P(Y < X)$.
I understand that this would mean $$P(X=1)=\frac{1}{10},\;P(X=2)=\frac{1}{10},\;\ldots,\;P(X=10)=\frac{1}{10},$$ and $$P(Y=5)=\frac{1}{10},\;P(Y=6)=\frac{1}{10},\;\ldots,\;P(Y=15)=\frac{1}{10}.$$
How should I start this and answer the question?
$$P(Y < X) = \bigcup_i P(Y < X, Y = i) = \bigcup_i P(Y<X | Y = i) P(Y = i) = \sum_{i=5}^{9} \left(1 - \frac{i}{10} \right)\frac{1}{11} = \frac{3}{22}. $$
EDIT: As was pointed out, I had a typo and the probability $P(Y = i) = 1/11$ and not $1/16$.