I have
pieces of strawberry candy (all identical) and pieces of rhubarb candy (all identical). Find the number of ways I can distribute this candy to children.
By casework, the number of ways is C(12,4) + C(11,4) + c(19,4) = 4701.