A certain office supply store stocks 2 sizes of self stick notepads, each in 4 colors: blue, green, yellow and pink. the store packs the notepads in packages that contain either 3 notepads of the same size and the same color or 3 notepads of the same size and of 3 different colors. I fthe order, in which the colors are packed is not consumed, how many different packages of the types described above are possible?
We have to compute the numbers over 2 cases --yvonne12 wrote:A certain office supply store stocks 2 sizes of self stick notepads, each in 4 colors: blue, green, yellow and pink. the store packs the notepads in packages that contain either 3 notepads of the same size and the same color or 3 notepads of the same size and of 3 different colors. I fthe order, in which the colors are packed is not consumed, how many different packages of the types described above are possible?
1 - Same size, same color
2C1 * 4C1 = 8
2 - Same size, 3 unique colors
2C1 * 4C3 = 8
Hence total = 16












