Question: After another gym class you are tasked with putting the 27 identical dodgeballs away into 4 bins. This time, no bin can hold more than 7 balls. How many ways can you clean up? So I believe this is a problem of over counting, as I currently have
C(30,3) - [C(4,3) C(11,3) - C(4,4) C(3,3)]
But this is not that answer. Any help is appreciated, as I need to better understand this material.