Three digit number of distinct digits are to be formed by using the digits $1,2;3,4,5,9$.
$(1)$ Finding the number of numbers such that sum of digits is at most $11$.
$(2)$ A number is selected at random. Find probability that sum of digits of selected number is at least $12$.
Try: total $3$ digit number with distinct digits and sum at most $11$ is $=$ total $3$ digit number with sum at least $12$.
We will select $1$ or both number from $5,6$.
Could someone help me to solve it? Thanks.