Question 23 (2 points) How many ways are there to put 4 donuts into a box, when there are 4 types of donuts to choose fr
Posted: Thu May 12, 2022 2:52 pm
Question 23 (2 points) How many ways are there to put 4 donuts into a box, when there are 4 types of donuts to choose from? We assume that how you place the donuts in the box does not matter and only the numbers from each type matter. C(7,2) C(8,2) C(8,3) C(7,3) Question 24 (2 points) How many ways are there to put n+1 donuts into a box, when there are m types of donuts to choose from? We assume that how you place the donuts in the box does not matter and only the numbers from each type matter. C(n+m+1,m) C(n+m,m-1) C(n+m+1,m+1) C(n+m,m)