I've a problem with this exercise:
A program has to use $8$ processors from $A_1,...,A_{10}$.
$a)$ Find the probability that $A_1$ is used.
$b)$ The program has to use $8$ processors from $A_1,...,A_{30}$. Find the probability that exactly two from $A_1,A_2,A_3,A_4$ are used.
MY TRY:
$a)$ It should be like that: $$\binom{10}{8}-\binom{9}{8} = 36 \longrightarrow \frac{36}{45} = \color{red}{0.8}$$ $b)$ I need help to solve this question.