I am having a bit of a problem with the following question: There are 16 balls, 5 red, 8 blue, and 3 green. The result is the ordered list of the first 4 balls only (although all balls have been drawn). I am able to determine the number of possible results, and the number of results if all the first four marbles are the same color. The issue is how to determine the number of combinations of when both the first and fourth balls are one color (say red) and the number of combinations where the first two balls drawn are different colors.
If possible, I would like to see the "how" you determine this, since I have been running through these problems multiple times and am becoming frustrated.