Question 23 (2 points) How many ways are there to put 3 donuts into a box, when there are 6 types of donuts to choose fr
Posted: Tue May 10, 2022 6:24 pm
Question 23 (2 points) How many ways are there to put 3 donuts into a box, when there are 6 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(9,4) C(8,2) C(8,4) C(8,3) Question 24 (2 points) How many ways are there to put n donuts into a box, when there are 2m 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+2m-1,m-1) C(n+2m,m+1) C(n+2m-1,m) OC(n+2m-1,n)