By using the permutation and combination techniques, i have attempt to solve this problem and i would like to know if where i did it wrong
how many ways to choose $12$ donuts from a store that offers thirty varieties?
here is my computation
$\Large{\binom{12+30-1}{12}= \binom{41}{12}= \frac{41!}{12!(41-12)!}}$ by using the formula $\Large\binom{n}{k}=\frac{n!}{k!(n-k)!}$
Could you tell me if i did it wrong or right??
Thank you
sincerely