Suppose that a bagel shop sells eight different kinds of bagels and we want to choose a dozen bagels. Suppose the shop packs a dozen bagels for you at random. What is the probability that it contains at least two egg bagels and no more than six salty bagels?
What I have done so far:
Total = ${12 + 8 − 1 \choose 12} = {19 \choose 12}$
At least two egg bagels = ${10 + 8 − 1 \choose 10}/{19 \choose 12}$
No more than six salty bagels = $1 − {5 + 8 − 1 \choose 5}/{19 \choose 12}$
Based on these how I can calculate "at least two egg bagels and no more than six salty bagels" without over counting ?