From 4 red, 2 green and 3 white balls, how many selections consisting of 7 balls are possible, if each colour must be represented at least twice? Assume balls of the same colour are identical.
I thought I should do this in the following way:
$$^4C_2 \times \, ^2C_2 \times \, ^3C_2 = 18$$
But these are only six balls so how should I do it for seven?
$18 \times \, ^3C_1$? Choosing 1 from the remaining 3?
Also, what does it mean exactly that the balls are identical?
"Each colour must be represented at least twice". So take two balls of each colour. How many additional balls must you choose? And how many colours are there among the remaining balls?