>>> I need help with this problem. So far, I have been able to map out the n!/(n-r)! possibilities = 4!/2! = 12 possibilities for a single go (no repetition). I have deduced that across the 2 go's there are 12^12 possibilities = 144, and i think 12 of those do not contain duplicates. I need to find an equation to calculate the probability of getting a duplicate colour for any n, any r, and any counts for each colour (Gn, Rn, Bn, Yn).A single go consists of picking 2 balls from a randomly ordered set of coloured balls (4 distinct colours).
Possible distinct colours = n = 4
Balls chosen per go = r = 2
They're spaced out in such a way that you cannot get the same coloured ball twice in a single go, but you can get the same colour across multiple go's.
There are 20 green (Gn), 18 blue (Bn), 17 red (Rn), and 15 yellow (Yn) balls = 70 total balls.
What is the probability of getting the same coloured ball across 2 go's
Any help would be greatly appreciated.
Thanks