An ice cream parlor has $28$ different ice cream flavors. How many different ways are there to choose $6$ scoops of ice cream if at least $2$ scoops must be chocolate?
My attempt
I used the formula $\binom {n+r-1}{r}$ and here $n=28, r=6$
$\binom {33}{6}-\binom{28}{1}$
Can anyone please explain me this
Since there must be atleast 2 scoops of chocolate lets take two scoops of chocolate. Now we need to pick 4 flavors from 28. Number of ways of choosing this are are you have correctly pointed out $\binom{n+r-1}{r}$ with $n=28, r=4$, that is $\binom{31}{4}$.