I have a set $A=\{0,1,2,3,4,5,6,7,8\}$. I construct numbers of three digits from the set $A$ and I am not allowed to repeat a number. I put them in a new set:
$B=\{012,013,014,\dots,081,082,083,\dots,107,108,120,123,124,\dots,874,875,876\}$.
I want to know the probability that a number is less than $368$. Supposedly the answer is $\dfrac{209}{504}$, however, I found my answer by counting each case (the hardest way) and it is $\dfrac{230}{560}$. So, if anyone has a better method in order to find the correct answer, I'll appreciate it.